summaryrefslogtreecommitdiff
path: root/sc/source/ui/sidebar/CellBorderStylePopup.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/sidebar/CellBorderStylePopup.cxx')
-rw-r--r--sc/source/ui/sidebar/CellBorderStylePopup.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/sidebar/CellBorderStylePopup.cxx b/sc/source/ui/sidebar/CellBorderStylePopup.cxx
index 376e37ab1091..5225a5977876 100644
--- a/sc/source/ui/sidebar/CellBorderStylePopup.cxx
+++ b/sc/source/ui/sidebar/CellBorderStylePopup.cxx
@@ -25,7 +25,7 @@ namespace sc { namespace sidebar {
CellBorderStylePopup::CellBorderStylePopup (
Window* pParent,
const ::boost::function<svx::sidebar::PopupControl*(svx::sidebar::PopupContainer*)>& rControlCreator)
-: Popup(pParent, rControlCreator, ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CellBorderStyle")))
+: Popup(pParent, rControlCreator, ::OUString("CellBorderStyle"))
{
}