summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r--svx/source/tbxctrls/colorwindow.hxx2
-rw-r--r--svx/source/tbxctrls/grafctrl.cxx6
-rw-r--r--svx/source/tbxctrls/layctrl.cxx2
-rw-r--r--svx/source/tbxctrls/tbcontrl.cxx4
-rw-r--r--svx/source/tbxctrls/tbunocontroller.cxx2
5 files changed, 8 insertions, 8 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx
index d41e81a720a2..e099f1a6751b 100644
--- a/svx/source/tbxctrls/colorwindow.hxx
+++ b/svx/source/tbxctrls/colorwindow.hxx
@@ -57,7 +57,7 @@ public:
const OUString& rWndTitle,
Window* pParentWindow,
const Color rLastColor = COL_AUTO);
- ~SvxColorWindow_Impl();
+ virtual ~SvxColorWindow_Impl();
void StartSelection();
virtual void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE;
diff --git a/svx/source/tbxctrls/grafctrl.cxx b/svx/source/tbxctrls/grafctrl.cxx
index 565c4c0ea8f1..064e7818e067 100644
--- a/svx/source/tbxctrls/grafctrl.cxx
+++ b/svx/source/tbxctrls/grafctrl.cxx
@@ -100,7 +100,7 @@ protected:
public:
ImplGrafMetricField( Window* pParent, const OUString& aCmd, const Reference< XFrame >& rFrame );
- ~ImplGrafMetricField();
+ virtual ~ImplGrafMetricField();
void Update( const SfxPoolItem* pItem );
const OUString& GetCommand() const { return maCommand; }
@@ -254,7 +254,7 @@ protected:
public:
ImplGrafControl( Window* pParent, const OUString& rCmd, const Reference< XFrame >& rFrame );
- ~ImplGrafControl();
+ virtual ~ImplGrafControl();
void Update( const SfxPoolItem* pItem ) { maField.Update( pItem ); }
void SetText( const OUString& rStr ) SAL_OVERRIDE { maField.SetText( rStr ); }
@@ -324,7 +324,7 @@ private:
public:
ImplGrafModeControl( Window* pParent, const Reference< XFrame >& rFrame );
- ~ImplGrafModeControl();
+ virtual ~ImplGrafModeControl();
void Update( const SfxPoolItem* pItem );
};
diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx
index f278d2f4c479..d9eef1f18c4c 100644
--- a/svx/source/tbxctrls/layctrl.cxx
+++ b/svx/source/tbxctrls/layctrl.cxx
@@ -80,7 +80,7 @@ public:
const OUString& rText,
ToolBox& rParentTbx,
const Reference< XFrame >& rFrame );
- ~TableWindow();
+ virtual ~TableWindow();
void KeyInput( const KeyEvent& rKEvt ) SAL_OVERRIDE;
virtual void MouseMove( const MouseEvent& rMEvt ) SAL_OVERRIDE;
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index dd43b751475c..db3299921725 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -132,7 +132,7 @@ class SvxStyleBox_Impl : public ComboBox
public:
SvxStyleBox_Impl( Window* pParent, const OUString& rCommand, SfxStyleFamily eFamily, const Reference< XDispatchProvider >& rDispatchProvider,
const Reference< XFrame >& _xFrame,const OUString& rClearFormatKey, const OUString& rMoreKey, bool bInSpecialMode );
- ~SvxStyleBox_Impl();
+ virtual ~SvxStyleBox_Impl();
void SetFamily( SfxStyleFamily eNewFamily );
inline bool IsVisible() { return bVisible; }
@@ -272,7 +272,7 @@ protected:
public:
SvxFrameWindow_Impl( sal_uInt16 nId, const Reference< XFrame >& rFrame, Window* pParentWindow );
- ~SvxFrameWindow_Impl();
+ virtual ~SvxFrameWindow_Impl();
void StartSelection();
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
diff --git a/svx/source/tbxctrls/tbunocontroller.cxx b/svx/source/tbxctrls/tbunocontroller.cxx
index a52820a20ef4..3b3a9b0eeb52 100644
--- a/svx/source/tbxctrls/tbunocontroller.cxx
+++ b/svx/source/tbxctrls/tbunocontroller.cxx
@@ -50,7 +50,7 @@ class FontHeightToolBoxControl : public svt::ToolboxController,
public:
FontHeightToolBoxControl(
const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rServiceManager );
- ~FontHeightToolBoxControl();
+ virtual ~FontHeightToolBoxControl();
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;