summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdxmlexp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/sdxmlexp.cxx')
-rw-r--r--xmloff/source/draw/sdxmlexp.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/draw/sdxmlexp.cxx b/xmloff/source/draw/sdxmlexp.cxx
index 58cd9384850b..03b6d7f367bc 100644
--- a/xmloff/source/draw/sdxmlexp.cxx
+++ b/xmloff/source/draw/sdxmlexp.cxx
@@ -2525,13 +2525,13 @@ void SdXMLExport::GetViewSettings(uno::Sequence<beans::PropertyValue>& rProps)
xPropSet->getPropertyValue("VisibleArea") >>= aVisArea;
sal_uInt16 i = 0;
- pProps[i].Name = OUString("VisibleAreaTop");
+ pProps[i].Name = "VisibleAreaTop";
pProps[i++].Value <<= aVisArea.Y;
- pProps[i].Name = OUString("VisibleAreaLeft");
+ pProps[i].Name = "VisibleAreaLeft";
pProps[i++].Value <<= aVisArea.X;
- pProps[i].Name = OUString("VisibleAreaWidth");
+ pProps[i].Name = "VisibleAreaWidth";
pProps[i++].Value <<= aVisArea.Width;
- pProps[i].Name = OUString("VisibleAreaHeight");
+ pProps[i].Name = "VisibleAreaHeight";
pProps[i++].Value <<= aVisArea.Height;
}
}