From 28f0a6de18d79432d30becdd20d25301f93e86e9 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 8 Jan 2013 11:26:38 +0200 Subject: fdo#46808, Remove unnecessary call to getProcessServiceFactory Change-Id: I8427c2753a75a548a6b2e56516f62cb736562ffa --- oox/source/drawingml/textparagraphproperties.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'oox') 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 #include #include -#include #include #include #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 ); -- cgit