From 6a505c70abd540ed621bfce71e923614d9e68ac7 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 19 Jan 2006 17:38:46 +0000 Subject: 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 --- unoxml/source/xpath/xpathapi.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'unoxml/source') 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); /** -- cgit