[Libreoffice-commits] core.git: include/svtools
Stephan Bergmann
sbergman at redhat.com
Thu Dec 5 23:33:17 PST 2013
include/svtools/treelistentry.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 83ae8301dead1f1780eeb251f42f090845849195
Author: Stephan Bergmann <sbergman at redhat.com>
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);
More information about the Libreoffice-commits
mailing list