summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-02-25 11:47:32 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-02-25 12:11:41 +0100
commit4da81e4a0bda96c3d25aa22341f94b58e584cefb (patch)
tree749c25bfda9ef2a6ba42e5b2f18a3ba700c92046 /xmloff/source/draw/ximpshap.hxx
parentea7685ce69e8e52ad214c3737ce77ce6564ae1b6 (diff)
xmloff: import style:rel-width/height for drawinglayer shapes
In case the underlying UNO object supports that, which is the case for Writer. Export was already working before. Change-Id: I4676c8349ebe1959da004d6e1a024a342da45049
Diffstat (limited to 'xmloff/source/draw/ximpshap.hxx')
-rw-r--r--xmloff/source/draw/ximpshap.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/source/draw/ximpshap.hxx b/xmloff/source/draw/ximpshap.hxx
index a4b8786840b8..6ddb83b12b79 100644
--- a/xmloff/source/draw/ximpshap.hxx
+++ b/xmloff/source/draw/ximpshap.hxx
@@ -73,6 +73,8 @@ protected:
SdXMLImExTransform2D mnTransform;
com::sun::star::awt::Size maSize;
+ sal_Int16 mnRelWidth;
+ sal_Int16 mnRelHeight;
com::sun::star::awt::Point maPosition;
basegfx::B2DHomMatrix maUsedTransformation;