diff options
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/drawdoc.hxx | 1 | ||||
-rw-r--r-- | sd/inc/pch/precompiled_sd.hxx | 1 | ||||
-rw-r--r-- | sd/inc/sdattr.hxx | 4 | ||||
-rw-r--r-- | sd/inc/sdmod.hxx | 1 | ||||
-rw-r--r-- | sd/inc/sdpage.hxx | 1 | ||||
-rw-r--r-- | sd/inc/sdundo.hxx | 1 |
6 files changed, 0 insertions, 9 deletions
diff --git a/sd/inc/drawdoc.hxx b/sd/inc/drawdoc.hxx index 2d90bbe41179..e6765254837c 100644 --- a/sd/inc/drawdoc.hxx +++ b/sd/inc/drawdoc.hxx @@ -205,7 +205,6 @@ protected: public: - TYPEINFO_VISIBILITY_OVERRIDE(SAL_DLLPRIVATE); SAL_DLLPRIVATE SdDrawDocument(DocumentType eType, SfxObjectShell* pDocSh); SAL_DLLPRIVATE virtual ~SdDrawDocument(); diff --git a/sd/inc/pch/precompiled_sd.hxx b/sd/inc/pch/precompiled_sd.hxx index 05d49c8ec761..71e2db442a1c 100644 --- a/sd/inc/pch/precompiled_sd.hxx +++ b/sd/inc/pch/precompiled_sd.hxx @@ -736,7 +736,6 @@ #include <svx/sxciaitm.hxx> #include <svx/sxekitm.hxx> #include <svx/sxelditm.hxx> -#include <svx/sxmsuitm.hxx> #include <svx/tabline.hxx> #include <svx/tbcontrl.hxx> #include <svx/unoapi.hxx> diff --git a/sd/inc/sdattr.hxx b/sd/inc/sdattr.hxx index e0611e50a06b..603e322ea416 100644 --- a/sd/inc/sdattr.hxx +++ b/sd/inc/sdattr.hxx @@ -86,7 +86,6 @@ public: class DiaEffectItem : public SfxEnumItem { public: - TYPEINFO_OVERRIDE(); DiaEffectItem( css::presentation::FadeEffect eFade = css::presentation::FadeEffect_NONE ); DiaEffectItem( SvStream& rIn ); @@ -98,7 +97,6 @@ public: class DiaSpeedItem : public SfxEnumItem { public: - TYPEINFO_OVERRIDE(); DiaSpeedItem( FadeSpeed = FADE_SPEED_MEDIUM ); DiaSpeedItem( SvStream& rIn ); @@ -110,7 +108,6 @@ public: class DiaAutoItem : public SfxEnumItem { public: - TYPEINFO_OVERRIDE(); DiaAutoItem( PresChange = PRESCHANGE_MANUAL ); DiaAutoItem( SvStream& rIn ); @@ -122,7 +119,6 @@ public: class DiaTimeItem : public SfxUInt32Item { public: - TYPEINFO_OVERRIDE(); DiaTimeItem( sal_uInt32 nValue = 0L ); virtual SfxPoolItem* Clone( SfxItemPool* pPool = nullptr ) const override; diff --git a/sd/inc/sdmod.hxx b/sd/inc/sdmod.hxx index 195728e8420b..27297e614da1 100644 --- a/sd/inc/sdmod.hxx +++ b/sd/inc/sdmod.hxx @@ -78,7 +78,6 @@ typedef std::map< sal_uInt32, css::uno::Sequence< css::uno::Type> > SdTypesCache class SdModule : public SfxModule, public SfxListener { public: - TYPEINFO_OVERRIDE(); SFX_DECL_INTERFACE(SD_IF_SDAPP) DECL_LINK_TYPED( CalcFieldValueHdl, EditFieldInfo*, void ); diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx index f9fa1e569132..a7d60976ad14 100644 --- a/sd/inc/sdpage.hxx +++ b/sd/inc/sdpage.hxx @@ -153,7 +153,6 @@ protected: void lateInit(const SdPage& rSrcPage); public: - TYPEINFO_OVERRIDE(); SdPage(SdDrawDocument& rNewDoc, bool bMasterPage=false); virtual ~SdPage(); diff --git a/sd/inc/sdundo.hxx b/sd/inc/sdundo.hxx index 20da8b374a36..84b81a3215ae 100644 --- a/sd/inc/sdundo.hxx +++ b/sd/inc/sdundo.hxx @@ -28,7 +28,6 @@ class SdDrawDocument; class SD_DLLPUBLIC SdUndoAction : public SfxUndoAction { public: - TYPEINFO_OVERRIDE(); SdUndoAction(SdDrawDocument* pSdDrawDocument) : mpDoc(pSdDrawDocument) {} virtual ~SdUndoAction() {} |