diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-07-30 23:51:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-07-30 23:51:40 +0200 |
commit | 386c28330ea590eb42877af1c807973e8fb29be0 (patch) | |
tree | f1b4cf16b7e240e6af62ef550c4cd5c816d57e4c /xmloff/source/text/txtimp.cxx | |
parent | 958409d82091d7706d7aa045829a149728ba7a5e (diff) |
Some cppcheck cleaning
Diffstat (limited to 'xmloff/source/text/txtimp.cxx')
-rw-r--r-- | xmloff/source/text/txtimp.cxx | 4 |
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) |