diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-27 15:13:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-27 15:42:33 +0100 |
commit | 6affa4be69aa31e27af9d50e9ab6bd740319c379 (patch) | |
tree | b7f796f04c04bda0a3039ecf486c301ba53a1913 /sw | |
parent | ec64bf60d902afbec91e6eed3dbda08e075ffc3f (diff) |
callcatcher: update list, stop hiding uncalled tests :-)
Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/inc/swvset.hxx | 7 | ||||
-rw-r--r-- | sw/source/ui/misc/insrule.cxx | 6 |
2 files changed, 3 insertions, 10 deletions
diff --git a/sw/source/ui/inc/swvset.hxx b/sw/source/ui/inc/swvset.hxx index 7bc919d7fe83..6320472e9bfd 100644 --- a/sw/source/ui/inc/swvset.hxx +++ b/sw/source/ui/inc/swvset.hxx @@ -22,10 +22,9 @@ class SwRulerValueSet : public SvxBmpNumValueSet { - public: - SwRulerValueSet(Window* pParent, const ResId& rResId); - SwRulerValueSet(Window* pParent, WinBits nWinStyle); - ~SwRulerValueSet(); +public: + SwRulerValueSet(Window* pParent, WinBits nWinStyle); + ~SwRulerValueSet(); virtual void UserDraw( const UserDrawEvent& rUDEvt ); }; #endif diff --git a/sw/source/ui/misc/insrule.cxx b/sw/source/ui/misc/insrule.cxx index 7b1b9490b11e..20a7af373853 100644 --- a/sw/source/ui/misc/insrule.cxx +++ b/sw/source/ui/misc/insrule.cxx @@ -91,12 +91,6 @@ OUString SwInsertGrfRulerDlg::GetGraphicName() const return OUString(); } -SwRulerValueSet::SwRulerValueSet( Window* pParent, const ResId& rResId ) - : SvxBmpNumValueSet(pParent, rResId) -{ - SetStyle(GetStyle() & ~WB_ITEMBORDER); -} - SwRulerValueSet::SwRulerValueSet(Window* pParent, WinBits nWinStyle) : SvxBmpNumValueSet(pParent, nWinStyle) { |