diff options
Diffstat (limited to 'include/svtools/imapobj.hxx')
-rw-r--r-- | include/svtools/imapobj.hxx | 1 |
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)) |