[Libreoffice-commits] core.git: include/oox

Stephan Bergmann sbergman at redhat.com
Tue Nov 4 02:25:43 PST 2014


 include/oox/drawingml/shape.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit fdc5183176cb07b44f56f81efa005c30835dee98
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Nov 4 11:25:10 2014 +0100

    Remove unused members
    
    Change-Id: I39b12a6290d13a5404dae60b0b16548b035f24d8

diff --git a/include/oox/drawingml/shape.hxx b/include/oox/drawingml/shape.hxx
index 3c999b0..c0303a3 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;


More information about the Libreoffice-commits mailing list