summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/UnoGraphicExporter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/UnoGraphicExporter.cxx')
-rw-r--r--svx/source/unodraw/UnoGraphicExporter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/unodraw/UnoGraphicExporter.cxx b/svx/source/unodraw/UnoGraphicExporter.cxx
index cf6cfe1d964d..c7bd99d93a0b 100644
--- a/svx/source/unodraw/UnoGraphicExporter.cxx
+++ b/svx/source/unodraw/UnoGraphicExporter.cxx
@@ -864,11 +864,11 @@ bool GraphicExporter::GetGraphic( ExportSettings const & rSettings, Graphic& aGr
pMtf->SetPrefMapMode( aLocalMapMode );
pMtf->AddAction( new MetaCommentAction(
- "XTEXT_SCROLLRECT", 0,
+ "XTEXT_SCROLLRECT"_ostr, 0,
reinterpret_cast<sal_uInt8 const*>(&aScrollRectangle),
sizeof( tools::Rectangle ) ) );
pMtf->AddAction( new MetaCommentAction(
- "XTEXT_PAINTRECT", 0,
+ "XTEXT_PAINTRECT"_ostr, 0,
reinterpret_cast<sal_uInt8 const*>(&aPaintRectangle),
sizeof( tools::Rectangle ) ) );
e='2015-09-03 08:14:03 +0000'>2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2014-04-07sfx2: sal_Bool->boolNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann