summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldpimp.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-01-21 14:59:06 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-01-21 14:59:06 -0500
commitbccc6db5b56e54cd790f1dc3ae9063326d8c362c (patch)
tree43bbde2db1df8c47a5c129a06b528fa5c3a42bbe /sc/source/filter/xml/xmldpimp.cxx
parent663aab2ca85ee41f01c80c34207733500fc9b763 (diff)
Encapsulated access to aSourceRange.
Diffstat (limited to 'sc/source/filter/xml/xmldpimp.cxx')
-rw-r--r--sc/source/filter/xml/xmldpimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmldpimp.cxx b/sc/source/filter/xml/xmldpimp.cxx
index 7ad3322e6165..cd9ee288fb4f 100644
--- a/sc/source/filter/xml/xmldpimp.cxx
+++ b/sc/source/filter/xml/xmldpimp.cxx
@@ -446,7 +446,7 @@ void ScXMLDataPilotTableContext::EndElement()
if (bSourceCellRange)
{
ScSheetSourceDesc aSheetDesc;
- aSheetDesc.aSourceRange = aSourceCellRangeAddress;
+ aSheetDesc.SetSourceRange(aSourceCellRangeAddress);
aSheetDesc.SetQueryParam(aSourceQueryParam);
pDPObject->SetSheetDesc(aSheetDesc);
}