summaryrefslogtreecommitdiff
path: root/sw/source/ui/sidebar/PageSizeControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/sidebar/PageSizeControl.cxx')
-rw-r--r--sw/source/ui/sidebar/PageSizeControl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/sidebar/PageSizeControl.cxx b/sw/source/ui/sidebar/PageSizeControl.cxx
index 4a21d344dd09..038e033235f2 100644
--- a/sw/source/ui/sidebar/PageSizeControl.cxx
+++ b/sw/source/ui/sidebar/PageSizeControl.cxx
@@ -141,13 +141,11 @@ PageSizeControl::PageSizeControl(
FreeResource();
}
-
PageSizeControl::~PageSizeControl(void)
{
delete mpSizeValueSet;
}
-
IMPL_LINK(PageSizeControl, ImplSizeHdl, void *, pControl)
{
mpSizeValueSet->SetNoSelection();
@@ -174,7 +172,6 @@ IMPL_LINK(PageSizeControl, MoreButtonClickHdl_Impl, void *, EMPTYARG)
return 0;
}
-
} } // end of namespace sw::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */