diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 08:32:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-12-06 08:32:40 +0100 |
commit | 83ae8301dead1f1780eeb251f42f090845849195 (patch) | |
tree | aeda6f08bc6168146bc39f7263d2f7b706217515 | |
parent | 07ab0d43b58cf7ee16c36016d6b9b70c0ebbb9b1 (diff) |
C++03
Change-Id: I4d1826d046305680a440853fdfe50bc76f932c72
-rw-r--r-- | include/svtools/treelistentry.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx index 4d651abeb516..c14c185204af 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); |