summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-06 15:49:08 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-06 16:35:33 +0100
commit82299c334037ecaa1eab1ebf799af2ac028f8ec2 (patch)
treeb869d2f294bcd0c57d206be45ab43f3ab2906b69 /chart2
parent08e205ac6fe0aa1a77c17cacf8551fbfff264369 (diff)
remove the formatted string dummy
Change-Id: I7e73f7362063ef0a3a56765635412746acfee166
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/DummyXShape.hxx12
-rw-r--r--chart2/source/view/main/DummyXShape.cxx6
2 files changed, 1 insertions, 17 deletions
diff --git a/chart2/source/view/inc/DummyXShape.hxx b/chart2/source/view/inc/DummyXShape.hxx
index 2a07094a5b42..4769a3a63c9c 100644
--- a/chart2/source/view/inc/DummyXShape.hxx
+++ b/chart2/source/view/inc/DummyXShape.hxx
@@ -347,17 +347,7 @@ private:
OUString maText;
uno::Any maTrans;
BitmapEx maBitmap;
-};
-
-class DummyFormattedText : public DummyXShape
-{
-public:
- DummyFormattedText(uno::Sequence< uno::Reference<
- chart2::XFormattedString > >& rFormattedString);
-
-private:
- com::sun::star::uno::Sequence< com::sun::star::uno::Reference<
- chart2::XFormattedString > > maFormattedString;
+ double mnRotation;
};
class DummyXShapes : public DummyXShape, public com::sun::star::drawing::XShapes
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 493eb839c3a4..c359595510ad 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -900,12 +900,6 @@ void DummyText::setTransformatAsProperty(const drawing::HomogenMatrix3& rMatrix)
setPropertyValue("Transformation", aNewTrans);
}
-DummyFormattedText::DummyFormattedText(uno::Sequence< uno::Reference<
- chart2::XFormattedString > >& rFormattedString):
- maFormattedString(rFormattedString)
-{
-}
-
DummyGroup3D::DummyGroup3D(const OUString& rName)
{
setName(rName);