summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/pggrid.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-04-17 15:30:46 +0200
committerNoel Grandin <noel@peralex.com>2015-04-17 15:30:46 +0200
commitf0f786e8fc7165a22b67ec73331ee8d66c01409c (patch)
treecf89f242c7bfa41b6a8c96e51c9b53205d090189 /sw/source/uibase/inc/pggrid.hxx
parent0269ef901119635fa809245698c985b30e648ef4 (diff)
sw: convert new to ::Create.
Change-Id: I1669be3e1dfdb6733952b2a801371da243fb94c2
Diffstat (limited to 'sw/source/uibase/inc/pggrid.hxx')
-rw-r--r--sw/source/uibase/inc/pggrid.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/pggrid.hxx b/sw/source/uibase/inc/pggrid.hxx
index a70dccfc3315..39a4d80f0061 100644
--- a/sw/source/uibase/inc/pggrid.hxx
+++ b/sw/source/uibase/inc/pggrid.hxx
@@ -67,8 +67,6 @@ class SwTextGridPage: public SfxTabPage
bool m_bHRulerChanged;
bool m_bVRulerChanged;
- SwTextGridPage(vcl::Window *pParent, const SfxItemSet &rSet);
-
void UpdatePageSize(const SfxItemSet& rSet);
void PutGridItem(SfxItemSet& rSet);
void SetLinesOrCharsRanges(FixedText & rField, const sal_Int32 nValue );
@@ -83,6 +81,7 @@ class SwTextGridPage: public SfxTabPage
using SfxTabPage::DeactivatePage;
public:
+ SwTextGridPage(vcl::Window *pParent, const SfxItemSet &rSet);
virtual ~SwTextGridPage();
virtual void dispose() SAL_OVERRIDE;