diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-13 12:31:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-13 12:32:46 +0100 |
commit | 46990e5e92e305ecafbafea0daf6d388d74e14c4 (patch) | |
tree | 4cc07aad34e393f2d5baada6c2418ce1a3c38a79 /sd | |
parent | 2e7c94f5054dec4ab19c44209136c886793f0acb (diff) |
crybaby compiler
Change-Id: Icb5ef45cdbb06cab54afd0724365a215f3e780eb
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/sidebar/CurrentMasterPagesSelector.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/sidebar/MasterPagesSelector.cxx | 2 |
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) |