summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-02-19 17:29:32 +0000
committerNoel Power <noel.power@suse.com>2013-02-19 18:09:24 +0000
commit2b1aa949539d2fcbb3d349be3c279996630d83fc (patch)
tree661e8b800eda9c0fcc4b6228e61183e3b05ab033 /sc/source/filter/xml/xmlexprt.cxx
parent0d05957cf0c38abab45030ba172025e4ef318f43 (diff)
fdo#56276 - resize/reposition rotated shapes in a sensible way
Change-Id: Ifa4f848da21838591daa1f57fb42dfd3f4fa8044
Diffstat (limited to 'sc/source/filter/xml/xmlexprt.cxx')
-rw-r--r--sc/source/filter/xml/xmlexprt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 4be03fce76f0..e49bf0b8e558 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -689,7 +689,7 @@ void ScXMLExport::CollectSharedData(sal_Int32& nTableCount, sal_Int32& nShapesCo
if (!pSdrObj)
continue;
- if (ScDrawObjData *pAnchor = ScDrawLayer::GetObjData(pSdrObj))
+ if (ScDrawObjData *pAnchor = ScDrawLayer::GetNonRotatedObjData(pSdrObj))
{
ScMyShape aMyShape;
aMyShape.aAddress = pAnchor->maStart;