sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx |    2 +-
 sd/source/ui/sidebar/MasterPagesSelector.cxx        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 46990e5e92e305ecafbafea0daf6d388d74e14c4
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Apr 13 12:31:06 2017 +0100

    crybaby compiler
    
    Change-Id: Icb5ef45cdbb06cab54afd0724365a215f3e780eb

diff --git a/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx 
b/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx
index 32cc5bc321d4..0512139aaf90 100644
--- a/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx
+++ b/sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx
@@ -154,7 +154,7 @@ void CurrentMasterPagesSelector::Fill (ItemList& rItemList)
 
 OUString CurrentMasterPagesSelector::GetContextMenuUIFile() const
 {
-    return "modules/simpress/ui/currentmastermenu.ui";
+    return OUString("modules/simpress/ui/currentmastermenu.ui");
 }
 
 void CurrentMasterPagesSelector::UpdateSelection()
diff --git a/sd/source/ui/sidebar/MasterPagesSelector.cxx 
b/sd/source/ui/sidebar/MasterPagesSelector.cxx
index e531a2c592e3..524061bead98 100644
--- a/sd/source/ui/sidebar/MasterPagesSelector.cxx
+++ b/sd/source/ui/sidebar/MasterPagesSelector.cxx
@@ -166,7 +166,7 @@ void MasterPagesSelector::Fill()
 
 OUString MasterPagesSelector::GetContextMenuUIFile() const
 {
-    return "modules/simpress/ui/mastermenu.ui";
+    return OUString("modules/simpress/ui/mastermenu.ui");
 }
 
 IMPL_LINK_NOARG(MasterPagesSelector, ClickHandler, ValueSet*, void)
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to