diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2013-05-26 22:35:10 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-31 10:10:06 +0000 |
commit | 324141f21bf2280d7613c4056ee8cd997ea345f9 (patch) | |
tree | 0370cf9d8e1eb6423584cfd264c5e15d29f0e35f /include/svx/relfld.hxx | |
parent | 878b09a1a936c2d5bf4461e0123fafd377d948e2 (diff) |
Convert Paragraph Alignment & Indent to Widget UI
Conver Paragraph Alignment and Indent & Spacing to widget UI.
Change-Id: Ib3b7d76a63bd677d5d94f7385bbf589f18eceeda
Reviewed-on: https://gerrit.libreoffice.org/4047
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/relfld.hxx')
-rw-r--r-- | include/svx/relfld.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/svx/relfld.hxx b/include/svx/relfld.hxx index fa544c2d00a5..88fd8083e715 100644 --- a/include/svx/relfld.hxx +++ b/include/svx/relfld.hxx @@ -40,12 +40,13 @@ protected: public: SvxRelativeField( Window* pParent, const ResId& rResId ); + SvxRelativeField( Window* pParent, WinBits nBits); void EnableRelativeMode( sal_uInt16 nMin = 50, sal_uInt16 nMax = 150, sal_uInt16 nStep = 5 ); - sal_Bool IsRelativeMode() const { return bRelativeMode; } + sal_Bool IsRelativeMode() const { return bRelativeMode; } void SetRelative( sal_Bool bRelative = sal_False ); - sal_Bool IsRelative() const { return bRelative; } + sal_Bool IsRelative() const { return bRelative; } void EnableNegativeMode() {bNegativeEnabled = sal_True;} }; |