diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-11 11:10:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-11 11:13:36 +0000 |
commit | 4895dd454ccf3d403b2ed7aa4b19f726c28e6032 (patch) | |
tree | d2cc3753f0e98699b4e3c96850fa072dbcae2176 /cui/source/inc | |
parent | 992f3ce06773cd05dbb66162f51408338d3db801 (diff) |
add borders to simpletablecontainer
Change-Id: I9215516c21ce1330cf1fef07cbd647a1c318e241
Diffstat (limited to 'cui/source/inc')
-rw-r--r-- | cui/source/inc/radiobtnbox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/radiobtnbox.hxx b/cui/source/inc/radiobtnbox.hxx index c6c3b43c4ca0..efa15794c518 100644 --- a/cui/source/inc/radiobtnbox.hxx +++ b/cui/source/inc/radiobtnbox.hxx @@ -38,7 +38,7 @@ protected: virtual void KeyInput( const KeyEvent& rKEvt ); public: - SvxRadioButtonListBox(SvxSimpleTableContainer& rParent, WinBits nBits = WB_BORDER); + SvxRadioButtonListBox(SvxSimpleTableContainer& rParent, WinBits nBits); ~SvxRadioButtonListBox(); void HandleEntryChecked( SvTreeListEntry* _pEntry ); |