summaryrefslogtreecommitdiff
path: root/reportdesign/source/ui/report/ReportController.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'reportdesign/source/ui/report/ReportController.cxx')
-rw-r--r--reportdesign/source/ui/report/ReportController.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/reportdesign/source/ui/report/ReportController.cxx b/reportdesign/source/ui/report/ReportController.cxx
index 9fdb931becf2..9eed05e7d07d 100644
--- a/reportdesign/source/ui/report/ReportController.cxx
+++ b/reportdesign/source/ui/report/ReportController.cxx
@@ -2067,14 +2067,14 @@ void OReportController::onLoadedMenu(const Reference< frame::XLayoutManager >& _
if ( _xLayoutManager.is() )
{
static const OUStringLiteral s_sMenu[] = {
- OUStringLiteral("private:resource/statusbar/statusbar")
- ,OUStringLiteral("private:resource/toolbar/reportcontrols")
- ,OUStringLiteral("private:resource/toolbar/drawbar")
- ,OUStringLiteral("private:resource/toolbar/Formatting")
- ,OUStringLiteral("private:resource/toolbar/alignmentbar")
- ,OUStringLiteral("private:resource/toolbar/sectionalignmentbar")
- ,OUStringLiteral("private:resource/toolbar/resizebar")
- ,OUStringLiteral("private:resource/toolbar/sectionshrinkbar")
+ "private:resource/statusbar/statusbar"
+ ,"private:resource/toolbar/reportcontrols"
+ ,"private:resource/toolbar/drawbar"
+ ,"private:resource/toolbar/Formatting"
+ ,"private:resource/toolbar/alignmentbar"
+ ,"private:resource/toolbar/sectionalignmentbar"
+ ,"private:resource/toolbar/resizebar"
+ ,"private:resource/toolbar/sectionshrinkbar"
};
for (const auto & i : s_sMenu)
{