summaryrefslogtreecommitdiff
path: root/sax/source/fastparser/fastparser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/source/fastparser/fastparser.cxx')
-rw-r--r--sax/source/fastparser/fastparser.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx
index 04bf75201497..8cf48649c8e4 100644
--- a/sax/source/fastparser/fastparser.cxx
+++ b/sax/source/fastparser/fastparser.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: fastparser.cxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.4.10.2 $
*
* This file is part of OpenOffice.org.
*
@@ -161,7 +161,6 @@ public:
// The implementation details
static Sequence< OUString > getSupportedServiceNames_Static(void);
- static OUString getImplementationName_Static();
// XFastParser
virtual void SAL_CALL parseStream( const InputSource& aInputSource ) throw (SAXException, IOException, RuntimeException);
@@ -671,11 +670,6 @@ void FastSaxParser::setLocale( const Locale & Locale ) throw (RuntimeException)
maLocale = Locale;
}
-OUString FastSaxParser::getImplementationName_Static()
-{
- return OUString::createFromAscii( IMPLEMENTATION_NAME );
-}
-
// XServiceInfo
OUString FastSaxParser::getImplementationName() throw (RuntimeException)
{