summaryrefslogtreecommitdiff
path: root/sax/source/expatwrap/sax_expat.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-10-14 05:23:43 +0000
committerOliver Bolte <obo@openoffice.org>2008-10-14 05:23:43 +0000
commitf066a08d62db69668b14d784d5d7355411243ff1 (patch)
treedb48a5684a0117d51a99da097ac568f7fd7058cc /sax/source/expatwrap/sax_expat.cxx
parent3735d9d387398fd90ab63ce2b1367dd154bd0fb9 (diff)
CWS-TOOLING: integrate CWS mba30fixes02
Diffstat (limited to 'sax/source/expatwrap/sax_expat.cxx')
-rw-r--r--sax/source/expatwrap/sax_expat.cxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/sax/source/expatwrap/sax_expat.cxx b/sax/source/expatwrap/sax_expat.cxx
index a021e9d3daa8..d9553113c759 100644
--- a/sax/source/expatwrap/sax_expat.cxx
+++ b/sax/source/expatwrap/sax_expat.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sax_expat.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.18.10.1 $
*
* This file is part of OpenOffice.org.
*
@@ -160,7 +160,6 @@ public:
// The implementation details
static Sequence< OUString > getSupportedServiceNames_Static(void) throw ();
- static OUString getImplementationName_Static() throw ();
public:
// The SAX-Parser-Interface
@@ -576,11 +575,6 @@ void SaxExpatParser::setLocale( const Locale & locale ) throw (RuntimeException)
m_pImpl->locale = locale;
}
-OUString SaxExpatParser::getImplementationName_Static() throw ()
-{
- return OUString::createFromAscii( IMPLEMENTATION_NAME );
-}
-
// XServiceInfo
OUString SaxExpatParser::getImplementationName() throw ()
{