From bccf34c19ae022b67565e212fa4ec0d5213947de Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 2 Jul 2012 16:02:38 +0100 Subject: ditch String::CreateFromAscii Change-Id: I2b482bd323ac510629c5ee31868010b7cd6ce691 --- sw/source/ui/inc/actctrl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/ui/inc/actctrl.hxx') 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(" .<>"));} }; /* -------------------------------------------------- -- cgit