diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-02 14:21:30 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-07-03 14:16:32 +0200 |
commit | 3b32c5898ff4e744d3f18b00421b433500426d74 (patch) | |
tree | 3b9c9ab876551b1ebf3ee27de53d0e85c0a0dbea /include/basegfx/matrix | |
parent | 025952f52767fb3508a6725468fe4b1e6ce4c9b1 (diff) |
loplugin:unusedmethods sax,shell,stoc,basegfx
Change-Id: Ia5d63f7153e4b02acc5e206739316264d6d1184e
Diffstat (limited to 'include/basegfx/matrix')
-rw-r--r-- | include/basegfx/matrix/b2dhommatrixtools.hxx | 1 |
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 |