diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-17 15:54:21 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-17 15:54:21 +0200 |
commit | 5cf00154ca1e5013ceba59103ad706a3492ea70b (patch) | |
tree | 12d07076eda050ba27a1f9621b39f912a9faf514 /sw/source/uibase/inc/envlop.hxx | |
parent | f0f786e8fc7165a22b67ec73331ee8d66c01409c (diff) |
sw: convert new to ::Create.
Change-Id: I3783ee5c3eca2ecb4490a16032edad7e6ebe3460
Diffstat (limited to 'sw/source/uibase/inc/envlop.hxx')
-rw-r--r-- | sw/source/uibase/inc/envlop.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sw/source/uibase/inc/envlop.hxx b/sw/source/uibase/inc/envlop.hxx index 134c84a93af9..f87db92b2b2b 100644 --- a/sw/source/uibase/inc/envlop.hxx +++ b/sw/source/uibase/inc/envlop.hxx @@ -90,8 +90,6 @@ class SwEnvPage : public SfxTabPage SwWrtShell* pSh; OUString sActDBName; - SwEnvPage(vcl::Window* pParent, const SfxItemSet& rSet); - DECL_LINK( DatabaseHdl, ListBox * ); DECL_LINK(FieldHdl, void *); DECL_LINK(SenderHdl, void *); @@ -104,6 +102,7 @@ class SwEnvPage : public SfxTabPage using SfxTabPage::DeactivatePage; public: + SwEnvPage(vcl::Window* pParent, const SfxItemSet& rSet); virtual ~SwEnvPage(); virtual void dispose() SAL_OVERRIDE; |