include/svtools/treelistentry.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 83ae8301dead1f1780eeb251f42f090845849195 Author: Stephan Bergmann <[email protected]> Date: Fri Dec 6 08:32:40 2013 +0100 C++03 Change-Id: I4d1826d046305680a440853fdfe50bc76f932c72 diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx index 4d651ab..c14c185 100644 --- a/include/svtools/treelistentry.hxx +++ b/include/svtools/treelistentry.hxx @@ -63,7 +63,7 @@ private: void InvalidateChildrensListPositions(); public: - const size_t ITEM_NOT_FOUND = std::numeric_limits<size_t>::max(); + const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE; SvTreeListEntry(); SvTreeListEntry(const SvTreeListEntry& r); _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
