diff options
author | Oliver Specht <oliver.specht@cib.de> | 2015-11-07 14:43:19 +0100 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-11-11 10:49:30 +0000 |
commit | fa91dd31f39a24329d288d4e1cda28db3a16af0d (patch) | |
tree | 603d7c206ac0ec1f1a08cc9f3bf8835bd8d2fb2f /starmath | |
parent | c21ddcdb30b8dd7be56176e00bc2d4780cb342e1 (diff) |
5th step to remove tools/rtti.hxx
tools/rtti.hxx removed
completed the interface of some Sdr.* Items
and removed pseudo items
Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: https://gerrit.libreoffice.org/19837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/document.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/pch/precompiled_sm.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/smmod.hxx | 1 | ||||
-rw-r--r-- | starmath/inc/view.hxx | 1 | ||||
-rw-r--r-- | starmath/source/document.cxx | 1 | ||||
-rw-r--r-- | starmath/source/smmod.cxx | 2 | ||||
-rw-r--r-- | starmath/source/view.cxx | 1 |
7 files changed, 0 insertions, 8 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx index b26b3e9a45c6..67ef680e79c6 100644 --- a/starmath/inc/document.hxx +++ b/starmath/inc/document.hxx @@ -150,7 +150,6 @@ class SM_DLLPUBLIC SmDocShell : public SfxObjectShell, public SfxListener void readFormulaOoxml( oox::formulaimport::XmlStream& stream ); public: - TYPEINFO_OVERRIDE(); SFX_DECL_INTERFACE(SFX_INTERFACE_SMA_START+1) SFX_DECL_OBJECTFACTORY(); diff --git a/starmath/inc/pch/precompiled_sm.hxx b/starmath/inc/pch/precompiled_sm.hxx index f910c3dde627..aef1bca08698 100644 --- a/starmath/inc/pch/precompiled_sm.hxx +++ b/starmath/inc/pch/precompiled_sm.hxx @@ -166,7 +166,6 @@ #include <tools/gen.hxx> #include <tools/globname.hxx> #include <tools/mapunit.hxx> -#include <tools/rtti.hxx> #include <tools/stream.hxx> #include <tools/tenccvt.hxx> #include <ucbhelper/content.hxx> diff --git a/starmath/inc/smmod.hxx b/starmath/inc/smmod.hxx index 575dbae28cfb..4a53375063f3 100644 --- a/starmath/inc/smmod.hxx +++ b/starmath/inc/smmod.hxx @@ -96,7 +96,6 @@ class SmModule : public SfxModule, utl::ConfigurationListener static void ApplyColorConfigValues( const svtools::ColorConfig &rColorCfg ); public: - TYPEINFO_OVERRIDE(); SFX_DECL_INTERFACE(SFX_INTERFACE_SMA_START + 0) private: diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx index 39880ba1d4f6..a6c96c351746 100644 --- a/starmath/inc/view.hxx +++ b/starmath/inc/view.hxx @@ -288,7 +288,6 @@ protected: virtual void SetZoomFactor( const Fraction &rX, const Fraction &rY ) override; public: - TYPEINFO_OVERRIDE(); SmViewShell(SfxViewFrame *pFrame, SfxViewShell *pOldSh); virtual ~SmViewShell(); diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 7430f589f562..dae21759c0b2 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -105,7 +105,6 @@ using namespace ::com::sun::star::uno; #define SmDocShell #include "smslots.hxx" -TYPEINIT1( SmDocShell, SfxObjectShell ); SFX_IMPL_SUPERCLASS_INTERFACE(SmDocShell, SfxObjectShell) diff --git a/starmath/source/smmod.cxx b/starmath/source/smmod.cxx index 45b546704c51..0ba1e2c2d49d 100644 --- a/starmath/source/smmod.cxx +++ b/starmath/source/smmod.cxx @@ -30,7 +30,6 @@ #include <vcl/msgbox.hxx> #include <vcl/virdev.hxx> #include <unotools/syslocale.hxx> -#include <tools/rtti.hxx> #include "smmod.hxx" #include "symbol.hxx" #include "cfgitem.hxx" @@ -40,7 +39,6 @@ #include "starmath.hrc" #include "svx/modctrl.hxx" -TYPEINIT1( SmModule, SfxModule ); #define SmModule #include "smslots.hxx" diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index e0489a13cc33..a4e8c39ebb48 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -911,7 +911,6 @@ struct SmViewShell_Impl SvtMiscOptions aOpts; }; -TYPEINIT1(SmViewShell, SfxViewShell); SFX_IMPL_SUPERCLASS_INTERFACE(SmViewShell, SfxViewShell) |