[Libreoffice-commits] core.git: include/svtools
Stephan Bergmann
sbergman at redhat.com
Thu Dec 5 23:37:20 PST 2013
include/svtools/treelistentry.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fa72dc688f5fc2af775c33c0a752c7f058da569a
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Dec 6 08:36:56 2013 +0100
...and a missing "static"
Change-Id: I08e354e599e4a4c0f52b96c58145c4e6623c200b
diff --git a/include/svtools/treelistentry.hxx b/include/svtools/treelistentry.hxx
index c14c185..c457d20 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 = SAL_MAX_SIZE;
+ static const size_t ITEM_NOT_FOUND = SAL_MAX_SIZE;
SvTreeListEntry();
SvTreeListEntry(const SvTreeListEntry& r);
More information about the Libreoffice-commits
mailing list