summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-15 21:19:39 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-16 08:42:10 +0100
commit6c5a1601d2ef47723a130e73953dd569f2cc856f (patch)
treeb8f5f0fd2b7b5c15033b9f7f2bd6c3ec82b676f5 /include
parentf1ec1b1f6e24fce5e496fd7c97c93884068dfba2 (diff)
Remove unused IMAP_OBJ_NONE
...no other traces of it apart from its definition in 2351b6d4ba452ed9a261541cd8581ad43788d4db "INTEGRATION: CWS hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to svtools/inc/svtools and correspondent necessary changes" Change-Id: I8a919b35f90acde5a72616b311a3e66c591c1e36 Reviewed-on: https://gerrit.libreoffice.org/47917 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/imapobj.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svtools/imapobj.hxx b/include/svtools/imapobj.hxx
index 04da290dda0d..9e396842ccf8 100644
--- a/include/svtools/imapobj.hxx
+++ b/include/svtools/imapobj.hxx
@@ -28,7 +28,6 @@ class Point;
namespace tools { class Rectangle; }
class SvStream;
-#define IMAP_OBJ_NONE ((sal_uInt16)0x0000)
#define IMAP_OBJ_RECTANGLE (sal_uInt16(0x0001))
#define IMAP_OBJ_CIRCLE (sal_uInt16(0x0002))
#define IMAP_OBJ_POLYGON (sal_uInt16(0x0003))