summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/GraphicExportOptionsDialog.hxx2
-rw-r--r--include/svtools/PlaceEditDialog.hxx2
-rw-r--r--include/svtools/ServerDetailsControls.hxx6
-rw-r--r--include/svtools/addresstemplate.hxx2
-rw-r--r--include/svtools/apearcfg.hxx2
-rw-r--r--include/svtools/brwbox.hxx2
-rw-r--r--include/svtools/calendar.hxx4
-rw-r--r--include/svtools/cliplistener.hxx2
-rw-r--r--include/svtools/editbrowsebox.hxx6
-rw-r--r--include/svtools/editsyntaxhighlighter.hxx2
-rw-r--r--include/svtools/ehdl.hxx2
-rw-r--r--include/svtools/embedtransfer.hxx2
-rw-r--r--include/svtools/extcolorcfg.hxx2
-rw-r--r--include/svtools/filectrl.hxx2
-rw-r--r--include/svtools/fileview.hxx2
-rw-r--r--include/svtools/grfmgr.hxx2
-rw-r--r--include/svtools/headbar.hxx2
-rw-r--r--include/svtools/htmlcfg.hxx2
-rw-r--r--include/svtools/hyperlabel.hxx2
-rw-r--r--include/svtools/inettbc.hxx2
-rw-r--r--include/svtools/openfiledroptargetlistener.hxx2
-rw-r--r--include/svtools/popupwindowcontroller.hxx2
-rw-r--r--include/svtools/prnsetup.hxx2
-rw-r--r--include/svtools/roadmap.hxx2
-rw-r--r--include/svtools/roadmapwizard.hxx2
-rw-r--r--include/svtools/simptabl.hxx2
-rw-r--r--include/svtools/stdmenu.hxx2
-rw-r--r--include/svtools/svmedit2.hxx2
-rw-r--r--include/svtools/svtabbx.hxx4
-rw-r--r--include/svtools/table/defaultinputhandler.hxx2
-rw-r--r--include/svtools/table/gridtablerenderer.hxx2
-rw-r--r--include/svtools/table/tablecontrol.hxx2
-rw-r--r--include/svtools/templdlg.hxx2
-rw-r--r--include/svtools/toolbarmenu.hxx2
-rw-r--r--include/svtools/toolpanel/drawerlayouter.hxx2
-rw-r--r--include/svtools/toolpanel/paneltabbar.hxx2
-rw-r--r--include/svtools/toolpanel/tablayouter.hxx2
-rw-r--r--include/svtools/toolpanel/toolpanel.hxx2
-rw-r--r--include/svtools/toolpanel/toolpaneldeck.hxx2
-rw-r--r--include/svtools/transfer.hxx6
-rw-r--r--include/svtools/valueset.hxx2
-rw-r--r--include/svtools/vclxaccessibleheaderbaritem.hxx2
-rw-r--r--include/svtools/wizardmachine.hxx4
-rw-r--r--include/svtools/wizdlg.hxx2
-rw-r--r--include/svtools/xwindowitem.hxx2
45 files changed, 54 insertions, 54 deletions
diff --git a/include/svtools/GraphicExportOptionsDialog.hxx b/include/svtools/GraphicExportOptionsDialog.hxx
index becf221a9c35..803467a082c6 100644
--- a/include/svtools/GraphicExportOptionsDialog.hxx
+++ b/include/svtools/GraphicExportOptionsDialog.hxx
@@ -62,7 +62,7 @@ private:
public:
GraphicExportOptionsDialog( Window* pWindow, const css::uno::Reference<css::lang::XComponent>& rxSourceDocument );
- ~GraphicExportOptionsDialog();
+ virtual ~GraphicExportOptionsDialog();
css::uno::Sequence<css::beans::PropertyValue> getFilterData();
};
diff --git a/include/svtools/PlaceEditDialog.hxx b/include/svtools/PlaceEditDialog.hxx
index 5a6daff8b9dc..9d79ff9b558c 100644
--- a/include/svtools/PlaceEditDialog.hxx
+++ b/include/svtools/PlaceEditDialog.hxx
@@ -50,7 +50,7 @@ public :
PlaceEditDialog( Window* pParent);
PlaceEditDialog(Window* pParent, const boost::shared_ptr<Place> &pPlace );
- ~PlaceEditDialog();
+ virtual ~PlaceEditDialog();
// Returns a place instance with given information
boost::shared_ptr<Place> GetPlace();
diff --git a/include/svtools/ServerDetailsControls.hxx b/include/svtools/ServerDetailsControls.hxx
index 9bc37a41c52d..a4997b3113c7 100644
--- a/include/svtools/ServerDetailsControls.hxx
+++ b/include/svtools/ServerDetailsControls.hxx
@@ -85,7 +85,7 @@ class DavDetailsContainer : public HostDetailsContainer
public:
DavDetailsContainer( VclBuilderContainer* pBuilder );
- ~DavDetailsContainer( ) { };
+ virtual ~DavDetailsContainer( ) { };
virtual void show( bool bShow = true ) SAL_OVERRIDE;
@@ -105,7 +105,7 @@ class SmbDetailsContainer : public DetailsContainer
public:
SmbDetailsContainer( VclBuilderContainer* pBuilder );
- ~SmbDetailsContainer( ) { };
+ virtual ~SmbDetailsContainer( ) { };
virtual INetURLObject getUrl( ) SAL_OVERRIDE;
virtual bool setUrl( const INetURLObject& rUrl ) SAL_OVERRIDE;
@@ -128,7 +128,7 @@ class CmisDetailsContainer : public DetailsContainer
public:
CmisDetailsContainer( VclBuilderContainer* pBuilder );
- ~CmisDetailsContainer( ) { };
+ virtual ~CmisDetailsContainer( ) { };
virtual INetURLObject getUrl( ) SAL_OVERRIDE;
virtual bool setUrl( const INetURLObject& rUrl ) SAL_OVERRIDE;
diff --git a/include/svtools/addresstemplate.hxx b/include/svtools/addresstemplate.hxx
index 8a5d1a386db9..0ade142d02f8 100644
--- a/include/svtools/addresstemplate.hxx
+++ b/include/svtools/addresstemplate.hxx
@@ -99,7 +99,7 @@ namespace svt
const ::com::sun::star::uno::Sequence< ::com::sun::star::util::AliasProgrammaticPair >& _rMapping
);
- ~AddressBookSourceDialog();
+ virtual ~AddressBookSourceDialog();
// to be used if the object was constructed for editing a field mapping only
void getFieldMapping(
diff --git a/include/svtools/apearcfg.hxx b/include/svtools/apearcfg.hxx
index 63ccad654ab6..973577d31a3c 100644
--- a/include/svtools/apearcfg.hxx
+++ b/include/svtools/apearcfg.hxx
@@ -58,7 +58,7 @@ class SVT_DLLPUBLIC SvtTabAppearanceCfg : public utl::ConfigItem
public:
SvtTabAppearanceCfg( );
- ~SvtTabAppearanceCfg( );
+ virtual ~SvtTabAppearanceCfg( );
virtual void Commit() SAL_OVERRIDE;
virtual void Notify( const com::sun::star::uno::Sequence< OUString >& _rPropertyNames) SAL_OVERRIDE;
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 576358fd05d0..ce23bf6c605a 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -408,7 +408,7 @@ public:
BrowserMode nMode = 0 );
BrowseBox( Window* pParent, const ResId& rId,
BrowserMode nMode = 0 );
- ~BrowseBox();
+ virtual ~BrowseBox();
// ererbte ueberladene Handler
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
diff --git a/include/svtools/calendar.hxx b/include/svtools/calendar.hxx
index 9fd8e8abccb7..ef270c5db3a8 100644
--- a/include/svtools/calendar.hxx
+++ b/include/svtools/calendar.hxx
@@ -258,7 +258,7 @@ protected:
public:
Calendar( Window* pParent, WinBits nWinStyle = 0 );
- ~Calendar();
+ virtual ~Calendar();
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE;
@@ -416,7 +416,7 @@ private:
public:
CalendarField( Window* pParent, WinBits nWinStyle );
- ~CalendarField();
+ virtual ~CalendarField();
virtual void Select();
diff --git a/include/svtools/cliplistener.hxx b/include/svtools/cliplistener.hxx
index 5557c491bf70..3db4fb4bdc40 100644
--- a/include/svtools/cliplistener.hxx
+++ b/include/svtools/cliplistener.hxx
@@ -36,7 +36,7 @@ class SVT_DLLPUBLIC TransferableClipboardListener : public ::cppu::WeakImplHelpe
public:
// Link is called with a TransferableDataHelper pointer
TransferableClipboardListener( const Link& rCallback );
- ~TransferableClipboardListener();
+ virtual ~TransferableClipboardListener();
void AddRemoveListener( Window* pWin, bool bAdd );
void ClearCallbackLink();
diff --git a/include/svtools/editbrowsebox.hxx b/include/svtools/editbrowsebox.hxx
index b4706b6039e5..74b59041ea13 100644
--- a/include/svtools/editbrowsebox.hxx
+++ b/include/svtools/editbrowsebox.hxx
@@ -241,7 +241,7 @@ namespace svt
TYPEINFO_OVERRIDE();
EditCellController( Edit* _pEdit );
EditCellController( IEditImplementation* _pImplementation );
- ~EditCellController( );
+ virtual ~EditCellController( );
const IEditImplementation* GetEditImplementation( ) const { return m_pEditImplementation; }
IEditImplementation* GetEditImplementation( ) { return m_pEditImplementation; }
@@ -285,7 +285,7 @@ namespace svt
public:
CheckBoxControl(Window* pParent, WinBits nWinStyle = 0);
- ~CheckBoxControl();
+ virtual ~CheckBoxControl();
virtual void GetFocus() SAL_OVERRIDE;
virtual bool PreNotify(NotifyEvent& rEvt) SAL_OVERRIDE;
@@ -593,7 +593,7 @@ namespace svt
public:
EditBrowseBox(Window* pParent, sal_Int32 nBrowserFlags = EBBF_NONE, WinBits nBits = WB_TABSTOP, BrowserMode nMode = 0 );
EditBrowseBox(Window* pParent, const ResId& rId, sal_Int32 nBrowserFlags = EBBF_NONE, BrowserMode nMode = 0 );
- ~EditBrowseBox();
+ virtual ~EditBrowseBox();
bool IsEditing() const {return aController.Is();}
void InvalidateStatusCell(long nRow) {RowModified(nRow, 0);}
diff --git a/include/svtools/editsyntaxhighlighter.hxx b/include/svtools/editsyntaxhighlighter.hxx
index a7c1291e4de1..98c13b38e26a 100644
--- a/include/svtools/editsyntaxhighlighter.hxx
+++ b/include/svtools/editsyntaxhighlighter.hxx
@@ -40,7 +40,7 @@ class SVT_DLLPUBLIC MultiLineEditSyntaxHighlight : public MultiLineEdit
public:
MultiLineEditSyntaxHighlight( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER , HighlighterLanguage aLanguage = HIGHLIGHT_SQL);
- ~MultiLineEditSyntaxHighlight();
+ virtual ~MultiLineEditSyntaxHighlight();
virtual void UpdateData() SAL_OVERRIDE;
virtual void SetText(const OUString& rNewText) SAL_OVERRIDE;
diff --git a/include/svtools/ehdl.hxx b/include/svtools/ehdl.hxx
index 3efcfb8d4247..d5038c7bd590 100644
--- a/include/svtools/ehdl.hxx
+++ b/include/svtools/ehdl.hxx
@@ -51,7 +51,7 @@ class SVT_DLLPUBLIC SfxErrorHandler : private ErrorHandler
{
public:
SfxErrorHandler(sal_uInt16 nId, sal_uLong lStart, sal_uLong lEnd, ResMgr *pMgr=0);
- ~SfxErrorHandler();
+ virtual ~SfxErrorHandler();
protected:
virtual bool GetErrorString(sal_uLong lErrId, OUString &, sal_uInt16&) const;
diff --git a/include/svtools/embedtransfer.hxx b/include/svtools/embedtransfer.hxx
index f3808dbfe066..61622e9098b9 100644
--- a/include/svtools/embedtransfer.hxx
+++ b/include/svtools/embedtransfer.hxx
@@ -44,7 +44,7 @@ public:
SvEmbedTransferHelper( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
const Graphic* pGraphic,
sal_Int64 nAspect );
- ~SvEmbedTransferHelper();
+ virtual ~SvEmbedTransferHelper();
static void FillTransferableObjectDescriptor( TransferableObjectDescriptor& rDesc,
const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XEmbeddedObject >& xObj,
diff --git a/include/svtools/extcolorcfg.hxx b/include/svtools/extcolorcfg.hxx
index e4dbacaab765..1b08fa3700ab 100644
--- a/include/svtools/extcolorcfg.hxx
+++ b/include/svtools/extcolorcfg.hxx
@@ -67,7 +67,7 @@ private:
static ExtendedColorConfig_Impl* m_pImpl;
public:
ExtendedColorConfig();
- ~ExtendedColorConfig();
+ virtual ~ExtendedColorConfig();
virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) SAL_OVERRIDE;
diff --git a/include/svtools/filectrl.hxx b/include/svtools/filectrl.hxx
index 47809595576f..aa591df7edc4 100644
--- a/include/svtools/filectrl.hxx
+++ b/include/svtools/filectrl.hxx
@@ -65,7 +65,7 @@ protected:
public:
FileControl( Window* pParent, WinBits nStyle, FileControlMode = 0 );
- ~FileControl();
+ virtual ~FileControl();
Edit& GetEdit() { return maEdit; }
PushButton& GetButton() { return maButton; }
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx
index a1a2aa835ce0..28a18a8c1ea5 100644
--- a/include/svtools/fileview.hxx
+++ b/include/svtools/fileview.hxx
@@ -82,7 +82,7 @@ protected:
public:
SvtFileView( Window* pParent, const ResId& rResId, bool bOnlyFolder, bool bMultiSelection );
SvtFileView( Window* pParent, const ResId& rResId, sal_uInt8 nFlags );
- ~SvtFileView();
+ virtual ~SvtFileView();
const OUString& GetViewURL() const;
OUString GetURL( SvTreeListEntry* pEntry ) const;
diff --git a/include/svtools/grfmgr.hxx b/include/svtools/grfmgr.hxx
index 4b392a9693e1..3e1423ac6b3b 100644
--- a/include/svtools/grfmgr.hxx
+++ b/include/svtools/grfmgr.hxx
@@ -316,7 +316,7 @@ public:
GraphicObject( const Graphic& rGraphic, const GraphicManager* pMgr = NULL );
GraphicObject( const GraphicObject& rCacheObj, const GraphicManager* pMgr = NULL );
explicit GraphicObject( const OString& rUniqueID, const GraphicManager* pMgr = NULL );
- ~GraphicObject();
+ virtual ~GraphicObject();
GraphicObject& operator=( const GraphicObject& rCacheObj );
bool operator==( const GraphicObject& rCacheObj ) const;
diff --git a/include/svtools/headbar.hxx b/include/svtools/headbar.hxx
index 940633dfa810..ce4d50b077f3 100644
--- a/include/svtools/headbar.hxx
+++ b/include/svtools/headbar.hxx
@@ -292,7 +292,7 @@ private:
public:
HeaderBar( Window* pParent, WinBits nWinBits = WB_STDHEADERBAR );
- ~HeaderBar();
+ virtual ~HeaderBar();
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
diff --git a/include/svtools/htmlcfg.hxx b/include/svtools/htmlcfg.hxx
index 6aca1a439c87..69d4782b0d0e 100644
--- a/include/svtools/htmlcfg.hxx
+++ b/include/svtools/htmlcfg.hxx
@@ -44,7 +44,7 @@ class SVT_DLLPUBLIC SvxHtmlOptions : public utl::ConfigItem
public:
SvxHtmlOptions();
- ~SvxHtmlOptions();
+ virtual ~SvxHtmlOptions();
virtual void Commit() SAL_OVERRIDE;
virtual void Notify( const com::sun::star::uno::Sequence< OUString >& _rPropertyNames) SAL_OVERRIDE;
diff --git a/include/svtools/hyperlabel.hxx b/include/svtools/hyperlabel.hxx
index 4b6de2647dc0..ff68064673dd 100644
--- a/include/svtools/hyperlabel.hxx
+++ b/include/svtools/hyperlabel.hxx
@@ -53,7 +53,7 @@ namespace svt
public:
HyperLabel( Window* _pParent, WinBits _nWinStyle = 0 );
- ~HyperLabel( );
+ virtual ~HyperLabel( );
virtual void DataChanged( const DataChangedEvent& rDCEvt ) SAL_OVERRIDE;
diff --git a/include/svtools/inettbc.hxx b/include/svtools/inettbc.hxx
index 0c314de0dd70..8bd931e2bec1 100644
--- a/include/svtools/inettbc.hxx
+++ b/include/svtools/inettbc.hxx
@@ -61,7 +61,7 @@ public:
SvtURLBox( Window* pParent, INetProtocol eSmart = INET_PROT_NOT_VALID, bool bSetDefaultHelpID = true );
SvtURLBox( Window* pParent, WinBits _nStyle, INetProtocol eSmart = INET_PROT_NOT_VALID, bool bSetDefaultHelpID = true );
SvtURLBox( Window* pParent, const ResId& _rResId, INetProtocol eSmart = INET_PROT_NOT_VALID, bool bSetDefaultHelpID = true );
- ~SvtURLBox();
+ virtual ~SvtURLBox();
void SetBaseURL( const OUString& rURL );
const OUString& GetBaseURL() const { return aBaseURL; }
diff --git a/include/svtools/openfiledroptargetlistener.hxx b/include/svtools/openfiledroptargetlistener.hxx
index ca854d07b9e1..2d708f7aa253 100644
--- a/include/svtools/openfiledroptargetlistener.hxx
+++ b/include/svtools/openfiledroptargetlistener.hxx
@@ -50,7 +50,7 @@ class SVT_DLLPUBLIC OpenFileDropTargetListener : public ::cppu::WeakImplHelper1<
public:
OpenFileDropTargetListener( const css::uno::Reference< css::uno::XComponentContext >& xContext,
const css::uno::Reference< css::frame::XFrame >& xFrame );
- ~OpenFileDropTargetListener();
+ virtual ~OpenFileDropTargetListener();
public:
// XEventListener
diff --git a/include/svtools/popupwindowcontroller.hxx b/include/svtools/popupwindowcontroller.hxx
index 8925481980a8..86466f08059a 100644
--- a/include/svtools/popupwindowcontroller.hxx
+++ b/include/svtools/popupwindowcontroller.hxx
@@ -39,7 +39,7 @@ public:
PopupWindowController( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxContext,
const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame,
const OUString& aCommandURL );
- ~PopupWindowController();
+ virtual ~PopupWindowController();
virtual ::Window* createPopupWindow( ::Window* pParent ) = 0;
diff --git a/include/svtools/prnsetup.hxx b/include/svtools/prnsetup.hxx
index c83feda4609c..c4df80474254 100644
--- a/include/svtools/prnsetup.hxx
+++ b/include/svtools/prnsetup.hxx
@@ -60,7 +60,7 @@ private:
public:
PrinterSetupDialog( Window* pWindow );
- ~PrinterSetupDialog();
+ virtual ~PrinterSetupDialog();
void SetPrinter( Printer* pNewPrinter ) { mpPrinter = pNewPrinter; }
Printer* GetPrinter() const { return mpPrinter; }
diff --git a/include/svtools/roadmap.hxx b/include/svtools/roadmap.hxx
index a35e217b82e4..429806706b1e 100644
--- a/include/svtools/roadmap.hxx
+++ b/include/svtools/roadmap.hxx
@@ -57,7 +57,7 @@ namespace svt
public:
ORoadmap( Window* _pParent, WinBits _nWinStyle = 0 );
- ~ORoadmap( );
+ virtual ~ORoadmap( );
void SetRoadmapBitmap( const BitmapEx& maBitmap, bool _bInvalidate = true );
diff --git a/include/svtools/roadmapwizard.hxx b/include/svtools/roadmapwizard.hxx
index c2dcc819e88d..b6270ca1cc21 100644
--- a/include/svtools/roadmapwizard.hxx
+++ b/include/svtools/roadmapwizard.hxx
@@ -77,7 +77,7 @@ namespace svt
const WinBits i_nStyle,
sal_uInt32 _nButtonFlags = WZB_NEXT | WZB_PREVIOUS | WZB_FINISH | WZB_CANCEL | WZB_HELP
);
- ~RoadmapWizard( );
+ virtual ~RoadmapWizard( );
void SetRoadmapHelpId( const OString& _rId );
diff --git a/include/svtools/simptabl.hxx b/include/svtools/simptabl.hxx
index 0b458e7ef8b0..1d3ab7c735c1 100644
--- a/include/svtools/simptabl.hxx
+++ b/include/svtools/simptabl.hxx
@@ -86,7 +86,7 @@ protected:
public:
SvSimpleTable(SvSimpleTableContainer& rParent, WinBits nBits = WB_BORDER);
- ~SvSimpleTable();
+ virtual ~SvSimpleTable();
void UpdateViewSize();
diff --git a/include/svtools/stdmenu.hxx b/include/svtools/stdmenu.hxx
index 7f61dd8f9bf8..e87a6db8609c 100644
--- a/include/svtools/stdmenu.hxx
+++ b/include/svtools/stdmenu.hxx
@@ -140,7 +140,7 @@ private:
public:
FontSizeMenu();
- ~FontSizeMenu();
+ virtual ~FontSizeMenu();
virtual void Select() SAL_OVERRIDE;
virtual void Highlight() SAL_OVERRIDE;
diff --git a/include/svtools/svmedit2.hxx b/include/svtools/svmedit2.hxx
index 280ce2ba7fb8..fcba12e8ebac 100644
--- a/include/svtools/svmedit2.hxx
+++ b/include/svtools/svmedit2.hxx
@@ -29,7 +29,7 @@ class SVT_DLLPUBLIC ExtMultiLineEdit : public MultiLineEdit
public:
ExtMultiLineEdit( Window* pParent, WinBits nWinStyle = WB_LEFT | WB_BORDER );
ExtMultiLineEdit( Window* pParent, const ResId& rResId );
- ~ExtMultiLineEdit();
+ virtual ~ExtMultiLineEdit();
// methods of TextView
void InsertText( const OUString& rNew, bool bSelect = false );
diff --git a/include/svtools/svtabbx.hxx b/include/svtools/svtabbx.hxx
index c8d1551735e2..2efba9321a42 100644
--- a/include/svtools/svtabbx.hxx
+++ b/include/svtools/svtabbx.hxx
@@ -65,7 +65,7 @@ protected:
public:
SvTabListBox( Window* pParent, WinBits = WB_BORDER );
SvTabListBox( Window* pParent, const ResId& );
- ~SvTabListBox();
+ virtual ~SvTabListBox();
void SetTabs( long* pTabs, MapUnit = MAP_APPFONT );
sal_uInt16 TabCount() const { return (sal_uInt16)nTabCount; }
using SvTreeListBox::GetTab;
@@ -140,7 +140,7 @@ private:
public:
SvHeaderTabListBox( Window* pParent, WinBits nBits );
- ~SvHeaderTabListBox();
+ virtual ~SvHeaderTabListBox();
virtual void Paint( const Rectangle& ) SAL_OVERRIDE;
diff --git a/include/svtools/table/defaultinputhandler.hxx b/include/svtools/table/defaultinputhandler.hxx
index e1079163cf91..24945278a4c0 100644
--- a/include/svtools/table/defaultinputhandler.hxx
+++ b/include/svtools/table/defaultinputhandler.hxx
@@ -42,7 +42,7 @@ namespace svt { namespace table
public:
DefaultInputHandler();
- ~DefaultInputHandler();
+ virtual ~DefaultInputHandler();
virtual bool MouseMove ( ITableControl& _rControl, const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual bool MouseButtonDown ( ITableControl& _rControl, const MouseEvent& rMEvt ) SAL_OVERRIDE;
diff --git a/include/svtools/table/gridtablerenderer.hxx b/include/svtools/table/gridtablerenderer.hxx
index 8022c81ec6af..c06f0baadd15 100644
--- a/include/svtools/table/gridtablerenderer.hxx
+++ b/include/svtools/table/gridtablerenderer.hxx
@@ -53,7 +53,7 @@ namespace svt { namespace table
at least as long as the renderer instance lives
*/
GridTableRenderer( ITableModel& _rModel );
- ~GridTableRenderer();
+ virtual ~GridTableRenderer();
/** determines whether or not to paint grid lines
*/
diff --git a/include/svtools/table/tablecontrol.hxx b/include/svtools/table/tablecontrol.hxx
index d8c5bf24c2a9..4d05ee2d8371 100644
--- a/include/svtools/table/tablecontrol.hxx
+++ b/include/svtools/table/tablecontrol.hxx
@@ -66,7 +66,7 @@ namespace svt { namespace table
public:
TableControl( Window* _pParent, WinBits _nStyle );
- ~TableControl();
+ virtual ~TableControl();
/// sets a new table model
void SetModel( PTableModel _pModel );
diff --git a/include/svtools/templdlg.hxx b/include/svtools/templdlg.hxx
index 2e58f2bf3eaf..34ca7e4f6b60 100644
--- a/include/svtools/templdlg.hxx
+++ b/include/svtools/templdlg.hxx
@@ -67,7 +67,7 @@ public:
</ul>
*/
- ~SvtDocumentTemplateDialog();
+ virtual ~SvtDocumentTemplateDialog();
void SelectTemplateFolder();
diff --git a/include/svtools/toolbarmenu.hxx b/include/svtools/toolbarmenu.hxx
index 238fa2a6083e..5f2f0f26e310 100644
--- a/include/svtools/toolbarmenu.hxx
+++ b/include/svtools/toolbarmenu.hxx
@@ -54,7 +54,7 @@ public:
Window* pParentWindow,
const ResId& rResId );
- ~ToolbarMenu();
+ virtual ~ToolbarMenu();
virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
diff --git a/include/svtools/toolpanel/drawerlayouter.hxx b/include/svtools/toolpanel/drawerlayouter.hxx
index ed829ea21de7..4ee46ae2a065 100644
--- a/include/svtools/toolpanel/drawerlayouter.hxx
+++ b/include/svtools/toolpanel/drawerlayouter.hxx
@@ -50,7 +50,7 @@ namespace svt
::Window& i_rParentWindow,
IToolPanelDeck& i_rPanels
);
- ~DrawerDeckLayouter();
+ virtual ~DrawerDeckLayouter();
// IReference
DECLARE_IREFERENCE()
diff --git a/include/svtools/toolpanel/paneltabbar.hxx b/include/svtools/toolpanel/paneltabbar.hxx
index b4f7b6ac58b3..3f1d36ccb858 100644
--- a/include/svtools/toolpanel/paneltabbar.hxx
+++ b/include/svtools/toolpanel/paneltabbar.hxx
@@ -51,7 +51,7 @@ namespace svt
{
public:
PanelTabBar( Window& i_rParentWindow, IToolPanelDeck& i_rPanelDeck, const TabAlignment i_eAlignment, const TabItemContent i_eItemContent );
- ~PanelTabBar();
+ virtual ~PanelTabBar();
// attribute access
TabItemContent GetTabItemContent() const;
diff --git a/include/svtools/toolpanel/tablayouter.hxx b/include/svtools/toolpanel/tablayouter.hxx
index 8f9106cd2142..17b5c4fa6429 100644
--- a/include/svtools/toolpanel/tablayouter.hxx
+++ b/include/svtools/toolpanel/tablayouter.hxx
@@ -65,7 +65,7 @@ namespace svt
const TabAlignment i_eAlignment,
const TabItemContent i_eItemContent
);
- ~TabDeckLayouter();
+ virtual ~TabDeckLayouter();
// attribute access
TabItemContent GetTabItemContent() const;
diff --git a/include/svtools/toolpanel/toolpanel.hxx b/include/svtools/toolpanel/toolpanel.hxx
index 6ecb29da3844..7fea98826098 100644
--- a/include/svtools/toolpanel/toolpanel.hxx
+++ b/include/svtools/toolpanel/toolpanel.hxx
@@ -123,7 +123,7 @@ namespace svt
{
protected:
ToolPanelBase();
- ~ToolPanelBase();
+ virtual ~ToolPanelBase();
public:
DECLARE_IREFERENCE()
diff --git a/include/svtools/toolpanel/toolpaneldeck.hxx b/include/svtools/toolpanel/toolpaneldeck.hxx
index 0a046553f7ce..2eb7d8318548 100644
--- a/include/svtools/toolpanel/toolpaneldeck.hxx
+++ b/include/svtools/toolpanel/toolpaneldeck.hxx
@@ -137,7 +137,7 @@ namespace svt
{
public:
ToolPanelDeck( Window& i_rParent, const WinBits i_nStyle = WB_DIALOGCONTROL );
- ~ToolPanelDeck();
+ virtual ~ToolPanelDeck();
// attributes
PDeckLayouter GetLayouter() const;
diff --git a/include/svtools/transfer.hxx b/include/svtools/transfer.hxx
index 866c4faa4715..49019eb27cdc 100644
--- a/include/svtools/transfer.hxx
+++ b/include/svtools/transfer.hxx
@@ -392,7 +392,7 @@ private:
public:
DragGestureListener( DragSourceHelper& rDragSourceHelper );
- ~DragGestureListener();
+ virtual ~DragGestureListener();
};
friend class DragSourceHelper::DragGestureListener;
@@ -443,7 +443,7 @@ private:
public:
DropTargetListener( DropTargetHelper& rDropTargetHelper );
- ~DropTargetListener();
+ virtual ~DropTargetListener();
};
friend class DropTargetHelper::DropTargetListener;
@@ -499,7 +499,7 @@ protected:
public:
TransferDataContainer();
- ~TransferDataContainer();
+ virtual ~TransferDataContainer();
void CopyINetBookmark( const INetBookmark& rBkmk );
void CopyINetImage( const INetImage& rINtImg );
diff --git a/include/svtools/valueset.hxx b/include/svtools/valueset.hxx
index fc1fd0768e5b..2c4bcbc6bb36 100644
--- a/include/svtools/valueset.hxx
+++ b/include/svtools/valueset.hxx
@@ -287,7 +287,7 @@ protected:
public:
ValueSet( Window* pParent, WinBits nWinStyle, bool bDisableTransientChildren = false );
ValueSet( Window* pParent, const ResId& rResId, bool bDisableTransientChildren = false );
- ~ValueSet();
+ virtual ~ValueSet();
virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE;
virtual void MouseButtonUp( const MouseEvent& rMEvt ) SAL_OVERRIDE;
diff --git a/include/svtools/vclxaccessibleheaderbaritem.hxx b/include/svtools/vclxaccessibleheaderbaritem.hxx
index 10a343904f82..33a407ae4742 100644
--- a/include/svtools/vclxaccessibleheaderbaritem.hxx
+++ b/include/svtools/vclxaccessibleheaderbaritem.hxx
@@ -69,7 +69,7 @@ protected:
public:
VCLXAccessibleHeaderBarItem( HeaderBar* pHeadBar, sal_Int32 _nIndexInParent );
- ~VCLXAccessibleHeaderBarItem();
+ virtual ~VCLXAccessibleHeaderBarItem();
// XInterface
DECLARE_XINTERFACE()
diff --git a/include/svtools/wizardmachine.hxx b/include/svtools/wizardmachine.hxx
index 0e0ba2dbaf83..42a73056fcc0 100644
--- a/include/svtools/wizardmachine.hxx
+++ b/include/svtools/wizardmachine.hxx
@@ -100,7 +100,7 @@ namespace svt
*/
OWizardPage(Window* _pParent, const ResId& _rResId);
OWizardPage(Window *pParent, const OString& rID, const OUString& rUIXMLDescription);
- ~OWizardPage();
+ virtual ~OWizardPage();
// IWizardPageController overridables
virtual void initializePage() SAL_OVERRIDE;
@@ -177,7 +177,7 @@ namespace svt
*/
OWizardMachine(Window* _pParent, const ResId& _rRes, sal_uInt32 _nButtonFlags );
OWizardMachine(Window* _pParent, const WinBits i_nStyle, sal_uInt32 _nButtonFlags );
- ~OWizardMachine();
+ virtual ~OWizardMachine();
/// enable (or disable) buttons
void enableButtons(sal_uInt32 _nWizardButtonFlags, bool _bEnable);
diff --git a/include/svtools/wizdlg.hxx b/include/svtools/wizdlg.hxx
index 698fb3680c5c..798d706b9551 100644
--- a/include/svtools/wizdlg.hxx
+++ b/include/svtools/wizdlg.hxx
@@ -254,7 +254,7 @@ private:
public:
WizardDialog( Window* pParent, WinBits nStyle = WB_STDTABDIALOG );
WizardDialog( Window* pParent, const ResId& rResId );
- ~WizardDialog();
+ virtual ~WizardDialog();
virtual void Resize() SAL_OVERRIDE;
virtual void StateChanged( StateChangedType nStateChange ) SAL_OVERRIDE;
diff --git a/include/svtools/xwindowitem.hxx b/include/svtools/xwindowitem.hxx
index 139c51786005..d9df9dc9d34c 100644
--- a/include/svtools/xwindowitem.hxx
+++ b/include/svtools/xwindowitem.hxx
@@ -42,7 +42,7 @@ public:
TYPEINFO_OVERRIDE();
XWindowItem();
XWindowItem( const XWindowItem &rItem );
- ~XWindowItem();
+ virtual ~XWindowItem();
virtual SfxPoolItem* Clone(SfxItemPool* pPool = 0) const SAL_OVERRIDE;
virtual bool operator == ( const SfxPoolItem& rAttr ) const SAL_OVERRIDE;