diff options
Diffstat (limited to 'sd/source/ui/table/tablefunction.cxx')
-rw-r--r-- | sd/source/ui/table/tablefunction.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/table/tablefunction.cxx b/sd/source/ui/table/tablefunction.cxx index d1716f016d10..343357ae6ce1 100644 --- a/sd/source/ui/table/tablefunction.cxx +++ b/sd/source/ui/table/tablefunction.cxx @@ -208,7 +208,7 @@ void DrawViewShell::FuTable(SfxRequest& rReq) // Make the table design panel visible (expand it) in the // sidebar. ::sfx2::sidebar::Sidebar::ShowPanel( - ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ImpressTableDesignPanel")), + OUString("ImpressTableDesignPanel"), GetViewFrame()->GetFrame().GetFrameInterface()); } |