summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/swvset.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-27 15:13:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-27 15:42:33 +0100
commit6affa4be69aa31e27af9d50e9ab6bd740319c379 (patch)
treeb7f796f04c04bda0a3039ecf486c301ba53a1913 /sw/source/ui/inc/swvset.hxx
parentshell: use x64 zlib version here (diff)
downloadcore-6affa4be69aa31e27af9d50e9ab6bd740319c379.tar.gz
core-6affa4be69aa31e27af9d50e9ab6bd740319c379.zip
callcatcher: update list, stop hiding uncalled tests :-)
Change-Id: I9bd81a9c5e85db4512a3e4768c9b87696c91b7bc
Diffstat (limited to 'sw/source/ui/inc/swvset.hxx')
-rw-r--r--sw/source/ui/inc/swvset.hxx7
1 files changed, 3 insertions, 4 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