summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-04-13 12:31:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-04-13 12:32:46 +0100
commit46990e5e92e305ecafbafea0daf6d388d74e14c4 (patch)
tree4cc07aad34e393f2d5baada6c2418ce1a3c38a79 /sd
parent2e7c94f5054dec4ab19c44209136c886793f0acb (diff)
crybaby compiler
Change-Id: Icb5ef45cdbb06cab54afd0724365a215f3e780eb
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx2
-rw-r--r--sd/source/ui/sidebar/MasterPagesSelector.cxx2
2 files changed, 2 insertions, 2 deletions
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)