diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-08-19 08:57:20 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-08-19 10:38:18 +0100 |
commit | ec1a6ef42e1100edf3a855a292787136d7477f35 (patch) | |
tree | 2df89244f7d7d462a60e8981d40f103b0c18934f /sw/source/ui/inc | |
parent | b7bdc730188bbe183897a50dd17092f92df3b31a (diff) |
convert field function page to .ui
Change-Id: Ied4353f4997e330f65b8dffb58bbdc791196427e
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/actctrl.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/ui/inc/actctrl.hxx b/sw/source/ui/inc/actctrl.hxx index 383934f99115..a357a7baefcb 100644 --- a/sw/source/ui/inc/actctrl.hxx +++ b/sw/source/ui/inc/actctrl.hxx @@ -78,8 +78,9 @@ class SW_DLLPUBLIC ReturnActionEdit : public Edit { Link aReturnActionLink; public: - ReturnActionEdit( Window* pParent, const ResId& rResId) - : Edit(pParent, rResId){} + ReturnActionEdit(Window* pParent, const ResId& rResId); + ReturnActionEdit(Window* pParent, WinBits nStyle) + : Edit(pParent, nStyle){} ~ReturnActionEdit(); virtual void KeyInput( const KeyEvent& ); |