diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 15:19:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 15:19:02 +0000 |
commit | 2da2517f8123077f00ab9e7505511edbf1d6ca9f (patch) | |
tree | 9a3143ccae3d3684406238ee8f73f84c710420f2 /xmlscript/source | |
parent | 9dfd23048142c7cd85320f2499663249885c367f (diff) |
INTEGRATION: CWS unopkg1 (1.5.10); FILE MERGED
2003/11/04 14:50:40 dbo 1.5.10.1: #i20304# namespace mapping
Diffstat (limited to 'xmlscript/source')
-rw-r--r-- | xmlscript/source/xmllib_imexp/imp_share.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmllib_imexp/imp_share.hxx b/xmlscript/source/xmllib_imexp/imp_share.hxx index be206b4d105d..f724c55615ae 100644 --- a/xmlscript/source/xmllib_imexp/imp_share.hxx +++ b/xmlscript/source/xmllib_imexp/imp_share.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imp_share.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2003-09-04 09:19:59 $ + * last change: $Author: hr $ $Date: 2004-04-13 16:19:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -182,7 +182,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); |