summaryrefslogtreecommitdiff
path: root/oox/source/export/shapes.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@suse.cz>2013-01-04 15:39:44 +0100
committerMiklos Vajna <vmiklos@suse.cz>2013-01-04 16:11:57 +0100
commitb08ded38b0e0eeb8d150e7f71137833396e22387 (patch)
tree1086ed768d281a6ed91b8c1347becc57fbbb2061 /oox/source/export/shapes.cxx
parentb53d03f4c970f13f9849c01f1d0b6ad42185148d (diff)
oox: kill no longer needed CREATE_OUSTRING
Diffstat (limited to 'oox/source/export/shapes.cxx')
-rw-r--r--oox/source/export/shapes.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index 862f839c120e..9c8436e158c1 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -1313,7 +1313,7 @@ ShapeExport& ShapeExport::WriteOLE2Shape( Reference< XShape > xShape )
if( xSheetDoc.is() )
{
Reference< XComponent > xDocument( mAny, UNO_QUERY );
- Reference< XExporter > xExporter( mpFB->getServiceFactory()->createInstance( CREATE_OUSTRING( "com.sun.star.comp.oox.ExcelFilterExport" ) ), UNO_QUERY );
+ Reference< XExporter > xExporter( mpFB->getServiceFactory()->createInstance( "com.sun.star.comp.oox.ExcelFilterExport" ), UNO_QUERY );
if( xDocument.is() && xExporter.is() && mpFB )
{
Reference< XOutputStream > xOutStream = mpFB->openFragmentStream( OUStringBuffer()