[Libreoffice-commits] core.git: svl/source
Takeshi Abe
tabe at fixedpoint.jp
Tue Oct 10 13:47:04 UTC 2017
svl/source/inc/poolio.hxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit d3347261feec99bbb059898e76dc71d9fe46e1b7
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Tue Oct 10 18:38:39 2017 +0900
svl: Drop dead constants
which were gone at b021353dd62c3d8c9ee0281753b88f6304a2514d
and 75933b220d48bceff25b07cfc4b55c70a2e24917.
Change-Id: Ibfff9a4b0c5f834c1daaedeeff8e48d8eb923cb3
Reviewed-on: https://gerrit.libreoffice.org/43308
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svl/source/inc/poolio.hxx b/svl/source/inc/poolio.hxx
index a6596e6bd989..538c89994603 100644
--- a/svl/source/inc/poolio.hxx
+++ b/svl/source/inc/poolio.hxx
@@ -34,8 +34,6 @@ class SfxItemPoolUser;
#define DELETEZ(pPtr) { delete pPtr; pPtr = 0; }
#endif
-static const sal_uInt32 SFX_ITEMS_DIRECT = 0xffffffff;
-static const sal_uInt32 SFX_ITEMS_NULL = 0xfffffff0; // instead StoreSurrogate
static const sal_uInt32 SFX_ITEMS_DEFAULT = 0xfffffffe;
/**
More information about the Libreoffice-commits
mailing list