summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index d808d7a8e4b4..223516670c72 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -68,12 +68,12 @@ public:
TableNameEdit(Window* pWin, const ResId& rResId)
: NoSpaceEdit(pWin, rResId)
{
- SetForbiddenChars(rtl::OUString(" .<>"));
+ SetForbiddenChars(OUString(" .<>"));
}
TableNameEdit(Window* pWin)
: NoSpaceEdit(pWin)
{
- SetForbiddenChars(rtl::OUString(" .<>"));
+ SetForbiddenChars(OUString(" .<>"));
}
};