summaryrefslogtreecommitdiff
path: root/cppcanvas/source/inc
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-12 10:03:28 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-06-12 10:03:55 +0200
commit2b700a710e44d2d09f45793f5f2448268e66d4fe (patch)
treeec1e2964966d102ba620ae74bfdaf2b6dbbbc1ee /cppcanvas/source/inc
parent28e94510f05f37218393d41924dc00da34c2c3a1 (diff)
EMF+: aBaseTransform is a hardcoded identity matrix, don't bother with it
Change-Id: Ifa4f42c4f17a70c7238347a13897ef6742eb4679
Diffstat (limited to 'cppcanvas/source/inc')
-rw-r--r--cppcanvas/source/inc/implrenderer.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/cppcanvas/source/inc/implrenderer.hxx b/cppcanvas/source/inc/implrenderer.hxx
index ae47ab806191..63cce82fbab6 100644
--- a/cppcanvas/source/inc/implrenderer.hxx
+++ b/cppcanvas/source/inc/implrenderer.hxx
@@ -286,7 +286,6 @@ static float GetSwapFloat( SvStream& rSt )
ActionVector maActions;
/* EMF+ */
- XForm aBaseTransform;
XForm aWorldTransform;
EMFPObject* aObjects [256];
float fPageScale;