summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc/implrenderer.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-12 07:03:16 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-12 07:03:49 +0200
commitf387c5da5a824df6cf2874155c13445a86804475 (patch)
tree0c8cf29165302957234e9642f3efb3fc0d265021 /cppcanvas/source/inc/implrenderer.hxx
parentd9b7d3a2dd943d246e7d09b3539628e2e357a307 (diff)
Pass also the bounding box in device units to the EMF+ part
Change-Id: I71d3029d4b3aafdc44d82b0bd9db9a54f9b8b81f
Diffstat (limited to 'cppcanvas/source/inc/implrenderer.hxx')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx
index 79a2967f88d6..ae47ab806191 100644
--- a/cppcanvas/source/inc/implrenderer.hxx
+++ b/cppcanvas/source/inc/implrenderer.hxx
@@ -295,6 +295,10 @@ static float GetSwapFloat( SvStream& rSt )
sal_Int32 nHDPI;
sal_Int32 nVDPI;
/* EMF+ emf header info */
+ sal_Int32 nBoundsLeft;
+ sal_Int32 nBoundsTop;
+ sal_Int32 nBoundsRight;
+ sal_Int32 nBoundsBottom;
sal_Int32 nFrameLeft;
sal_Int32 nFrameTop;
sal_Int32 nFrameRight;