summaryrefslogtreecommitdiffstats
path: root/xmlscript
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 15:18:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-04-13 15:18:36 +0000
commit3afe0c4bd7294e04d701e4acd9be36dcca8c6eeb (patch)
treea01f89b7295ceacb7fb21bbca02ddcb13da06a60 /xmlscript
parentINTEGRATION: CWS unopkg1 (1.5.10); FILE MERGED (diff)
downloadcore-3afe0c4bd7294e04d701e4acd9be36dcca8c6eeb.tar.gz
core-3afe0c4bd7294e04d701e4acd9be36dcca8c6eeb.zip
INTEGRATION: CWS unopkg1 (1.21.10); FILE MERGED
2003/11/04 14:50:39 dbo 1.21.10.1: #i20304# namespace mapping
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmldlg_imexp/imp_share.hxx6
1 files changed, 3 insertions, 3 deletions
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);