diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:02:32 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-11-20 18:02:32 +0000 |
commit | 606a81914f4cb5a4b627dcf8cb9a7a0928e0b402 (patch) | |
tree | 06290d82084d4317fed9db81f29d97b7e25dbd23 | |
parent | 3bc2a8d03253f4e94973395452d66c5bce9498fe (diff) |
INTEGRATION: CWS reportdesign01 (1.4.6); FILE MERGED
2007/10/16 06:08:58 oj 1.4.6.1: #i82574# import print condition for section
-rw-r--r-- | reportdesign/source/filter/xml/xmlFunction.cxx | 6 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlImage.cxx | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/reportdesign/source/filter/xml/xmlFunction.cxx b/reportdesign/source/filter/xml/xmlFunction.cxx index 47f078c70..c41736ed6 100644 --- a/reportdesign/source/filter/xml/xmlFunction.cxx +++ b/reportdesign/source/filter/xml/xmlFunction.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlFunction.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2007-09-26 14:22:32 $ + * last change: $Author: ihi $ $Date: 2007-11-20 19:02:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -97,7 +97,7 @@ OXMLFunction::OXMLFunction( ORptFilter& _rImport ::rtl::OUString sLocalName; const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); const sal_uInt16 nPrefix = rMap.GetKeyByAttrName( sAttrName,&sLocalName ); - rtl::OUString sValue = _xAttrList->getValueByIndex( i ); + const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); try { diff --git a/reportdesign/source/filter/xml/xmlImage.cxx b/reportdesign/source/filter/xml/xmlImage.cxx index 1556f6db1..1a80f7eed 100644 --- a/reportdesign/source/filter/xml/xmlImage.cxx +++ b/reportdesign/source/filter/xml/xmlImage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlImage.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2007-09-26 14:22:44 $ + * last change: $Author: ihi $ $Date: 2007-11-20 19:02:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -94,7 +94,7 @@ OXMLImage::OXMLImage( ORptFilter& rImport, ::rtl::OUString sLocalName; const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); const sal_uInt16 nPrefix = rMap.GetKeyByAttrName( sAttrName,&sLocalName ); - rtl::OUString sValue = _xAttrList->getValueByIndex( i ); + const rtl::OUString sValue = _xAttrList->getValueByIndex( i ); switch( rTokenMap.Get( nPrefix, sLocalName ) ) { |