summaryrefslogtreecommitdiff
path: root/svx/source/inc
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc')
-rw-r--r--svx/source/inc/datalistener.hxx2
-rw-r--r--svx/source/inc/datanavi.hxx12
-rw-r--r--svx/source/inc/docrecovery.hxx2
-rw-r--r--svx/source/inc/fmshimp.hxx2
-rw-r--r--svx/source/inc/fmtextcontrolfeature.hxx2
-rw-r--r--svx/source/inc/fmundo.hxx6
-rw-r--r--svx/source/inc/fmvwimp.hxx4
-rw-r--r--svx/source/inc/formcontroller.hxx2
-rw-r--r--svx/source/inc/formcontrolling.hxx2
-rw-r--r--svx/source/inc/gridcell.hxx2
-rw-r--r--svx/source/inc/svxpixelctlaccessiblecontext.hxx4
-rw-r--r--svx/source/inc/tbxform.hxx14
-rw-r--r--svx/source/inc/unogalthemeprovider.hxx2
-rw-r--r--svx/source/inc/xmlxtexp.hxx2
14 files changed, 29 insertions, 29 deletions
diff --git a/svx/source/inc/datalistener.hxx b/svx/source/inc/datalistener.hxx
index 75f54b7f8bb0..875a7d5bd1e1 100644
--- a/svx/source/inc/datalistener.hxx
+++ b/svx/source/inc/datalistener.hxx
@@ -45,7 +45,7 @@ namespace svxform
DataListener( DataNavigatorWindow* pNaviWin );
protected:
- ~DataListener();
+ virtual ~DataListener();
public:
// XContainerListener
diff --git a/svx/source/inc/datanavi.hxx b/svx/source/inc/datanavi.hxx
index 7dc5bb12f64e..738593ad0cc3 100644
--- a/svx/source/inc/datanavi.hxx
+++ b/svx/source/inc/datanavi.hxx
@@ -123,7 +123,7 @@ namespace svxform
public:
DataTreeListBox( XFormsPage* pPage, DataGroupType _eGroup, const ResId& rResId );
- ~DataTreeListBox();
+ virtual ~DataTreeListBox();
virtual PopupMenu* CreateContextMenu( void ) SAL_OVERRIDE;
virtual void ExcecuteContextMenuAction( sal_uInt16 _nSelectedPopupEntry ) SAL_OVERRIDE;
@@ -271,7 +271,7 @@ namespace svxform
public:
XFormsPage( Window* pParent, DataNavigatorWindow* _pNaviWin, DataGroupType _eGroup );
- ~XFormsPage();
+ virtual ~XFormsPage();
virtual void Resize() SAL_OVERRIDE;
@@ -357,7 +357,7 @@ namespace svxform
public:
DataNavigatorWindow( Window* pParent, SfxBindings* pBindings );
- ~DataNavigatorWindow();
+ virtual ~DataNavigatorWindow();
void SetDocModified();
void NotifyChanges( bool _bLoadAll = false );
@@ -456,7 +456,7 @@ namespace svxform
public:
AddDataItemDialog(
Window* pParent, ItemNode* _pNode, const XFormsUIHelper1_ref& _rUIHelper );
- ~AddDataItemDialog();
+ virtual ~AddDataItemDialog();
void InitText( DataItemType _eType );
};
@@ -519,7 +519,7 @@ namespace svxform
public:
NamespaceItemDialog( AddConditionDialog* pParent, XNameContainer_ref& _rContainer );
- ~NamespaceItemDialog();
+ virtual ~NamespaceItemDialog();
};
@@ -579,7 +579,7 @@ namespace svxform
public:
AddSubmissionDialog( Window* pParent, ItemNode* _pNode,
const XFormsUIHelper1_ref& _rUIHelper );
- ~AddSubmissionDialog();
+ virtual ~AddSubmissionDialog();
inline const XSubmission_ref& GetNewSubmission() const { return m_xNewSubmission; }
};
diff --git a/svx/source/inc/docrecovery.hxx b/svx/source/inc/docrecovery.hxx
index 7f51bb208c51..59f312a7b3e2 100644
--- a/svx/source/inc/docrecovery.hxx
+++ b/svx/source/inc/docrecovery.hxx
@@ -309,7 +309,7 @@ class PluginProgressWindow : public Window
PluginProgressWindow( Window* pParent ,
const css::uno::Reference< css::lang::XComponent >& xProgress);
- ~PluginProgressWindow();
+ virtual ~PluginProgressWindow();
};
class PluginProgress : public ::cppu::WeakImplHelper2< css::task::XStatusIndicator ,
diff --git a/svx/source/inc/fmshimp.hxx b/svx/source/inc/fmshimp.hxx
index e2db395d3de7..979807641754 100644
--- a/svx/source/inc/fmshimp.hxx
+++ b/svx/source/inc/fmshimp.hxx
@@ -262,7 +262,7 @@ public:
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& type) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
protected:
- ~FmXFormShell();
+ virtual ~FmXFormShell();
// XTypeProvider
virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId() throw(::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/svx/source/inc/fmtextcontrolfeature.hxx b/svx/source/inc/fmtextcontrolfeature.hxx
index 125c04eff844..da9ea54fe47d 100644
--- a/svx/source/inc/fmtextcontrolfeature.hxx
+++ b/svx/source/inc/fmtextcontrolfeature.hxx
@@ -79,7 +79,7 @@ namespace svx
void dispose() SAL_THROW(());
protected:
- ~FmTextControlFeature();
+ virtual ~FmTextControlFeature();
protected:
// XStatusListener
diff --git a/svx/source/inc/fmundo.hxx b/svx/source/inc/fmundo.hxx
index b86d758c2de6..785d122050c0 100644
--- a/svx/source/inc/fmundo.hxx
+++ b/svx/source/inc/fmundo.hxx
@@ -96,7 +96,7 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& xCont,
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& xElem,
sal_Int32 nIdx = -1);
- ~FmUndoContainerAction();
+ virtual ~FmUndoContainerAction();
virtual void Undo() SAL_OVERRIDE;
virtual void Redo() SAL_OVERRIDE;
@@ -118,7 +118,7 @@ class FmUndoModelReplaceAction : public SdrUndoAction
public:
FmUndoModelReplaceAction(FmFormModel& rMod, SdrUnoObj* pObject, const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XControlModel>& xReplaced);
- ~FmUndoModelReplaceAction();
+ virtual ~FmUndoModelReplaceAction();
virtual void Undo() SAL_OVERRIDE;
virtual void Redo() SAL_OVERRIDE { Undo(); }
@@ -148,7 +148,7 @@ class SVX_DLLPRIVATE FmXUndoEnvironment
public:
FmXUndoEnvironment(FmFormModel& _rModel);
- ~FmXUndoEnvironment();
+ virtual ~FmXUndoEnvironment();
// UNO Anbindung
// SMART_UNO_DECLARATION(FmXUndoEnvironment, ::cppu::OWeakObject);
diff --git a/svx/source/inc/fmvwimp.hxx b/svx/source/inc/fmvwimp.hxx
index 54800f4b4d5f..824ac2c2122c 100644
--- a/svx/source/inc/fmvwimp.hxx
+++ b/svx/source/inc/fmvwimp.hxx
@@ -95,7 +95,7 @@ class FormViewPageWindowAdapter : public FormViewPageWindowAdapter_Base
Window* m_pWindow;
protected:
- ~FormViewPageWindowAdapter();
+ virtual ~FormViewPageWindowAdapter();
public:
FormViewPageWindowAdapter( const css::uno::Reference<css::uno::XComponentContext>& _rContext,
@@ -185,7 +185,7 @@ class FmXFormView : public ::cppu::WeakImplHelper3<
protected:
FmXFormView( FmFormView* _pView );
- ~FmXFormView();
+ virtual ~FmXFormView();
void saveMarkList( sal_Bool _bSmartUnmark = sal_True );
void restoreMarkList( SdrMarkList& _rRestoredMarkList );
diff --git a/svx/source/inc/formcontroller.hxx b/svx/source/inc/formcontroller.hxx
index a9439bc98a2d..a12b5b6f283e 100644
--- a/svx/source/inc/formcontroller.hxx
+++ b/svx/source/inc/formcontroller.hxx
@@ -215,7 +215,7 @@ namespace svxform
FormController( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > & _rxORB );
protected:
- ~FormController();
+ virtual ~FormController();
// XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& type) throw ( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;
diff --git a/svx/source/inc/formcontrolling.hxx b/svx/source/inc/formcontrolling.hxx
index 2cceb48bf0b5..e1cedf04d14d 100644
--- a/svx/source/inc/formcontrolling.hxx
+++ b/svx/source/inc/formcontrolling.hxx
@@ -195,7 +195,7 @@ namespace svx
getFormOperations() const { return m_xFormOperations; }
protected:
/// dtor
- ~FormControllerHelper();
+ virtual ~FormControllerHelper();
// XFeatureInvalidation
virtual void SAL_CALL invalidateFeatures( const ::com::sun::star::uno::Sequence< ::sal_Int16 >& Features ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 33fdb8159ca1..8b1e9569e9c3 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -397,7 +397,7 @@ class DbTextField : public DbLimitedLengthField
sal_Bool m_bIsSimpleEdit;
protected:
- ~DbTextField( );
+ virtual ~DbTextField( );
public:
TYPEINFO_OVERRIDE();
diff --git a/svx/source/inc/svxpixelctlaccessiblecontext.hxx b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
index 48a9bc0053af..c7043bb48dcd 100644
--- a/svx/source/inc/svxpixelctlaccessiblecontext.hxx
+++ b/svx/source/inc/svxpixelctlaccessiblecontext.hxx
@@ -85,7 +85,7 @@ public:
const Rectangle& rBounds,
const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >& xParent,
long nIndexInParent );
- ~SvxPixelCtlAccessibleChild();
+ virtual ~SvxPixelCtlAccessibleChild();
//XAccessible
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
@@ -174,7 +174,7 @@ class SvxPixelCtlAccessible :
public:
SvxPixelCtlAccessible(SvxPixelCtl& rWindow);
- ~SvxPixelCtlAccessible();
+ virtual ~SvxPixelCtlAccessible();
void ensureIsAlive() const throw ( ::com::sun::star::lang::DisposedException );
diff --git a/svx/source/inc/tbxform.hxx b/svx/source/inc/tbxform.hxx
index 2d7c265df9f5..dad095000501 100644
--- a/svx/source/inc/tbxform.hxx
+++ b/svx/source/inc/tbxform.hxx
@@ -32,7 +32,7 @@ class SvxFmAbsRecWin : public NumericField
// for invalidating our content whe losing the focus
public:
SvxFmAbsRecWin( Window* _pParent, SfxToolBoxControl* _pController );
- ~SvxFmAbsRecWin();
+ virtual ~SvxFmAbsRecWin();
virtual void KeyInput( const KeyEvent& rKeyEvt ) SAL_OVERRIDE;
virtual void LoseFocus() SAL_OVERRIDE;
@@ -50,7 +50,7 @@ private:
public:
SvxFmConfigWin( sal_uInt16 nId, ResId aRIdWin, ResId aRIdTbx );
- ~SvxFmConfigWin();
+ virtual ~SvxFmConfigWin();
void Update();
virtual void PopupModeEnd() SAL_OVERRIDE;
@@ -70,7 +70,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxFmTbxCtlConfig( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxFmTbxCtlConfig() {}
+ virtual ~SvxFmTbxCtlConfig() {}
virtual void Select( sal_uInt16 nModifier ) SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
@@ -87,7 +87,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxFmTbxCtlAbsRec( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxFmTbxCtlAbsRec();
+ virtual ~SvxFmTbxCtlAbsRec();
virtual Window* CreateItemWindow( Window* pParent ) SAL_OVERRIDE;
@@ -102,7 +102,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxFmTbxCtlRecText( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxFmTbxCtlRecText();
+ virtual ~SvxFmTbxCtlRecText();
virtual Window* CreateItemWindow( Window* pParent ) SAL_OVERRIDE;
};
@@ -114,7 +114,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxFmTbxCtlRecFromText( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxFmTbxCtlRecFromText();
+ virtual ~SvxFmTbxCtlRecFromText();
virtual Window* CreateItemWindow( Window* pParent ) SAL_OVERRIDE;
};
@@ -128,7 +128,7 @@ public:
SFX_DECL_TOOLBOX_CONTROL();
SvxFmTbxCtlRecTotal( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rTbx );
- ~SvxFmTbxCtlRecTotal();
+ virtual ~SvxFmTbxCtlRecTotal();
virtual Window* CreateItemWindow( Window* pParent ) SAL_OVERRIDE;
virtual void StateChanged( sal_uInt16 nSID, SfxItemState eState,
diff --git a/svx/source/inc/unogalthemeprovider.hxx b/svx/source/inc/unogalthemeprovider.hxx
index 8e355071e797..dd93024db7c4 100644
--- a/svx/source/inc/unogalthemeprovider.hxx
+++ b/svx/source/inc/unogalthemeprovider.hxx
@@ -36,7 +36,7 @@ class GalleryThemeProvider : public ::cppu::WeakImplHelper3< ::com::sun::star::l
public:
GalleryThemeProvider();
- ~GalleryThemeProvider();
+ virtual ~GalleryThemeProvider();
protected:
diff --git a/svx/source/inc/xmlxtexp.hxx b/svx/source/inc/xmlxtexp.hxx
index 399ee1702ddd..7a99cb2fb2ac 100644
--- a/svx/source/inc/xmlxtexp.hxx
+++ b/svx/source/inc/xmlxtexp.hxx
@@ -42,7 +42,7 @@ public:
const com::sun::star::uno::Reference< com::sun::star::container::XNameContainer > & xTable,
com::sun::star::uno::Reference< com::sun::star::document::XGraphicObjectResolver >& xGrfResolver);
- ~SvxXMLXTableExportComponent();
+ virtual ~SvxXMLXTableExportComponent();
static bool save( const OUString& rURL,
const com::sun::star::uno::Reference<