summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/swvset.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-16 22:20:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-17 16:06:33 +0100
commit46f1b3a5949e063953af635147acf748684c8e2f (patch)
tree086247d733a2afa89258713ee230bc2a10ce9055 /sw/source/ui/inc/swvset.hxx
parentconvert insert rule (diff)
downloadcore-46f1b3a5949e063953af635147acf748684c8e2f.tar.gz
core-46f1b3a5949e063953af635147acf748684c8e2f.zip
default SwInsertGrfRulerDlg to first entry
Change-Id: I843afacf4bb6880ecd9848cae3fe6071439ed995
Diffstat (limited to 'sw/source/ui/inc/swvset.hxx')
-rw-r--r--sw/source/ui/inc/swvset.hxx5
1 files changed, 2 insertions, 3 deletions
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 );
};