From 46f1b3a5949e063953af635147acf748684c8e2f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 16 Oct 2012 22:20:23 +0100 Subject: default SwInsertGrfRulerDlg to first entry Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995 --- sw/source/ui/inc/swvset.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sw/source/ui/inc/swvset.hxx') diff --git a/sw/source/ui/inc/swvset.hxx b/sw/source/ui/inc/swvset.hxx index a4c59fcb9dfb..7bc919d7fe83 100644 --- a/sw/source/ui/inc/swvset.hxx +++ b/sw/source/ui/inc/swvset.hxx @@ -23,9 +23,8 @@ class SwRulerValueSet : public SvxBmpNumValueSet { public: - SwRulerValueSet( Window* pParent, - const ResId& rResId ); - SwRulerValueSet( Window* pParent ); + SwRulerValueSet(Window* pParent, const ResId& rResId); + SwRulerValueSet(Window* pParent, WinBits nWinStyle); ~SwRulerValueSet(); virtual void UserDraw( const UserDrawEvent& rUDEvt ); }; -- cgit