summaryrefslogtreecommitdiff
path: root/include/oox/drawingml/shape.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-04 11:25:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-04 11:25:10 +0100
commitfdc5183176cb07b44f56f81efa005c30835dee98 (patch)
tree491065409be8a38b2c4ef649056d226b52193a34 /include/oox/drawingml/shape.hxx
parenta6fb1e8885065ae8229b955bb3c23f4d1209af6a (diff)
Remove unused members
Change-Id: I39b12a6290d13a5404dae60b0b16548b035f24d8
Diffstat (limited to 'include/oox/drawingml/shape.hxx')
-rw-r--r--include/oox/drawingml/shape.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 3c999b00bad5..c0303a399643 100644
--- a/include/oox/drawingml/shape.hxx
+++ b/include/oox/drawingml/shape.hxx
@@ -242,8 +242,6 @@ protected:
std::vector< ShapePtr > maChildren; // only used for group shapes
com::sun::star::awt::Size maChSize; // only used for group shapes
com::sun::star::awt::Point maChPosition; // only used for group shapes
- com::sun::star::awt::Size maAbsoluteSize; // only used for group shapes
- com::sun::star::awt::Point maAbsolutePosition; // only used for group shapes
bool mbIsChild;
TextBodyPtr mpTextBody;