summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-02-23 16:09:34 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-02-23 19:19:46 +0100
commita35a29829d1899e441a969de6d1045fd17e4639b (patch)
treebf7459f24f3d76450cd3a3cdc9d4a8a6946812f2 /include
parentfb217f27eb0f3a34c89d262d2c71a4ac4427ec5f (diff)
drawingML import: remove some unneeded member
Change-Id: Iea975665b9225e535dcc4fbdcd666d7c7bff8ef3
Diffstat (limited to 'include')
-rw-r--r--include/oox/drawingml/textparagraphpropertiescontext.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/oox/drawingml/textparagraphpropertiescontext.hxx b/include/oox/drawingml/textparagraphpropertiescontext.hxx
index d1a5fa85e46f..0d3dc98d629e 100644
--- a/include/oox/drawingml/textparagraphpropertiescontext.hxx
+++ b/include/oox/drawingml/textparagraphpropertiescontext.hxx
@@ -43,8 +43,6 @@ public:
protected:
TextParagraphProperties& mrTextParagraphProperties;
TextSpacing maLineSpacing;
- TextSpacing& mrSpaceBefore;
- TextSpacing& mrSpaceAfter;
BulletList& mrBulletList;
::std::list< ::com::sun::star::style::TabStop > maTabList;
::boost::shared_ptr< BlipFillProperties > mxBlipProps;