diff options
Diffstat (limited to 'linguistic/source/convdicxml.hxx')
-rw-r--r-- | linguistic/source/convdicxml.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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 ); |