diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-08 13:38:38 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-08 21:01:31 +0000 |
commit | bcf8f878899be13002b2c40f9f2b9363f20fec3a (patch) | |
tree | 43434367f951d7ae97d7b7d3dd9490b4fdd2eead /idl/inc | |
parent | d704c2b95e811798b900ac18974f7983ffca4090 (diff) |
remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...
unused since...
commit 7affe26a1291eef8c77e890228061f13e987bff1
Author: Maxim Monastirsky <momonasmon@gmail.com>
Date: Mon Feb 22 18:47:15 2016 +0200
Kill sfx2 menu support
Change-Id: I902957b8379be7c314f5357750aeba5a2fcc0a00
Reviewed-on: https://gerrit.libreoffice.org/28749
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'idl/inc')
-rw-r--r-- | idl/inc/globals.hxx | 4 | ||||
-rw-r--r-- | idl/inc/slot.hxx | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/idl/inc/globals.hxx b/idl/inc/globals.hxx index 6092fbbba7ab..e49e81ef07f5 100644 --- a/idl/inc/globals.hxx +++ b/idl/inc/globals.hxx @@ -63,8 +63,6 @@ struct SvGlobalHashNames SvStringHashEntryRef MM_FastCall; SvStringHashEntryRef MM_SbxObject; SvStringHashEntryRef MM_Container; - SvStringHashEntryRef MM_ImageRotation; - SvStringHashEntryRef MM_ImageReflection; SvStringHashEntryRef MM_ReadOnlyDoc; SvStringHashEntryRef MM_struct; SvStringHashEntryRef MM_SlotType; @@ -129,8 +127,6 @@ HASH_INLINE(AccelConfig) HASH_INLINE(FastCall) HASH_INLINE(SbxObject) HASH_INLINE(Container) -HASH_INLINE(ImageRotation) -HASH_INLINE(ImageReflection) HASH_INLINE(ReadOnlyDoc) HASH_INLINE(struct) HASH_INLINE(SlotType) diff --git a/idl/inc/slot.hxx b/idl/inc/slot.hxx index bb807844447f..e3e8c196c5c3 100644 --- a/idl/inc/slot.hxx +++ b/idl/inc/slot.hxx @@ -48,8 +48,6 @@ public: SvBOOL aAccelConfig; SvBOOL aFastCall; SvBOOL aContainer; - SvBOOL aImageRotation; - SvBOOL aImageReflection; SvIdentifier aPseudoPrefix; OString aDisableFlags; SvMetaSlot* pLinkedSlot; @@ -123,8 +121,6 @@ public: bool GetAccelConfig() const; bool GetFastCall() const; bool GetContainer() const; - bool GetImageRotation() const; - bool GetImageReflection() const; bool GetReadOnlyDoc() const; bool GetExport() const; bool GetHidden() const; |