Kaydet (Commit) d3347261 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Julien Nabet

svl: Drop dead constants

which were gone at b021353d
and 75933b22.

Change-Id: Ibfff9a4b0c5f834c1daaedeeff8e48d8eb923cb3
Reviewed-on: https://gerrit.libreoffice.org/43308Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst a0439f5a
...@@ -34,8 +34,6 @@ class SfxItemPoolUser; ...@@ -34,8 +34,6 @@ class SfxItemPoolUser;
#define DELETEZ(pPtr) { delete pPtr; pPtr = 0; } #define DELETEZ(pPtr) { delete pPtr; pPtr = 0; }
#endif #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; static const sal_uInt32 SFX_ITEMS_DEFAULT = 0xfffffffe;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment