summaryrefslogtreecommitdiff
path: root/cppcanvas/source/mtfrenderer
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/source/mtfrenderer')
-rw-r--r--cppcanvas/source/mtfrenderer/implrenderer.cxx2
-rw-r--r--cppcanvas/source/mtfrenderer/mtftools.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx
index d3cfe793f45f..b62aa6ac90d0 100644
--- a/cppcanvas/source/mtfrenderer/implrenderer.cxx
+++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx
@@ -830,7 +830,7 @@ namespace cppcanvas::internal
if (rFont.GetEmphasisMark() != FontEmphasisMark::NONE)
{
uno::Sequence< beans::PropertyValue > aProperties{ comphelper::makePropertyValue(
- "EmphasisMark", sal_uInt32(rFont.GetEmphasisMark())) };
+ u"EmphasisMark"_ustr, sal_uInt32(rFont.GetEmphasisMark())) };
return rParms.mrCanvas->getUNOCanvas()->createFont(aFontRequest,
aProperties,
aFontMatrix);
diff --git a/cppcanvas/source/mtfrenderer/mtftools.cxx b/cppcanvas/source/mtfrenderer/mtftools.cxx
index 94a83da70c19..b02f35547fc7 100644
--- a/cppcanvas/source/mtfrenderer/mtftools.cxx
+++ b/cppcanvas/source/mtfrenderer/mtftools.cxx
@@ -70,7 +70,7 @@ namespace cppcanvas::tools
default:
throw css::uno::RuntimeException(
- "tools::getBaselineOffset(): Unexpected TextAlign value" );
+ u"tools::getBaselineOffset(): Unexpected TextAlign value"_ustr );
}
}
a27ed4452e5b6dbdd0036fa521663111c671d'>Updated coreAndras Timar 2013-06-13Updated coreCaolán McNamara 2013-06-12Updated coreAndras Timar 2013-06-12Updated coreAndras Timar 2013-06-12Updated coreAndras Timar 2013-06-11Updated coreAndras Timar 2013-06-11Updated coreAndras Timar 2013-06-07Updated coreAndras Timar 2013-06-02Updated coreAndras Timar 2013-05-27Updated coreAndras Timar 2013-05-27Updated coreAndras Timar 2013-05-26Updated coreAndras Timar 2013-05-21Updated corePetr Mladek 2013-05-20Updated coreAndras Timar 2013-05-07Updated coreAndras Timar 2013-05-07Updated coreAndras Timar 2013-04-15translations: revert submodule to current masterMichael Stahl 2013-04-13Remove obsolote 'empty string -> "-"' behaviourZolnai Tamás 2013-04-11Updated coreAndras Timar 2013-03-16Get rid of generating temporary sdf fileZolnai Tamás