From 3afe0c4bd7294e04d701e4acd9be36dcca8c6eeb Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 13 Apr 2004 15:18:36 +0000 Subject: INTEGRATION: CWS unopkg1 (1.21.10); FILE MERGED 2003/11/04 14:50:39 dbo 1.21.10.1: #i20304# namespace mapping --- xmlscript/source/xmldlg_imexp/imp_share.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmlscript') diff --git a/xmlscript/source/xmldlg_imexp/imp_share.hxx b/xmlscript/source/xmldlg_imexp/imp_share.hxx index f1d2f2e44189..1ad5e5b973ce 100644 --- a/xmlscript/source/xmldlg_imexp/imp_share.hxx +++ b/xmlscript/source/xmldlg_imexp/imp_share.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imp_share.hxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: obo $ $Date: 2003-09-04 09:19:30 $ + * last change: $Author: hr $ $Date: 2004-04-13 16:18:36 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -214,7 +214,7 @@ public: // XRoot virtual void SAL_CALL startDocument( - Reference< container::XNameAccess > const & xUidMapping ) + Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping ) throw (xml::sax::SAXException, RuntimeException); virtual void SAL_CALL endDocument() throw (xml::sax::SAXException, RuntimeException); -- cgit