diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-10-10 18:38:39 +0900 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-10-10 15:46:44 +0200 |
commit | d3347261feec99bbb059898e76dc71d9fe46e1b7 (patch) | |
tree | f584d5ff18eebe697104d7df20b3b00da0338ed2 | |
parent | a0439f5a5b8ee8adaeba0bacbef3bf77a7fd05a0 (diff) |
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@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | svl/source/inc/poolio.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
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; /** |