summaryrefslogtreecommitdiff
path: root/filter/source/msfilter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-02 13:57:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-10-02 14:49:07 +0100
commit9403f75f44df4fd33224b0830eebcb55d056295b (patch)
treeeed53aa4eabf44c8821f52ea5bf1c383ff261907 /filter/source/msfilter
parentb3e87789d9b31f039b2e7b6a23f312c03712777b (diff)
coverity#1202776 'Constant' variable guards dead code
Change-Id: Ib1d5dcc8b09e11a8ef2399e3ef1a5ae1769de90f
Diffstat (limited to 'filter/source/msfilter')
-rw-r--r--filter/source/msfilter/escherex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 2f6961b63a6c..4a6bc3dd0964 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -670,7 +670,7 @@ void EscherPropertyContainer::CreateTextProperties(
// used with normal shapes:
bool bAutoGrowWidth ( false );
- bool bAutoGrowHeight ( false );
+ const bool bAutoGrowHeight ( false ); //#ii63936 not setting autogrowheight, because minframeheight would be ignored
// used with ashapes:
bool bWordWrap ( false );
bool bAutoGrowSize ( false );