From bcf8f878899be13002b2c40f9f2b9363f20fec3a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 8 Sep 2016 13:38:38 +0100 Subject: remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit unused since... commit 7affe26a1291eef8c77e890228061f13e987bff1 Author: Maxim Monastirsky 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 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- idl/inc/globals.hxx | 4 ---- idl/inc/slot.hxx | 4 ---- 2 files changed, 8 deletions(-) (limited to 'idl/inc') 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; -- cgit