summaryrefslogtreecommitdiff
path: root/sw/source/ui/sidebar/PageOrientationControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/sidebar/PageOrientationControl.cxx')
-rw-r--r--sw/source/ui/sidebar/PageOrientationControl.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/sidebar/PageOrientationControl.cxx b/sw/source/ui/sidebar/PageOrientationControl.cxx
index 27eb8a9be3af..2dbf8bf8762a 100644
--- a/sw/source/ui/sidebar/PageOrientationControl.cxx
+++ b/sw/source/ui/sidebar/PageOrientationControl.cxx
@@ -61,13 +61,11 @@ PageOrientationControl::PageOrientationControl(
FreeResource();
}
-
PageOrientationControl::~PageOrientationControl(void)
{
delete mpOrientationValueSet;
}
-
IMPL_LINK(PageOrientationControl, ImplOrientationHdl, void *, pControl)
{
mpOrientationValueSet->SetNoSelection();
@@ -87,7 +85,6 @@ IMPL_LINK(PageOrientationControl, ImplOrientationHdl, void *, pControl)
return 0;
}
-
} } // end of namespace sw::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */