summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-26 18:41:53 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-11-26 23:22:15 +0100
commitef5fa06e6e918103cac2fc4844dbb62a3522b4e8 (patch)
treeb074e523e635e50942fffed455ec6b8edb85d1ef /sc/source/filter/excel/xecontent.cxx
parent80904d027f5a7adb0fec7da99536f8cc02bdd2d9 (diff)
no need for this copy
Change-Id: I0c64a411926ea0de04d214acb993337a695f6acb
Diffstat (limited to 'sc/source/filter/excel/xecontent.cxx')
-rw-r--r--sc/source/filter/excel/xecontent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xecontent.cxx b/sc/source/filter/excel/xecontent.cxx
index 444928e3342c..d03afa825724 100644
--- a/sc/source/filter/excel/xecontent.cxx
+++ b/sc/source/filter/excel/xecontent.cxx
@@ -1130,7 +1130,7 @@ XclExpCondfmt::XclExpCondfmt( const XclExpRoot& rRoot, const ScConditionalFormat
XclExpRecord( EXC_ID_CONDFMT ),
XclExpRoot( rRoot )
{
- ScRangeList aScRanges = rCondFormat.GetRange();
+ const ScRangeList& aScRanges = rCondFormat.GetRange();
GetAddressConverter().ConvertRangeList( maXclRanges, aScRanges, true );
if( !maXclRanges.empty() )
{