summaryrefslogtreecommitdiffstats
path: root/lotuswordpro
diff options
context:
space:
mode:
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/lwpfilter.cxx5
-rw-r--r--lotuswordpro/source/filter/lwpfilter.hxx2
2 files changed, 0 insertions, 7 deletions
diff --git a/lotuswordpro/source/filter/lwpfilter.cxx b/lotuswordpro/source/filter/lwpfilter.cxx
index 99dd4ed05fd1..453322254758 100644
--- a/lotuswordpro/source/filter/lwpfilter.cxx
+++ b/lotuswordpro/source/filter/lwpfilter.cxx
@@ -181,11 +181,6 @@ void LWPFilterImportFilter::setTargetDocument( const uno::Reference< XComponent
rImporter->setTargetDocument( xDoc );
}
-OUString LWPFilterImportFilter::getImplementationName_Static() throw()
-{
- return OUString(RTL_CONSTASCII_USTRINGPARAM( STR_IMPLEMENTATION_NAME ));
-}
-
OUString LWPFilterImportFilter::getImplementationName() throw()
{
return OUString(RTL_CONSTASCII_USTRINGPARAM( STR_IMPLEMENTATION_NAME ));
diff --git a/lotuswordpro/source/filter/lwpfilter.hxx b/lotuswordpro/source/filter/lwpfilter.hxx
index c95619255ab4..8d50f3c54982 100644
--- a/lotuswordpro/source/filter/lwpfilter.hxx
+++ b/lotuswordpro/source/filter/lwpfilter.hxx
@@ -137,8 +137,6 @@ public:
~LWPFilterImportFilter();
public:
- static OUString getImplementationName_Static() throw();
-public:
/**
* @descr see LWPFilterReader::filter.
*/