summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/chrdlg/drpcps.cxx2
-rw-r--r--sw/source/ui/config/mailconfigpage.cxx2
-rw-r--r--sw/source/ui/dbui/addresslistdialog.hxx2
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.cxx2
-rw-r--r--sw/source/ui/dbui/createaddresslistdialog.hxx2
-rw-r--r--sw/source/ui/dbui/customizeaddresslistdialog.hxx2
-rw-r--r--sw/source/ui/dbui/dbtablepreviewdialog.hxx2
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.cxx2
-rw-r--r--sw/source/ui/dbui/mmaddressblockpage.hxx8
-rw-r--r--sw/source/ui/dbui/mmdocselectpage.hxx2
-rw-r--r--sw/source/ui/dbui/mmgreetingspage.hxx4
-rw-r--r--sw/source/ui/dbui/mmlayoutpage.hxx2
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx4
-rw-r--r--sw/source/ui/dbui/selectdbtabledialog.hxx2
-rw-r--r--sw/source/ui/envelp/labfmt.hxx2
-rw-r--r--sw/source/ui/envelp/labprt.hxx2
-rw-r--r--sw/source/ui/envelp/mailmrge.cxx2
-rw-r--r--sw/source/ui/envelp/swuilabimp.hxx2
-rw-r--r--sw/source/ui/fldui/flddb.hxx2
-rw-r--r--sw/source/ui/fldui/flddinf.hxx2
-rw-r--r--sw/source/ui/fldui/flddok.hxx2
-rw-r--r--sw/source/ui/fldui/fldfunc.hxx2
-rw-r--r--sw/source/ui/fldui/fldref.hxx2
-rw-r--r--sw/source/ui/fldui/fldvar.hxx2
-rw-r--r--sw/source/ui/index/cnttab.cxx4
-rw-r--r--sw/source/ui/index/swuiidxmrk.cxx2
-rw-r--r--sw/source/ui/misc/impfnote.hxx4
-rw-r--r--sw/source/ui/table/tautofmt.cxx4
-rw-r--r--sw/source/ui/vba/vbaheadersfooters.cxx2
-rw-r--r--sw/source/ui/vba/vbapanes.cxx2
-rw-r--r--sw/source/ui/vba/vbasections.cxx2
31 files changed, 39 insertions, 39 deletions
diff --git a/sw/source/ui/chrdlg/drpcps.cxx b/sw/source/ui/chrdlg/drpcps.cxx
index 1483feb98212..a32b7af2dbc7 100644
--- a/sw/source/ui/chrdlg/drpcps.cxx
+++ b/sw/source/ui/chrdlg/drpcps.cxx
@@ -118,7 +118,7 @@ public:
void SetDropCapsPage(SwDropCapsPage* pPage) { mpPage = pPage; }
- ~SwDropCapsPict();
+ virtual ~SwDropCapsPict();
void UpdatePaintSettings( void ); // also invalidates control!
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx
index f577bee450b8..22ab58402588 100644
--- a/sw/source/ui/config/mailconfigpage.cxx
+++ b/sw/source/ui/config/mailconfigpage.cxx
@@ -109,7 +109,7 @@ class SwAuthenticationSettingsDialog : public SfxModalDialog
public:
SwAuthenticationSettingsDialog(SwMailConfigPage* pParent, SwMailMergeConfigItem& rItem);
- ~SwAuthenticationSettingsDialog();
+ virtual ~SwAuthenticationSettingsDialog();
};
SwMailConfigPage::SwMailConfigPage( Window* pParent, const SfxItemSet& rSet ) :
diff --git a/sw/source/ui/dbui/addresslistdialog.hxx b/sw/source/ui/dbui/addresslistdialog.hxx
index 7d8205a72582..3ffe5360e6c5 100644
--- a/sw/source/ui/dbui/addresslistdialog.hxx
+++ b/sw/source/ui/dbui/addresslistdialog.hxx
@@ -87,7 +87,7 @@ class SwAddressListDialog : public SfxModalDialog
public:
SwAddressListDialog(SwMailMergeAddressBlockPage* pParent);
- ~SwAddressListDialog();
+ virtual ~SwAddressListDialog();
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource>
GetSource();
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx
index 5b14c35e7413..90ea737bc143 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.cxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.cxx
@@ -72,7 +72,7 @@ class SwAddressControl_Impl : public Control
public:
SwAddressControl_Impl(Window* pParent, const ResId& rResId );
- ~SwAddressControl_Impl();
+ virtual ~SwAddressControl_Impl();
void SetData(SwCSVData& rDBData);
diff --git a/sw/source/ui/dbui/createaddresslistdialog.hxx b/sw/source/ui/dbui/createaddresslistdialog.hxx
index 8d42ff46bd1b..d931ab30d0b1 100644
--- a/sw/source/ui/dbui/createaddresslistdialog.hxx
+++ b/sw/source/ui/dbui/createaddresslistdialog.hxx
@@ -80,7 +80,7 @@ class SwCreateAddressListDialog : public SfxModalDialog
public:
SwCreateAddressListDialog(
Window* pParent, const OUString& rURL, SwMailMergeConfigItem& rConfig);
- ~SwCreateAddressListDialog();
+ virtual ~SwCreateAddressListDialog();
const OUString& GetURL() const { return m_sURL; }
void Find( const OUString& rSearch, sal_Int32 nColumn);
diff --git a/sw/source/ui/dbui/customizeaddresslistdialog.hxx b/sw/source/ui/dbui/customizeaddresslistdialog.hxx
index e3dec814fe0b..b92f1e9cbc01 100644
--- a/sw/source/ui/dbui/customizeaddresslistdialog.hxx
+++ b/sw/source/ui/dbui/customizeaddresslistdialog.hxx
@@ -48,7 +48,7 @@ class SwCustomizeAddressListDialog : public SfxModalDialog
void UpdateButtons();
public:
SwCustomizeAddressListDialog(Window* pParent, const SwCSVData& rOldData);
- ~SwCustomizeAddressListDialog();
+ virtual ~SwCustomizeAddressListDialog();
SwCSVData* GetNewData();
};
diff --git a/sw/source/ui/dbui/dbtablepreviewdialog.hxx b/sw/source/ui/dbui/dbtablepreviewdialog.hxx
index bbbac8fab7e9..b47d2c29da60 100644
--- a/sw/source/ui/dbui/dbtablepreviewdialog.hxx
+++ b/sw/source/ui/dbui/dbtablepreviewdialog.hxx
@@ -39,7 +39,7 @@ class SwDBTablePreviewDialog : public SfxModalDialog
public:
SwDBTablePreviewDialog(Window* pParent,
::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>& rValues );
- ~SwDBTablePreviewDialog();
+ virtual ~SwDBTablePreviewDialog();
};
#endif
diff --git a/sw/source/ui/dbui/mmaddressblockpage.cxx b/sw/source/ui/dbui/mmaddressblockpage.cxx
index 85498576af7f..c7d15ad6f53f 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.cxx
+++ b/sw/source/ui/dbui/mmaddressblockpage.cxx
@@ -826,7 +826,7 @@ class SwAssignFieldsControl : public Control
public:
SwAssignFieldsControl(Window* pParent, const ResId& rResId,
SwMailMergeConfigItem& rConfigItem);
- ~SwAssignFieldsControl();
+ virtual ~SwAssignFieldsControl();
void SetModifyHdl(const Link& rModifyHdl)
{
diff --git a/sw/source/ui/dbui/mmaddressblockpage.hxx b/sw/source/ui/dbui/mmaddressblockpage.hxx
index 1294ba0e7025..9192b1e69b8a 100644
--- a/sw/source/ui/dbui/mmaddressblockpage.hxx
+++ b/sw/source/ui/dbui/mmaddressblockpage.hxx
@@ -105,7 +105,7 @@ class SwSelectAddressBlockDialog : public SfxModalDialog
public:
SwSelectAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig);
- ~SwSelectAddressBlockDialog();
+ virtual ~SwSelectAddressBlockDialog();
void SetAddressBlocks(const com::sun::star::uno::Sequence< OUString>& rBlocks,
sal_uInt16 nSelected);
@@ -146,7 +146,7 @@ protected:
bool PreNotify( NotifyEvent& rNEvt ) SAL_OVERRIDE;
public:
AddressMultiLineEdit(Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER);
- ~AddressMultiLineEdit();
+ virtual ~AddressMultiLineEdit();
void SetAddressDialog(SwCustomizeAddressBlockDialog *pParent);
@@ -243,7 +243,7 @@ private:
public:
SwCustomizeAddressBlockDialog(Window* pParent, SwMailMergeConfigItem& rConfig, DialogType);
- ~SwCustomizeAddressBlockDialog();
+ virtual ~SwCustomizeAddressBlockDialog();
void SetAddress(const OUString& rAddress);
OUString GetAddress();
@@ -278,7 +278,7 @@ public:
SwMailMergeConfigItem& rConfigItem,
const OUString& rPreview,
bool bIsAddressBlock);
- ~SwAssignFieldsDialog();
+ virtual ~SwAssignFieldsDialog();
};
#endif
diff --git a/sw/source/ui/dbui/mmdocselectpage.hxx b/sw/source/ui/dbui/mmdocselectpage.hxx
index 2788b3e70a5e..b2e241270faf 100644
--- a/sw/source/ui/dbui/mmdocselectpage.hxx
+++ b/sw/source/ui/dbui/mmdocselectpage.hxx
@@ -51,7 +51,7 @@ class SwMailMergeDocSelectPage : public svt::OWizardPage
public:
SwMailMergeDocSelectPage( SwMailMergeWizard* _pParent);
- ~SwMailMergeDocSelectPage();
+ virtual ~SwMailMergeDocSelectPage();
};
diff --git a/sw/source/ui/dbui/mmgreetingspage.hxx b/sw/source/ui/dbui/mmgreetingspage.hxx
index ebd1ddc5a62e..e68cf9768bd7 100644
--- a/sw/source/ui/dbui/mmgreetingspage.hxx
+++ b/sw/source/ui/dbui/mmgreetingspage.hxx
@@ -89,7 +89,7 @@ class SwMailMergeGreetingsPage : public svt::OWizardPage,
virtual bool commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) SAL_OVERRIDE;
public:
SwMailMergeGreetingsPage( SwMailMergeWizard* _pParent);
- ~SwMailMergeGreetingsPage();
+ virtual ~SwMailMergeGreetingsPage();
};
@@ -128,7 +128,7 @@ class SwMailBodyDialog : public SfxModalDialog, public SwGreetingsHandler
DECL_LINK(OKHdl, void *);
public:
SwMailBodyDialog(Window* pParent, SwMailMergeWizard* pWizard);
- ~SwMailBodyDialog();
+ virtual ~SwMailBodyDialog();
void SetBody(const OUString& rBody ) {m_aBodyMLE.SetText(rBody);}
OUString GetBody() const {return m_aBodyMLE.GetText();}
diff --git a/sw/source/ui/dbui/mmlayoutpage.hxx b/sw/source/ui/dbui/mmlayoutpage.hxx
index 4fbc7f590706..9a66780a39e8 100644
--- a/sw/source/ui/dbui/mmlayoutpage.hxx
+++ b/sw/source/ui/dbui/mmlayoutpage.hxx
@@ -83,7 +83,7 @@ class SwMailMergeLayoutPage : public svt::OWizardPage
virtual bool commitPage(::svt::WizardTypes::CommitPageReason _eReason) SAL_OVERRIDE;
public:
SwMailMergeLayoutPage( SwMailMergeWizard* _pParent);
- ~SwMailMergeLayoutPage();
+ virtual ~SwMailMergeLayoutPage();
static SwFrmFmt* InsertAddressAndGreeting(SwView* pView,
SwMailMergeConfigItem& rConfigItem,
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index 9f7fc710c3d1..185ede7c23d4 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -127,7 +127,7 @@ protected:
virtual void ActivatePage() SAL_OVERRIDE;
public:
SwMailMergeOutputPage( SwMailMergeWizard* _pParent);
- ~SwMailMergeOutputPage();
+ virtual ~SwMailMergeOutputPage();
};
@@ -204,7 +204,7 @@ class SW_DLLPUBLIC SwSendMailDialog : public ModelessDialog //SfxModalDialog
public:
SwSendMailDialog( Window* pParent, SwMailMergeConfigItem& );
- ~SwSendMailDialog();
+ virtual ~SwSendMailDialog();
void AddDocument( SwMailDescriptor& rDesc );
void SetDocumentCount( sal_Int32 nAllDocuments );
diff --git a/sw/source/ui/dbui/selectdbtabledialog.hxx b/sw/source/ui/dbui/selectdbtabledialog.hxx
index 06188dd6eb12..9d721a800504 100644
--- a/sw/source/ui/dbui/selectdbtabledialog.hxx
+++ b/sw/source/ui/dbui/selectdbtabledialog.hxx
@@ -57,7 +57,7 @@ public:
SwSelectDBTableDialog(Window* pParent,
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& xConnection
);
- ~SwSelectDBTableDialog();
+ virtual ~SwSelectDBTableDialog();
OUString GetSelectedTable(bool& bIsTable);
void SetSelectedTable(const OUString& rTable, bool bIsTable);
diff --git a/sw/source/ui/envelp/labfmt.hxx b/sw/source/ui/envelp/labfmt.hxx
index aa8f6de4621d..da9727cb7f05 100644
--- a/sw/source/ui/envelp/labfmt.hxx
+++ b/sw/source/ui/envelp/labfmt.hxx
@@ -93,7 +93,7 @@ class SwLabFmtPage : public SfxTabPage
SwLabItem aItem;
SwLabFmtPage(Window* pParent, const SfxItemSet& rSet);
- ~SwLabFmtPage();
+ virtual ~SwLabFmtPage();
DECL_LINK(ModifyHdl, void *);
DECL_LINK(PreviewHdl, void *);
diff --git a/sw/source/ui/envelp/labprt.hxx b/sw/source/ui/envelp/labprt.hxx
index 1b30708b33a1..5b8a24b99c23 100644
--- a/sw/source/ui/envelp/labprt.hxx
+++ b/sw/source/ui/envelp/labprt.hxx
@@ -47,7 +47,7 @@ class SwLabPrtPage : public SfxTabPage
PushButton* m_pPrtSetup;
SwLabPrtPage(Window* pParent, const SfxItemSet& rSet);
- ~SwLabPrtPage();
+ virtual ~SwLabPrtPage();
DECL_LINK( CountHdl, Button * );
diff --git a/sw/source/ui/envelp/mailmrge.cxx b/sw/source/ui/envelp/mailmrge.cxx
index 5fa938f1bc1c..5518706195af 100644
--- a/sw/source/ui/envelp/mailmrge.cxx
+++ b/sw/source/ui/envelp/mailmrge.cxx
@@ -95,7 +95,7 @@ class SwXSelChgLstnr_Impl : public cppu::WeakImplHelper1
SwMailMergeDlg& rParent;
public:
SwXSelChgLstnr_Impl(SwMailMergeDlg& rParentDlg);
- ~SwXSelChgLstnr_Impl();
+ virtual ~SwXSelChgLstnr_Impl();
virtual void SAL_CALL selectionChanged( const EventObject& aEvent ) throw (RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL disposing( const EventObject& Source ) throw (RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/sw/source/ui/envelp/swuilabimp.hxx b/sw/source/ui/envelp/swuilabimp.hxx
index c4e7d794da6c..9c61456dff74 100644
--- a/sw/source/ui/envelp/swuilabimp.hxx
+++ b/sw/source/ui/envelp/swuilabimp.hxx
@@ -108,7 +108,7 @@ class SwVisitingCardPage : public SfxTabPage
const OUString* pValues );
SwVisitingCardPage(Window* pParent, const SfxItemSet& rSet);
- ~SwVisitingCardPage();
+ virtual ~SwVisitingCardPage();
using TabPage::ActivatePage;
using TabPage::DeactivatePage;
diff --git a/sw/source/ui/fldui/flddb.hxx b/sw/source/ui/fldui/flddb.hxx
index 916afe4afafa..4f2bf1ba6eed 100644
--- a/sw/source/ui/fldui/flddb.hxx
+++ b/sw/source/ui/fldui/flddb.hxx
@@ -70,7 +70,7 @@ protected:
public:
SwFldDBPage(Window* pParent, const SfxItemSet& rSet);
- ~SwFldDBPage();
+ virtual ~SwFldDBPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
diff --git a/sw/source/ui/fldui/flddinf.hxx b/sw/source/ui/fldui/flddinf.hxx
index be263ebcd079..24ba93b89c9b 100644
--- a/sw/source/ui/fldui/flddinf.hxx
+++ b/sw/source/ui/fldui/flddinf.hxx
@@ -61,7 +61,7 @@ protected:
public:
SwFldDokInfPage(Window* pWindow, const SfxItemSet& rSet);
- ~SwFldDokInfPage();
+ virtual ~SwFldDokInfPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
diff --git a/sw/source/ui/fldui/flddok.hxx b/sw/source/ui/fldui/flddok.hxx
index c62820ef7a60..4af41fdfe6d3 100644
--- a/sw/source/ui/fldui/flddok.hxx
+++ b/sw/source/ui/fldui/flddok.hxx
@@ -63,7 +63,7 @@ protected:
public:
SwFldDokPage(Window* pWindow, const SfxItemSet& rSet);
- ~SwFldDokPage();
+ virtual ~SwFldDokPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
diff --git a/sw/source/ui/fldui/fldfunc.hxx b/sw/source/ui/fldui/fldfunc.hxx
index 4a4b2e2aa583..434f884172c1 100644
--- a/sw/source/ui/fldui/fldfunc.hxx
+++ b/sw/source/ui/fldui/fldfunc.hxx
@@ -85,7 +85,7 @@ protected:
public:
SwFldFuncPage(Window* pParent, const SfxItemSet& rSet);
- ~SwFldFuncPage();
+ virtual ~SwFldFuncPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
diff --git a/sw/source/ui/fldui/fldref.hxx b/sw/source/ui/fldui/fldref.hxx
index ceb0c2da68db..afdc6c6e4d2e 100644
--- a/sw/source/ui/fldui/fldref.hxx
+++ b/sw/source/ui/fldui/fldref.hxx
@@ -77,7 +77,7 @@ protected:
public:
SwFldRefPage(Window* pParent, const SfxItemSet& rSet);
- ~SwFldRefPage();
+ virtual ~SwFldRefPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
diff --git a/sw/source/ui/fldui/fldvar.hxx b/sw/source/ui/fldui/fldvar.hxx
index fb4f0bec5f06..ca0c23e03fa6 100644
--- a/sw/source/ui/fldui/fldvar.hxx
+++ b/sw/source/ui/fldui/fldvar.hxx
@@ -92,7 +92,7 @@ protected:
public:
SwFldVarPage(Window* pParent, const SfxItemSet& rSet);
- ~SwFldVarPage();
+ virtual ~SwFldVarPage();
static SfxTabPage* Create(Window* pParent, const SfxItemSet& rAttrSet);
diff --git a/sw/source/ui/index/cnttab.cxx b/sw/source/ui/index/cnttab.cxx
index b904bd846e73..394cf8326e50 100644
--- a/sw/source/ui/index/cnttab.cxx
+++ b/sw/source/ui/index/cnttab.cxx
@@ -198,7 +198,7 @@ class SwAutoMarkDlg_Impl : public ModalDialog
public:
SwAutoMarkDlg_Impl(Window* pParent, const OUString& rAutoMarkURL,
const OUString& rAutoMarkType, bool bCreate);
- ~SwAutoMarkDlg_Impl();
+ virtual ~SwAutoMarkDlg_Impl();
};
@@ -655,7 +655,7 @@ class SwAddStylesDlg_Impl : public SfxModalDialog
public:
SwAddStylesDlg_Impl(Window* pParent, SwWrtShell& rWrtSh, OUString rStringArr[]);
- ~SwAddStylesDlg_Impl();
+ virtual ~SwAddStylesDlg_Impl();
};
SwAddStylesDlg_Impl::SwAddStylesDlg_Impl(Window* pParent,
diff --git a/sw/source/ui/index/swuiidxmrk.cxx b/sw/source/ui/index/swuiidxmrk.cxx
index 8617752157e2..9760f546f66b 100644
--- a/sw/source/ui/index/swuiidxmrk.cxx
+++ b/sw/source/ui/index/swuiidxmrk.cxx
@@ -1041,7 +1041,7 @@ public:
SwWrtShell& rSh,
sal_Bool bNewEntry,
bool bCreate);
- ~SwCreateAuthEntryDlg_Impl();
+ virtual ~SwCreateAuthEntryDlg_Impl();
OUString GetEntryText(ToxAuthorityField eField) const;
diff --git a/sw/source/ui/misc/impfnote.hxx b/sw/source/ui/misc/impfnote.hxx
index 3d53c07d55ba..19b26e1090dc 100644
--- a/sw/source/ui/misc/impfnote.hxx
+++ b/sw/source/ui/misc/impfnote.hxx
@@ -69,7 +69,7 @@ class SwEndNoteOptionPage : public SfxTabPage
public:
SwEndNoteOptionPage( Window *pParent, bool bEndNote,
const SfxItemSet &rSet );
- ~SwEndNoteOptionPage();
+ virtual ~SwEndNoteOptionPage();
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
virtual bool FillItemSet(SfxItemSet &rSet) SAL_OVERRIDE;
@@ -81,7 +81,7 @@ public:
class SwFootNoteOptionPage : public SwEndNoteOptionPage
{
SwFootNoteOptionPage( Window *pParent, const SfxItemSet &rSet );
- ~SwFootNoteOptionPage();
+ virtual ~SwFootNoteOptionPage();
public:
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
diff --git a/sw/source/ui/table/tautofmt.cxx b/sw/source/ui/table/tautofmt.cxx
index e3bac3f614a5..624be1e9f35e 100644
--- a/sw/source/ui/table/tautofmt.cxx
+++ b/sw/source/ui/table/tautofmt.cxx
@@ -47,7 +47,7 @@ class AutoFmtPreview : public Window
{
public:
AutoFmtPreview(Window* pParent);
- ~AutoFmtPreview();
+ virtual ~AutoFmtPreview();
void NotifyChange( const SwTableAutoFmt& rNewData );
@@ -104,7 +104,7 @@ public:
const OUString& rTitle,
const OUString& rEditTitle,
const OUString& rDefault );
- ~SwStringInputDlg();
+ virtual ~SwStringInputDlg();
OUString GetInputString() const;
diff --git a/sw/source/ui/vba/vbaheadersfooters.cxx b/sw/source/ui/vba/vbaheadersfooters.cxx
index 31cf0c6a0498..9675907aeaa9 100644
--- a/sw/source/ui/vba/vbaheadersfooters.cxx
+++ b/sw/source/ui/vba/vbaheadersfooters.cxx
@@ -36,7 +36,7 @@ private:
public:
HeadersFootersIndexAccess( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< frame::XModel >& xModel, const uno::Reference< beans::XPropertySet >& xPageStyleProps, sal_Bool bHeader ) : mxParent( xParent ), mxContext( xContext ), mxModel( xModel ), mxPageStyleProps( xPageStyleProps ), mbHeader( bHeader ) {}
- ~HeadersFootersIndexAccess(){}
+ virtual ~HeadersFootersIndexAccess(){}
// XIndexAccess
virtual sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
diff --git a/sw/source/ui/vba/vbapanes.cxx b/sw/source/ui/vba/vbapanes.cxx
index b0bd993c63bc..d2a2b477fa90 100644
--- a/sw/source/ui/vba/vbapanes.cxx
+++ b/sw/source/ui/vba/vbapanes.cxx
@@ -33,7 +33,7 @@ private:
public:
PanesIndexAccess( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno::XComponentContext >& xContext, const uno::Reference< frame::XModel >& xModel ) : mxParent( xParent ), mxContext( xContext ), mxModel( xModel ) {}
- ~PanesIndexAccess(){}
+ virtual ~PanesIndexAccess(){}
// XIndexAccess
virtual sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException, std::exception) SAL_OVERRIDE
diff --git a/sw/source/ui/vba/vbasections.cxx b/sw/source/ui/vba/vbasections.cxx
index 709844bf048a..5c7e58a9dc8b 100644
--- a/sw/source/ui/vba/vbasections.cxx
+++ b/sw/source/ui/vba/vbasections.cxx
@@ -88,7 +88,7 @@ public:
mxSections.push_back( xPageProps );
}
- ~SectionCollectionHelper(){}
+ virtual ~SectionCollectionHelper(){}
// XIndexAccess
virtual sal_Int32 SAL_CALL getCount( ) throw (uno::RuntimeException, std::exception) SAL_OVERRIDE