summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svl/undo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svl/undo.hxx b/include/svl/undo.hxx
index 8da6edf2e977..5c3b29ed37ff 100644
--- a/include/svl/undo.hxx
+++ b/include/svl/undo.hxx
@@ -142,7 +142,7 @@ struct SVL_DLLPUBLIC SfxUndoArray
SfxUndoArray(size_t nMax=0):
nMaxUndoActions(nMax), nCurUndoAction(0),
pFatherUndoArray(0) {}
- ~SfxUndoArray();
+ virtual ~SfxUndoArray();
};
//=========================================================================
t/sfx2/source/bastyp/sfxhtml.cxx?h=cp-6.4-33&id=1c46c7a04fcd2a02429d6360bd1e78e2519619da'>loplugin:includeform: sfx2Stephan Bergmann 2017-07-25convert UNO event ids to scoped enumNoel Grandin 2017-06-14use ERRCODE_NONE instead of 0Noel Grandin 2017-05-15loplugin:useuniqueptrNoel Grandin 2017-04-26use strong_int for LanguageTypeNoel Grandin 2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin 2016-11-01loplugin:oncevar in sd..svgioNoel Grandin 2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl 2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann 2016-03-17loplugin:constantparam in svtoolsNoel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-08-27Clean up sEmptyStephan Bergmann 2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud 2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann 2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann 2014-11-06use the new OUString::fromUtf8 methodNoel Grandin 2014-10-14coverity#1078471 Unchecked return valueCaolán McNamara 2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann 2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann