summaryrefslogtreecommitdiff
path: root/unoxml/source/xpath/xpathapi.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:38:46 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:38:46 +0000
commit6a505c70abd540ed621bfce71e923614d9e68ac7 (patch)
treed08bd1bdb77d424be47dd371d761a9faa5e1089d /unoxml/source/xpath/xpathapi.hxx
parent38c09bc16cb1f45cd8c0652ee24a9828093f058f (diff)
INTEGRATION: CWS gcc41 (1.3.10); FILE MERGED
2005/12/07 15:13:54 pmladek 1.3.10.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'unoxml/source/xpath/xpathapi.hxx')
-rw-r--r--unoxml/source/xpath/xpathapi.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/xpath/xpathapi.hxx b/unoxml/source/xpath/xpathapi.hxx
index 8125ff628d99..5bc4719898d0 100644
--- a/unoxml/source/xpath/xpathapi.hxx
+++ b/unoxml/source/xpath/xpathapi.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xpathapi.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:08:46 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:38:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,10 +105,10 @@ namespace XPath
// --- XXPathAPI ---
- virtual void SAL_CALL CXPathAPI::registerNS(const OUString& aPrefix, const OUString& aURI)
+ virtual void SAL_CALL registerNS(const OUString& aPrefix, const OUString& aURI)
throw (RuntimeException);
- virtual void SAL_CALL CXPathAPI::unregisterNS(const OUString& aPrefix, const OUString& aURI)
+ virtual void SAL_CALL unregisterNS(const OUString& aPrefix, const OUString& aURI)
throw (RuntimeException);
/**