summaryrefslogtreecommitdiff
path: root/filter/source/t602
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-04-02 16:48:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-04-04 10:29:30 +0100
commitf49ce4729c96dc01dec13b02e60d887fc6c1452e (patch)
treec1806c20b08de6ee42ade3fbd744caabaee66cbe /filter/source/t602
parentac0b0eb3e6fdb70878dc81a80c74314af272c2f7 (diff)
ditch commented out code
Diffstat (limited to 'filter/source/t602')
-rw-r--r--filter/source/t602/t602filter.cxx21
1 files changed, 0 insertions, 21 deletions
diff --git a/filter/source/t602/t602filter.cxx b/filter/source/t602/t602filter.cxx
index d7b78072668e..047decfc6f89 100644
--- a/filter/source/t602/t602filter.cxx
+++ b/filter/source/t602/t602filter.cxx
@@ -918,27 +918,6 @@ Reference< XInterface > SAL_CALL T602ImportFilter_createInstance( const Referenc
return (cppu::OWeakObject*) new T602ImportFilter( rSMgr );
}
-/* Reference < XInterface > SAL_CALL CreateInstance( const Reference< XMultiServiceFactory > &r)
-throw ( Exception )
-{
- return Reference< XInterface > (( OWeakObject *) new T602ImportFilter(r));
-}
-
-Sequence < OUString > getSupportedServiceNames()
-throw ( RuntimeException )
-{
- static Sequence < OUString > *pNames = 0;
- if( ! pNames ) {
- MutexGuard guard( Mutex::getGlobalMutex() );
- if( !pNames ) {
- static Sequence< OUString > seqNames(2);
- seqNames.getArray()[0] = OUString(RTL_CONSTASCII_USTRINGPARAM(IMPLEMENTATION_NAME));
- pNames = &seqNames;
- }
- }
- return *pNames;
-}*/
-
T602ImportFilterDialog::T602ImportFilterDialog(const ::com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory > &r ) :
mxMSF( r ), mpResMgr( NULL ) {}