summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/worksheethelper.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-05 09:01:19 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-05 09:01:19 +0100
commit4d1257641e28f8df3d8def5e80280be5b1edbddb (patch)
tree6814468c14c7e64104d25c390685a5399648b7a4 /sc/source/filter/oox/worksheethelper.cxx
parent2e85ce9692b8331721f4656b24e41b2673178fc7 (diff)
loplugin:unnecessaryoverride (dtors) in sc
Change-Id: Ifc44a22738cbd0ebbd81fae5caf1d9792e7746cf
Diffstat (limited to 'sc/source/filter/oox/worksheethelper.cxx')
-rw-r--r--sc/source/filter/oox/worksheethelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/oox/worksheethelper.cxx b/sc/source/filter/oox/worksheethelper.cxx
index 3583837c63ba..4fd1af0e7494 100644
--- a/sc/source/filter/oox/worksheethelper.cxx
+++ b/sc/source/filter/oox/worksheethelper.cxx
@@ -207,7 +207,6 @@ public:
const ISegmentProgressBarRef& rxProgressBar,
WorksheetType eSheetType,
SCTAB nSheet );
- virtual ~WorksheetGlobals() override {}
/** Returns true, if this helper refers to an existing Calc sheet. */
inline bool isValidSheet() const { return mxSheet.is(); }