diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-16 15:31:10 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 12:57:31 +0000 |
commit | 0a14f36501e2e0ce8373464dc1655fdb1e9550b6 (patch) | |
tree | e175547213c8528499845a78064fd44a714f0ee9 /starmath | |
parent | 00f32691bfcbfbecc824e65e60a506b0035f9643 (diff) |
split macros to elide unneeded methods
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/smdetect.cxx | 2 | ||||
-rw-r--r-- | starmath/source/smdetect.hxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/starmath/source/smdetect.cxx b/starmath/source/smdetect.cxx index dfe37e9470b1..42be1f70fb88 100644 --- a/starmath/source/smdetect.cxx +++ b/starmath/source/smdetect.cxx @@ -417,8 +417,6 @@ SmFilterDetect::~SmFilterDetect() return aTypeName; } -SFX_IMPL_SINGLEFACTORY( SmFilterDetect ) - /* XServiceInfo */ rtl::OUString SAL_CALL SmFilterDetect::getImplementationName() throw( UNORUNTIMEEXCEPTION ) { diff --git a/starmath/source/smdetect.hxx b/starmath/source/smdetect.hxx index 609694e9b8ff..1d20f6abcaa3 100644 --- a/starmath/source/smdetect.hxx +++ b/starmath/source/smdetect.hxx @@ -83,7 +83,7 @@ public: SmFilterDetect( const REFERENCE < ::com::sun::star::lang::XMultiServiceFactory >& xFactory ); virtual ~SmFilterDetect(); - SFX_DECL_XSERVICEINFO + SFX_DECL_XSERVICEINFO_NOFACTORY //---------------------------------------------------------------------------------- // XExtendedFilterDetect |