summaryrefslogtreecommitdiff
path: root/include/basegfx/matrix/b2dhommatrixtools.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-06 10:06:45 +0300
committerNoel Grandin <noel@peralex.com>2015-07-06 10:10:02 +0300
commit04c0b70c9bbd7c8d6e30a95c5693d283c992fd98 (patch)
tree6319bdcd60262bd3d7b5099f7c446fd589562c67 /include/basegfx/matrix/b2dhommatrixtools.hxx
parente9c3583c2cc27fc88ee81047c236ec99dd51e8de (diff)
loplugin:unusedmethods sax,shell,stoc,basegfx
Change-Id: I8f3871fd4e82b6850718b6f2a8757f3043d00017
Diffstat (limited to 'include/basegfx/matrix/b2dhommatrixtools.hxx')
-rw-r--r--include/basegfx/matrix/b2dhommatrixtools.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/basegfx/matrix/b2dhommatrixtools.hxx b/include/basegfx/matrix/b2dhommatrixtools.hxx
index b2aef896a659..41a17ec25583 100644
--- a/include/basegfx/matrix/b2dhommatrixtools.hxx
+++ b/include/basegfx/matrix/b2dhommatrixtools.hxx
@@ -218,7 +218,6 @@ namespace basegfx
const B2DVector& getScale() const { const_cast< B2DHomMatrixBufferedOnDemandDecompose* >(this)->impCheckDecompose(); return maScale; }
const B2DVector& getTranslate() const { const_cast< B2DHomMatrixBufferedOnDemandDecompose* >(this)->impCheckDecompose(); return maTranslate; }
double getRotate() const { const_cast< B2DHomMatrixBufferedOnDemandDecompose* >(this)->impCheckDecompose(); return mfRotate; }
- double getShearX() const { const_cast< B2DHomMatrixBufferedOnDemandDecompose* >(this)->impCheckDecompose(); return mfShearX; }
};
} // end of namespace tools