summaryrefslogtreecommitdiff
path: root/unoxml/source
diff options
context:
space:
mode:
Diffstat (limited to 'unoxml/source')
-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);
/**