summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorXisco Fauli <anistenis@gmail.com>2013-03-26 19:46:11 +0100
committerXisco Fauli <anistenis@gmail.com>2013-03-26 19:47:34 +0100
commit60e55c7c2e9f9e6ad389b4527fa6332378e55e12 (patch)
tree245f1b9e27c3255f95130557b26c7b95030c4078 /filter
parent2003acca7b2ffc5a494182685e6983c90c39d137 (diff)
remove duplicate declaration
Change-Id: I3ef565d61096189a9abe45a5a43951ceb7aff724
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index 5af60c8c90c3..45e0d087f1b0 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -3038,7 +3038,6 @@ void EscherPropertyContainer::CreateCustomShapeProperties( const MSO_SPT eShapeT
if ( EscherPropertyValueHelper::GetPropertyValue( aAny, aXPropSet, String( RTL_CONSTASCII_USTRINGPARAM( "TextHorizontalAdjust" ) ), sal_True ) )
{
MSO_GeoTextAlign gTextAlign = mso_alignTextCenter;
- SdrFitToSizeType eFTS( ((SdrTextFitToSizeTypeItem&)pCustoShape->GetMergedItem( SDRATTR_TEXT_FITTOSIZE )).GetValue() );
drawing::TextHorizontalAdjust eHA( drawing::TextHorizontalAdjust_LEFT );
aAny >>= eHA;
switch( eHA )