diff options
Diffstat (limited to 'linguistic/source')
-rw-r--r-- | linguistic/source/convdicxml.cxx | 8 | ||||
-rw-r--r-- | linguistic/source/convdicxml.hxx | 5 |
2 files changed, 1 insertions, 12 deletions
diff --git a/linguistic/source/convdicxml.cxx b/linguistic/source/convdicxml.cxx index 72dbc064e53e..f003c001aecf 100644 --- a/linguistic/source/convdicxml.cxx +++ b/linguistic/source/convdicxml.cxx @@ -411,12 +411,4 @@ SvXMLImportContext * ConvDicXMLImport::CreateContext( return pContext; } - -OUString SAL_CALL ConvDicXMLImport::getImplementationName() - throw( uno::RuntimeException ) -{ - return OUString( "com.sun.star.lingu2.ConvDicXMLImport" ); -} - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/linguistic/source/convdicxml.hxx b/linguistic/source/convdicxml.hxx index 82861e5b8278..dd4521c4fb0a 100644 --- a/linguistic/source/convdicxml.hxx +++ b/linguistic/source/convdicxml.hxx @@ -84,7 +84,7 @@ public: //!! see comment for pDic member ConvDicXMLImport( ConvDic *pConvDic, const OUString /*&rFileName*/ ) : - SvXMLImport ( comphelper::getProcessComponentContext(), IMPORT_ALL ), + SvXMLImport ( comphelper::getProcessComponentContext(), "com.sun.star.lingu2.ConvDicXMLImport", IMPORT_ALL ), pDic ( pConvDic ) { nLanguage = LANGUAGE_NONE; @@ -96,9 +96,6 @@ public: { } - // XServiceInfo (override parent method) - OUString SAL_CALL getImplementationName() throw( ::com::sun::star::uno::RuntimeException ); - virtual void SAL_CALL startDocument(void) throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ); virtual void SAL_CALL endDocument(void) throw( ::com::sun::star::xml::sax::SAXException, ::com::sun::star::uno::RuntimeException ); |