diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 15:19:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-04-13 15:19:24 +0000 |
commit | c2d724cb7b03f8a15e552edfa568aa25419b6f56 (patch) | |
tree | e0ce921642fbde3f5a10c44e25762b8e8fc1d1d6 /xmlscript | |
parent | f02b998363c6a5dc9d7d36977dc380e81b6233e7 (diff) |
INTEGRATION: CWS unopkg1 (1.4.10); FILE MERGED
2003/11/04 14:50:41 dbo 1.4.10.1: #i20304# namespace mapping
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/source/xmlmod_imexp/imp_share.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlscript/source/xmlmod_imexp/imp_share.hxx b/xmlscript/source/xmlmod_imexp/imp_share.hxx index b9f2c2877715..3db51b74ccf9 100644 --- a/xmlscript/source/xmlmod_imexp/imp_share.hxx +++ b/xmlscript/source/xmlmod_imexp/imp_share.hxx @@ -2,9 +2,9 @@ * * $RCSfile: imp_share.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2003-09-04 09:20:19 $ + * last change: $Author: hr $ $Date: 2004-04-13 16:19:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -112,7 +112,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); |