summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximp3dobject.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/draw/ximp3dobject.hxx')
-rw-r--r--xmloff/source/draw/ximp3dobject.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmloff/source/draw/ximp3dobject.hxx b/xmloff/source/draw/ximp3dobject.hxx
index 819b4a3e26ee..3c68cd1b7bbc 100644
--- a/xmloff/source/draw/ximp3dobject.hxx
+++ b/xmloff/source/draw/ximp3dobject.hxx
@@ -57,8 +57,6 @@ class SdXML3DCubeObjectShapeContext : public SdXML3DObjectContext
{
::basegfx::B3DVector maMinEdge;
::basegfx::B3DVector maMaxEdge;
- bool mbMinEdgeUsed;
- bool mbMaxEdgeUsed;
public:
@@ -77,8 +75,6 @@ class SdXML3DSphereObjectShapeContext : public SdXML3DObjectContext
{
::basegfx::B3DVector maCenter;
::basegfx::B3DVector maSphereSize;
- bool mbCenterUsed;
- bool mbSizeUsed;
public: