diff options
author | Noel Grandin <noel@peralex.com> | 2015-01-15 15:47:39 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-09 21:30:12 +0100 |
commit | ebd195b2ae254bfc9b52c9c673a57cd3bdf0cad8 (patch) | |
tree | dd113b2ff1e58e14d36a1aad5cd96beea0d3476a /cui/source/tabpages/paragrph.cxx | |
parent | 0a61ce1c8e61cb45478ba6f28e8fdd71ce369f2c (diff) |
vcl: VclPtr conversion in cui
Change-Id: I8597247296645fe72d5306e35b2ea3c0866d147a
Diffstat (limited to 'cui/source/tabpages/paragrph.cxx')
-rw-r--r-- | cui/source/tabpages/paragrph.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/cui/source/tabpages/paragrph.cxx b/cui/source/tabpages/paragrph.cxx index 7d1e2792d614..d80ed2f1b1a6 100644 --- a/cui/source/tabpages/paragrph.cxx +++ b/cui/source/tabpages/paragrph.cxx @@ -654,10 +654,6 @@ SvxStdParagraphTabPage::SvxStdParagraphTabPage( vcl::Window* pParent, const Sfx setPreviewsToSamePlace(pParent, this); } -SvxStdParagraphTabPage::~SvxStdParagraphTabPage() -{ -} - void SvxStdParagraphTabPage::EnableNegativeMode() { m_pLeftIndent->SetMin(-9999); @@ -1016,10 +1012,6 @@ SvxParaAlignTabPage::SvxParaAlignTabPage( vcl::Window* pParent, const SfxItemSet setPreviewsToSamePlace(pParent, this); } -SvxParaAlignTabPage::~SvxParaAlignTabPage() -{ -} - int SvxParaAlignTabPage::DeactivatePage( SfxItemSet* _pSet ) { if ( _pSet ) @@ -1899,10 +1891,6 @@ SvxExtParagraphTabPage::SvxExtParagraphTabPage( vcl::Window* pParent, const SfxI } } -SvxExtParagraphTabPage::~SvxExtParagraphTabPage() -{ -} - IMPL_LINK_NOARG(SvxExtParagraphTabPage, PageBreakHdl_Impl) { switch ( m_pPageBreakBox->GetState() ) @@ -2105,10 +2093,6 @@ SvxAsianTabPage::SvxAsianTabPage( vcl::Window* pParent, const SfxItemSet& rSet ) } -SvxAsianTabPage::~SvxAsianTabPage() -{ -} - SfxTabPage* SvxAsianTabPage::Create( vcl::Window* pParent, const SfxItemSet* rSet ) { return new SvxAsianTabPage(pParent, *rSet); |