summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtimp.cxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-07-30 23:51:40 +0200
committerJulien Nabet <serval2412@yahoo.fr>2011-07-30 23:51:40 +0200
commit386c28330ea590eb42877af1c807973e8fb29be0 (patch)
treef1b4cf16b7e240e6af62ef550c4cd5c816d57e4c /xmloff/source/text/txtimp.cxx
parent958409d82091d7706d7aa045829a149728ba7a5e (diff)
Some cppcheck cleaning
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r--xmloff/source/text/txtimp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/source/text/txtimp.cxx b/xmloff/source/text/txtimp.cxx
index a925649ba5f8..d5faddd88f64 100644
--- a/xmloff/source/text/txtimp.cxx
+++ b/xmloff/source/text/txtimp.cxx
@@ -2617,7 +2617,7 @@ SvI18NMap& XMLTextImportHelper::GetRenameMap()
}
void XMLTextImportHelper::InsertBookmarkStartRange(
- const OUString sName,
+ const OUString & sName,
const Reference<XTextRange> & rRange,
OUString const& i_rXmlId,
::boost::shared_ptr< ::xmloff::ParsedRDFaAttributes > & i_rpRDFaAttributes)
@@ -2628,7 +2628,7 @@ void XMLTextImportHelper::InsertBookmarkStartRange(
}
sal_Bool XMLTextImportHelper::FindAndRemoveBookmarkStartRange(
- const OUString sName,
+ const OUString & sName,
Reference<XTextRange> & o_rRange,
OUString & o_rXmlId,
::boost::shared_ptr< ::xmloff::ParsedRDFaAttributes > & o_rpRDFaAttributes)