From fddde2b74a24b1e88e33940ee98f7fa2887dc58c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 13 Mar 2014 15:04:48 +0200 Subject: xmloff,vbahelper: prefer passing OUString and OString by reference Change-Id: I8b7e4284c122549c03edaa7f3963cbfb2024b3fc --- xmloff/inc/XMLLineNumberingImportContext.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'xmloff/inc/XMLLineNumberingImportContext.hxx') diff --git a/xmloff/inc/XMLLineNumberingImportContext.hxx b/xmloff/inc/XMLLineNumberingImportContext.hxx index 5eb2cf4b0e01..ccf26488f565 100644 --- a/xmloff/inc/XMLLineNumberingImportContext.hxx +++ b/xmloff/inc/XMLLineNumberingImportContext.hxx @@ -100,7 +100,7 @@ protected: void ProcessAttribute( enum LineNumberingToken eToken, - OUString sValue); + const OUString& sValue); virtual void CreateAndInsert(sal_Bool bOverwrite); @@ -111,8 +111,8 @@ protected: ::com::sun::star::xml::sax::XAttributeList> & xAttrList ); void ProcessAttribute( - const OUString sLocalName, - const OUString sValue); + const OUString& sLocalName, + const OUString& sValue); }; #endif -- cgit