summaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-13 10:59:06 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-13 13:15:02 +0200
commitf7e74036441ac3052ce31f8b0cd31fc04a8bcf4d (patch)
treecf35e308fb36fcfee817b22e868a07236fb13861 /filter
parentRead this MSO_Anchor value as a sal_uInt32 too (diff)
downloadcore-f7e74036441ac3052ce31f8b0cd31fc04a8bcf4d.tar.gz
core-f7e74036441ac3052ce31f8b0cd31fc04a8bcf4d.zip
clang-analyzer-deadcode.DeadStores
Change-Id: I8082afe49a568b1cba9ce25dde9cad5e283244e4
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index c9ba7586531a..875abbdf97dd 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -1424,7 +1424,6 @@ void DffPropertyReader::ApplyCustomShapeTextAttributes( SfxItemSet& rSet ) const
if ( bVerticalText )
{
- eTVA = SDRTEXTVERTADJUST_BLOCK;
eTHA = SDRTEXTHORZADJUST_CENTER;
// read text anchor
@@ -1470,7 +1469,6 @@ void DffPropertyReader::ApplyCustomShapeTextAttributes( SfxItemSet& rSet ) const
else
{
eTVA = SDRTEXTVERTADJUST_CENTER;
- eTHA = SDRTEXTHORZADJUST_BLOCK;
// read text anchor
sal_uInt32 eTextAnchor = GetPropertyValue( DFF_Prop_anchorText, mso_anchorTop );