[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Thu Apr 13 11:33:28 UTC 2017


 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 <caolanm at 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)


More information about the Libreoffice-commits mailing list