...unused since 1e4b1e4a1aca3b333820b0a865997e6f62e80064 "Removing unused SfxItemPool serialisation from editeng"
Change-Id: Iecc91d21a3c02985259e985c4092652efe877b50 Reviewed-on: https://gerrit.libreoffice.org/47911
###
diff --git a/include/editeng/lrspitem.hxx b/include/editeng/lrspitem.hxx
index 4a2d9bd3992d..6a1a16d61144 100644
--- a/include/editeng/lrspitem.hxx
+++ b/include/editeng/lrspitem.hxx
@@ -43,9 +43,7 @@
700 -500 200 700 -500
*/
-#define LRSPACE_16_VERSION ((sal_uInt16)0x0001)
#define LRSPACE_TXTLEFT_VERSION (sal_uInt16(0x0002))
-#define LRSPACE_AUTOFIRST_VERSION ((sal_uInt16)0x0003)
#define LRSPACE_NEGATIVE_VERSION (sal_uInt16(0x0004))
class EDITENG_DLLPUBLIC SvxLRSpaceItem : public SfxPoolItem
8f28db9515e0 Remove unused LRSPACE_{16,AUTOFIRST}_VERSION
include/editeng/lrspitem.hxx | 2 --
1 file changed, 2 deletions(-)
Upstream: cgit.freedesktop.org