From 1645ea4b426767197f7842683e3dfc7a7bf09a0b Mon Sep 17 00:00:00 2001 From: Gert Faller Date: Tue, 2 Nov 2010 21:09:45 +0000 Subject: RTL_CONSTASCII_USTRINGPARAM macro --- sd/source/ui/toolpanel/LayoutMenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd/source/ui/toolpanel/LayoutMenu.cxx') 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(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); -- cgit