summaryrefslogtreecommitdiff
path: root/include/svx/orienthelper.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 10:17:49 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-07 12:06:35 +0000
commitd4f78fa3b61a54dca64504bd76990baf20e2313f (patch)
tree9b05eb19f939a694dc3b9db3efa31dc1d5735abb /include/svx/orienthelper.hxx
parentb7914a9a566413eac55c7e115da1cb3552cd58df (diff)
loplugin:unnecessaryvirtual in svx..sw
Change-Id: I4ae8de558550e6577c28b95e0aaed74f00d79c29 Reviewed-on: https://gerrit.libreoffice.org/30650 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svx/orienthelper.hxx')
-rw-r--r--include/svx/orienthelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/orienthelper.hxx b/include/svx/orienthelper.hxx
index 123a440956bf..baf56b67b583 100644
--- a/include/svx/orienthelper.hxx
+++ b/include/svx/orienthelper.hxx
@@ -51,7 +51,7 @@ struct OrientationHelper_Impl;
direct modifications of the "Stacked text" check box. Otherwise the update
mechanism of registered controls will not work.
*/
-class SVX_DLLPUBLIC OrientationHelper
+class SVX_DLLPUBLIC OrientationHelper final
{
public:
/** @param rNfRotation A numeric field that will be connected to the DialControl. */
@@ -60,7 +60,7 @@ public:
NumericField& rNfRotation,
CheckBox& rCbStacked );
- virtual ~OrientationHelper();
+ ~OrientationHelper();
/** Registers the passed window to be enabled/disabled on call of Enable().
@param eDisableIfStacked