summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/actctrl.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-07-02 09:01:04 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-07-02 11:59:52 +0100
commit8e06393ffc3502382d5f8c586d298d02190f9d24 (patch)
treec16c13c91029f9e1c4633600e0ab191cd3dbeb95 /sw/source/ui/inc/actctrl.hxx
parentfdo#64155 - fix unlocalized 'default' list entry (diff)
downloadcore-8e06393ffc3502382d5f8c586d298d02190f9d24.tar.gz
core-8e06393ffc3502382d5f8c586d298d02190f9d24.zip
remove post .ui conversion unused ResId loaders
Change-Id: Ib6a5455256f4712fc62554cbcbe279e9702d0552
Diffstat (limited to 'sw/source/ui/inc/actctrl.hxx')
-rw-r--r--sw/source/ui/inc/actctrl.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx
index 223516670c72..383934f99115 100644
--- a/sw/source/ui/inc/actctrl.hxx
+++ b/sw/source/ui/inc/actctrl.hxx
@@ -52,7 +52,6 @@ protected:
virtual void Modify();
public:
- NoSpaceEdit( Window* pParent, const ResId& rResId);
NoSpaceEdit( Window* pParent );
virtual ~NoSpaceEdit();
void SetForbiddenChars(const String& rSet){sForbiddenChars = rSet;}
@@ -65,11 +64,6 @@ public:
class TableNameEdit : public NoSpaceEdit
{
public:
- TableNameEdit(Window* pWin, const ResId& rResId)
- : NoSpaceEdit(pWin, rResId)
- {
- SetForbiddenChars(OUString(" .<>"));
- }
TableNameEdit(Window* pWin)
: NoSpaceEdit(pWin)
{