summaryrefslogtreecommitdiff
path: root/sw/inc/ddefld.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/ddefld.hxx')
-rw-r--r--sw/inc/ddefld.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ddefld.hxx b/sw/inc/ddefld.hxx
index 7e092e54bfb9..4dd95430c87a 100644
--- a/sw/inc/ddefld.hxx
+++ b/sw/inc/ddefld.hxx
@@ -43,7 +43,7 @@ class SW_DLLPUBLIC SwDDEFieldType : public SwFieldType
public:
SwDDEFieldType( const OUString& rName, const OUString& rCmd,
SfxLinkUpdateMode = SfxLinkUpdateMode::ONCALL );
- virtual ~SwDDEFieldType();
+ virtual ~SwDDEFieldType() override;
const OUString& GetExpansion() const { return aExpansion; }
void SetExpansion( const OUString& rStr ) { aExpansion = rStr;
@@ -89,7 +89,7 @@ private:
public:
SwDDEField(SwDDEFieldType*);
- virtual ~SwDDEField();
+ virtual ~SwDDEField() override;
/** Get parameter via types.
Name cannot be changed. */
an>Fridrich Štrba 2013-12-13fdo#70338 : Fixed file corruption issue after save for docx.Sushil Shinde 2013-11-18enable more formats supported by libmwawDavid Tardon 2013-11-11bundle libebookDavid Tardon 2013-11-07officecfg: move the reportbuilder filter configuration to filter/Michael Stahl 2013-11-04filter: define filter_XcuResTarget_get_clean_targetMichael Stahl 2013-11-03add config. for formats newly supported by libmwawDavid Tardon 2013-10-31BIPU Freehand importerFridrich Štrba 2013-10-30integrate Apple Keynote import filterDavid Tardon 2013-10-02gbuild: kill gb_XcuModuleTarget_get_outdir_targetMatúš Kukan 2013-09-10gbuild: bin obsoleted gb_Configuration__get_sourceMatúš Kukan 2013-09-05fdo#68552: try different build-time replacementMichael Stahl 2013-04-18gbuild: do not zip Configuration outputDavid Tardon 2013-04-18gbuild: use different announce strings for filter stuffDavid Tardon 2013-03-27HanMac J import is really really initial :)Fridrich Štrba 2013-03-26Some fixes for mwaw-based filtersLaurent Alonso 2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl 2013-03-25cleanup gbuild outputPeter Foley 2013-03-16quiet FCFGMergePeter Foley 2013-03-15Add typedetection and configuration for MWAW based filtersFridrich Štrba 2013-03-11oops, path to FCFGMerge.cfg is hardcoded in the scriptMatúš Kukan 2013-03-11filter: use python version of FCFGMergeMatúš Kukan