summaryrefslogtreecommitdiff
path: root/sd/source/ui/toolpanel/LayoutMenu.cxx
diff options
context:
space:
mode:
authorGert Faller <gertfaller@aliceadsl.fr>2010-11-02 21:09:45 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-11-02 21:10:06 +0000
commit1645ea4b426767197f7842683e3dfc7a7bf09a0b (patch)
tree82c4409bf2fa6bff4842d439e5c7a26462be933a /sd/source/ui/toolpanel/LayoutMenu.cxx
parentaa3b88a93b0fb390db72d2fbcf1972349c62c14a (diff)
RTL_CONSTASCII_USTRINGPARAM macro
Diffstat (limited to 'sd/source/ui/toolpanel/LayoutMenu.cxx')
-rw-r--r--sd/source/ui/toolpanel/LayoutMenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/LayoutMenu.cxx b/sd/source/ui/toolpanel/LayoutMenu.cxx
index 770b6945c0a8..b935adf2232e 100644
--- a/sd/source/ui/toolpanel/LayoutMenu.cxx
+++ b/sd/source/ui/toolpanel/LayoutMenu.cxx
@@ -229,7 +229,7 @@ void LayoutMenu::implConstruct( DrawDocShell& rDocumentShell )
mxListener = new ::sd::tools::SlotStateListener(
aStateChangeLink,
Reference<frame::XDispatchProvider>(mrBase.GetController()->getFrame(), UNO_QUERY),
- ::rtl::OUString::createFromAscii(".uno:VerticalTextState"));
+ ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(".uno:VerticalTextState")));
// Add this new object as shell to the shell factory.
GetShellManager()->AddSubShell(HID_SD_TASK_PANE_PREVIEW_LAYOUTS,this,this);