summaryrefslogtreecommitdiff
path: root/sw/source/filter
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter')
-rw-r--r--sw/source/filter/html/htmlform.cxx2
-rw-r--r--sw/source/filter/inc/fltshell.hxx2
-rw-r--r--sw/source/filter/ww8/wrtww8.hxx4
-rw-r--r--sw/source/filter/ww8/ww8par.cxx2
-rw-r--r--sw/source/filter/ww8/ww8toolbar.hxx34
-rw-r--r--sw/source/filter/xml/xmlimp.hxx2
-rw-r--r--sw/source/filter/xml/xmltbli.cxx2
-rw-r--r--sw/source/filter/xml/xmltexte.hxx2
-rw-r--r--sw/source/filter/xml/xmltexti.hxx2
9 files changed, 26 insertions, 26 deletions
diff --git a/sw/source/filter/html/htmlform.cxx b/sw/source/filter/html/htmlform.cxx
index d05fd3384b25..275fe353e7f3 100644
--- a/sw/source/filter/html/htmlform.cxx
+++ b/sw/source/filter/html/htmlform.cxx
@@ -372,7 +372,7 @@ class SwHTMLImageWatcher :
public:
SwHTMLImageWatcher( const uno::Reference< drawing::XShape > & rShape,
sal_Bool bWidth, sal_Bool bHeight );
- ~SwHTMLImageWatcher();
+ virtual ~SwHTMLImageWatcher();
// startProduction darf nicht im Konstruktor gerufen werden, weil
// wir und ggf. selbst zerstoeren ... Deshlab eine eigene Methode.
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx
index 479f0998199d..46a825d109d4 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -457,7 +457,7 @@ class SwFltFormatCollection : public SwFltOutBase
public:
SwFltFormatCollection(SwDoc&, RES_POOL_COLLFMT_TYPE nType);
SwFltFormatCollection(SwDoc&, const OUString& rName );
- ~SwFltFormatCollection() { if( pFlyAttrs ) delete pFlyAttrs; }
+ virtual ~SwFltFormatCollection() { if( pFlyAttrs ) delete pFlyAttrs; }
void Reset()
{
diff --git a/sw/source/filter/ww8/wrtww8.hxx b/sw/source/filter/ww8/wrtww8.hxx
index 2dc14f9b3aa2..5cd5b0a79cec 100644
--- a/sw/source/filter/ww8/wrtww8.hxx
+++ b/sw/source/filter/ww8/wrtww8.hxx
@@ -232,7 +232,7 @@ class WW8_WrPlcSepx : public MSWordSections
public:
WW8_WrPlcSepx( MSWordExportBase& rExport );
- ~WW8_WrPlcSepx();
+ virtual ~WW8_WrPlcSepx();
virtual bool HeaderFooterWritten() SAL_OVERRIDE; // override
@@ -1241,7 +1241,7 @@ private:
std::map<const OUString, WW8_CP> m_aRangeStartPositions;
public:
WW8_WrPlcAnnotations() {}
- ~WW8_WrPlcAnnotations();
+ virtual ~WW8_WrPlcAnnotations();
void AddRangeStartPosition(const OUString& rName, WW8_CP nStartCp);
void Append( WW8_CP nCp, const SwPostItField* pPostIt );
diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 79b748be2ce2..78005a6cb845 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -440,7 +440,7 @@ struct SBBItem
Sttb& operator = ( const Sttb&);
public:
Sttb();
- ~Sttb();
+ virtual ~Sttb();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* fp ) SAL_OVERRIDE;
OUString getStringAtIndex( sal_uInt32 );
diff --git a/sw/source/filter/ww8/ww8toolbar.hxx b/sw/source/filter/ww8/ww8toolbar.hxx
index 7b4bb2e26059..aa4dedf2667b 100644
--- a/sw/source/filter/ww8/ww8toolbar.hxx
+++ b/sw/source/filter/ww8/ww8toolbar.hxx
@@ -32,7 +32,7 @@ class SwTBC : public TBBase
public:
SwTBC();
- ~SwTBC();
+ virtual ~SwTBC();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
bool ImportToolBarControl( SwCTBWrapper&, const css::uno::Reference< css::container::XIndexContainer >&, CustomToolBarImportHelper&, bool );
@@ -56,7 +56,7 @@ class SwCTB : public TBBase
public:
SwCTB();
- ~SwCTB();
+ virtual ~SwCTB();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* fp ) SAL_OVERRIDE;
bool IsMenuToolbar();
@@ -78,7 +78,7 @@ class TBDelta : public TBBase
public:
TBDelta();
- ~TBDelta(){}
+ virtual ~TBDelta(){}
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
bool ControlIsModified();
@@ -103,7 +103,7 @@ protected:
public:
Tcg255SubStruct( bool bReadId );
- ~Tcg255SubStruct(){}
+ virtual ~Tcg255SubStruct(){}
virtual sal_uInt8 id() const { return ch; }
bool Read(SvStream &rS) SAL_OVERRIDE;
};
@@ -125,7 +125,7 @@ class Customization : public TBBase
public:
Customization( SwCTBWrapper* rapper );
- ~Customization();
+ virtual ~Customization();
bool Read(SvStream &rS) SAL_OVERRIDE;
bool ImportCustomToolBar( SwCTBWrapper&, CustomToolBarImportHelper& );
bool ImportMenu( SwCTBWrapper&, CustomToolBarImportHelper& );
@@ -157,7 +157,7 @@ class SwCTBWrapper : public Tcg255SubStruct
public:
SwCTBWrapper( bool bReadId = true );
- ~SwCTBWrapper();
+ virtual ~SwCTBWrapper();
void InsertDropIndex( sal_Int32 aIndex ) { dropDownMenuIndices.push_back( aIndex ); }
SwTBC* GetTBCAtOffset( sal_uInt32 nStreamOffset );
bool Read(SvStream &rS) SAL_OVERRIDE;
@@ -210,7 +210,7 @@ class Acd : public TBBase
public:
Acd();
- ~Acd(){}
+ virtual ~Acd(){}
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
};
@@ -224,7 +224,7 @@ class PlfAcd: public Tcg255SubStruct
public:
PlfAcd( bool bReadId = true );
- ~PlfAcd();
+ virtual ~PlfAcd();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print(FILE*) SAL_OVERRIDE;
};
@@ -243,7 +243,7 @@ class Kme : public TBBase
public:
Kme();
- ~Kme();
+ virtual ~Kme();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
};
@@ -257,7 +257,7 @@ class PlfKme : public Tcg255SubStruct
public:
PlfKme( bool bReadId = true );
- ~PlfKme();
+ virtual ~PlfKme();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
};
@@ -281,7 +281,7 @@ class TcgSttbfCore : public TBBase
public:
TcgSttbfCore();
- ~TcgSttbfCore();
+ virtual ~TcgSttbfCore();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* fp ) SAL_OVERRIDE;
};
@@ -294,7 +294,7 @@ class TcgSttbf : public Tcg255SubStruct
public:
TcgSttbf( bool bReadId = true );
- ~TcgSttbf(){}
+ virtual ~TcgSttbf(){}
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* fp ) SAL_OVERRIDE;
};
@@ -309,7 +309,7 @@ class Xstz : public TBBase
public:
Xstz();
- ~Xstz(){}
+ virtual ~Xstz(){}
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* fp ) SAL_OVERRIDE;
};
@@ -323,7 +323,7 @@ class MacroName : public TBBase
public:
MacroName();
- ~MacroName(){}
+ virtual ~MacroName(){}
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
};
@@ -338,7 +338,7 @@ class MacroNames : public Tcg255SubStruct
public:
MacroNames( bool bReadId = true );
- ~MacroNames();
+ virtual ~MacroNames();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
};
@@ -352,7 +352,7 @@ class Tcg255 : public TBBase
public:
Tcg255();
- ~Tcg255();
+ virtual ~Tcg255();
bool Read(SvStream &rS) SAL_OVERRIDE;
void Print( FILE* ) SAL_OVERRIDE;
bool ImportCustomToolBar( SfxObjectShell& rDocSh );
@@ -367,7 +367,7 @@ class Tcg: public TBBase
public:
Tcg();
- ~Tcg(){}
+ virtual ~Tcg(){}
bool Read(SvStream &rS) SAL_OVERRIDE;
bool ImportCustomToolBar( SfxObjectShell& rDocSh );
void Print( FILE* ) SAL_OVERRIDE;
diff --git a/sw/source/filter/xml/xmlimp.hxx b/sw/source/filter/xml/xmlimp.hxx
index 1369894ff601..1788bce4573e 100644
--- a/sw/source/filter/xml/xmlimp.hxx
+++ b/sw/source/filter/xml/xmlimp.hxx
@@ -111,7 +111,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > xContext,
OUString const & implementationName, sal_uInt16 nImportFlags);
- ~SwXMLImport() throw();
+ virtual ~SwXMLImport() throw();
// ::com::sun::star::xml::sax::XDocumentHandler
virtual void SAL_CALL startDocument()
diff --git a/sw/source/filter/xml/xmltbli.cxx b/sw/source/filter/xml/xmltbli.cxx
index 259135e6550c..d45b1072d6e7 100644
--- a/sw/source/filter/xml/xmltbli.cxx
+++ b/sw/source/filter/xml/xmltbli.cxx
@@ -1079,7 +1079,7 @@ public:
SwXMLDDETableContext_Impl(
SwXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName);
- ~SwXMLDDETableContext_Impl();
+ virtual ~SwXMLDDETableContext_Impl();
virtual void StartElement(
const Reference<xml::sax::XAttributeList> & xAttrList) SAL_OVERRIDE;
diff --git a/sw/source/filter/xml/xmltexte.hxx b/sw/source/filter/xml/xmltexte.hxx
index e70204f7bf08..cb007465a77d 100644
--- a/sw/source/filter/xml/xmltexte.hxx
+++ b/sw/source/filter/xml/xmltexte.hxx
@@ -68,7 +68,7 @@ public:
SwXMLTextParagraphExport(
SwXMLExport& rExp,
SvXMLAutoStylePoolP& rAutoStylePool );
- ~SwXMLTextParagraphExport();
+ virtual ~SwXMLTextParagraphExport();
virtual void setTextEmbeddedGraphicURL(
const ::com::sun::star::uno::Reference <
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 0d8adef943e9..1a7d1b884e45 100644
--- a/sw/source/filter/xml/xmltexti.hxx
+++ b/sw/source/filter/xml/xmltexti.hxx
@@ -45,7 +45,7 @@ public:
bool bInsertM, bool bStylesOnlyM, bool bProgress,
bool bBlockM, bool bOrganizerM,
sal_Bool bPreserveRedlineMode );
- ~SwXMLTextImportHelper();
+ virtual ~SwXMLTextImportHelper();
virtual ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet>