summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-07-02 16:02:38 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-07-03 21:24:35 +0100
commitbccf34c19ae022b67565e212fa4ec0d5213947de (patch)
tree73c2d2e29ad8d15999cbfb2ff554efa1e502a35e /sw/source/ui/inc/actctrl.hxx
parent285289275d1cf1769080a208b55be984cd269e1e (diff)
ditch String::CreateFromAscii
Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index f28bd79ec8e5..6e6330b52cbe 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -75,7 +75,7 @@ class TableNameEdit : public NoSpaceEdit
public:
TableNameEdit(Window* pWin, const ResId& rResId) :
NoSpaceEdit(pWin, rResId)
- {SetForbiddenChars(String::CreateFromAscii(" .<>"));}
+ {SetForbiddenChars(rtl::OUString(" .<>"));}
};
/* --------------------------------------------------