summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/chart/titleconverter.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <daniel.rentz@sun.com>2009-12-18 20:18:54 +0100
committerDaniel Rentz <daniel.rentz@sun.com>2009-12-18 20:18:54 +0100
commit7267e9e4e310b51a749e25ceee48427af160a81a (patch)
treeeb916d71b41692d0e01d9d5ed0032d3020ed3e49 /oox/source/drawingml/chart/titleconverter.cxx
parentda986c92475a27a026ab1e12308559a0c5756a2b (diff)
chartpositioning: #i86609# BIFF and OOXML import: object positioning in charts (chart title, plot area)
Diffstat (limited to 'oox/source/drawingml/chart/titleconverter.cxx')
-rw-r--r--oox/source/drawingml/chart/titleconverter.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/oox/source/drawingml/chart/titleconverter.cxx b/oox/source/drawingml/chart/titleconverter.cxx
index fdb8cdc7793e..bcddb7fec602 100644
--- a/oox/source/drawingml/chart/titleconverter.cxx
+++ b/oox/source/drawingml/chart/titleconverter.cxx
@@ -180,10 +180,6 @@ void TitleConverter::convertFromModel( const Reference< XTitled >& rxTitled, con
OSL_ENSURE( !mrModel.mxTextProp || !rText.mxTextBody, "TitleConverter::convertFromModel - multiple text properties" );
ModelRef< TextBody > xTextProp = mrModel.mxTextProp.is() ? mrModel.mxTextProp : rText.mxTextBody;
getFormatter().convertTextRotation( aPropSet, xTextProp, true );
-
- // frame position
- LayoutConverter aLayoutConv( *this, mrModel.mxLayout.getOrCreate() );
- aLayoutConv.convertFromModel( aPropSet );
}
catch( Exception& )
{