summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-24 21:36:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-25 09:42:05 +0100
commit798496c5be43771ee478a0ee4288188b28583a8d (patch)
treef89574ce2038ee052af3188747b7738ba680a301 /lotuswordpro
parent50db59bbac75a9b1cf1bd95c07f6cafc597245f8 (diff)
regenerate list
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.
*/