diff options
author | Noel Grandin <noel@peralex.com> | 2013-01-08 11:26:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-01-15 09:56:02 +0200 |
commit | 28f0a6de18d79432d30becdd20d25301f93e86e9 (patch) | |
tree | 6b1ec7698e4d6e98f562a5c9b57a537dd74a27c9 /oox | |
parent | 549578a4ea996260437b355c39896593afc60726 (diff) |
fdo#46808, Remove unnecessary call to getProcessServiceFactory
Change-Id: I8427c2753a75a548a6b2e56516f62cb736562ffa
Diffstat (limited to 'oox')
-rw-r--r-- | oox/source/drawingml/textparagraphproperties.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/oox/source/drawingml/textparagraphproperties.cxx b/oox/source/drawingml/textparagraphproperties.cxx index 6923d9993ee9..c4a88b384842 100644 --- a/oox/source/drawingml/textparagraphproperties.cxx +++ b/oox/source/drawingml/textparagraphproperties.cxx @@ -39,7 +39,6 @@ #include <com/sun/star/text/XText.hpp> #include <com/sun/star/drawing/XShape.hpp> #include <comphelper/genericpropertyset.hxx> -#include <comphelper/processfactory.hxx> #include <oox/ppt/pptimport.hxx> #include <oox/ppt/slidepersist.hxx> #endif @@ -486,7 +485,6 @@ float TextParagraphProperties::getCharHeightPoints( float fDefault ) const // debugging pptx import problems. void TextParagraphProperties::dump() const { - Reference< ::com::sun::star::lang::XMultiServiceFactory > xFactory = comphelper::getProcessServiceFactory(); Reference< ::com::sun::star::drawing::XShape > xShape( oox::ppt::PowerPointImport::mpDebugFilterBase->getModelFactory()->createInstance( "com.sun.star.presentation.TitleTextShape" ), UNO_QUERY ); Reference< ::com::sun::star::text::XText > xText( xShape, UNO_QUERY ); |