summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/pptx-text.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/pptx-text.cxx')
-rw-r--r--sd/source/filter/eppt/pptx-text.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/pptx-text.cxx b/sd/source/filter/eppt/pptx-text.cxx
index fb10c867ef5a..3ec1dc4884aa 100644
--- a/sd/source/filter/eppt/pptx-text.cxx
+++ b/sd/source/filter/eppt/pptx-text.cxx
@@ -1276,7 +1276,6 @@ struct ImplTextObj
int mnInstance;
std::vector<ParagraphObj*> maList;
bool mbHasExtendedBullets;
- bool mbFixedCellHeightUsed;
explicit ImplTextObj( int nInstance );
~ImplTextObj();
@@ -1288,7 +1287,6 @@ ImplTextObj::ImplTextObj( int nInstance )
mnTextSize = 0;
mnInstance = nInstance;
mbHasExtendedBullets = false;
- mbFixedCellHeightUsed = false;
}
ImplTextObj::~ImplTextObj()