summaryrefslogtreecommitdiff
path: root/sd/source/ui/remotecontrol/ImagePreparer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/remotecontrol/ImagePreparer.cxx')
-rw-r--r--sd/source/ui/remotecontrol/ImagePreparer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/ImagePreparer.cxx b/sd/source/ui/remotecontrol/ImagePreparer.cxx
index 274c3c1a8daa..838f2acf86fc 100644
--- a/sd/source/ui/remotecontrol/ImagePreparer.cxx
+++ b/sd/source/ui/remotecontrol/ImagePreparer.cxx
@@ -209,9 +209,9 @@ OString ImagePreparer::prepareNotes( sal_uInt32 aSlideNumber )
return "";
static const OUStringLiteral sNotesShapeName (
- "com.sun.star.presentation.NotesShape" );
+ u"com.sun.star.presentation.NotesShape" );
static const OUStringLiteral sTextShapeName (
- "com.sun.star.drawing.TextShape" );
+ u"com.sun.star.drawing.TextShape" );
if (aNotesPage.is())
{