diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 23:38:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-25 15:12:21 +0200 |
commit | f6b2ace597e23fcdec27c8d2560cb407e0b8dea5 (patch) | |
tree | b00d4301536235b557534fce578073be191210ee /xmloff/inc | |
parent | 6e33eee41ddfa8c3bace8886ca6b7ab1529f9964 (diff) |
callcatcher: remove unused methods
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xexptran.hxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx index 5fbd83500be6..814ad2aebce4 100644 --- a/xmloff/inc/xexptran.hxx +++ b/xmloff/inc/xexptran.hxx @@ -70,15 +70,11 @@ class SdXMLImExTransform2D public: SdXMLImExTransform2D() {} - SdXMLImExTransform2D(const rtl::OUString& rNew, const SvXMLUnitConverter& rConv); ~SdXMLImExTransform2D() { EmptyList(); } void AddRotate(double fNew); - void AddScale(const ::basegfx::B2DTuple& rNew); void AddTranslate(const ::basegfx::B2DTuple& rNew); void AddSkewX(double fNew); - void AddSkewY(double fNew); - void AddMatrix(const ::basegfx::B2DHomMatrix& rNew); bool NeedsAction() const { return !maList.empty(); } void GetFullTransform(::basegfx::B2DHomMatrix& rFullTrans); @@ -100,11 +96,6 @@ public: SdXMLImExTransform3D(const rtl::OUString& rNew, const SvXMLUnitConverter& rConv); ~SdXMLImExTransform3D() { EmptyList(); } - void AddRotateX(double fNew); - void AddRotateY(double fNew); - void AddRotateZ(double fNew); - void AddScale(const ::basegfx::B3DTuple& rNew); - void AddTranslate(const ::basegfx::B3DTuple& rNew); void AddMatrix(const ::basegfx::B3DHomMatrix& rNew); void AddHomogenMatrix(const com::sun::star::drawing::HomogenMatrix& xHomMat); |