diff options
Diffstat (limited to 'svtools/source/uno')
-rw-r--r-- | svtools/source/uno/svtxgridcontrol.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/treecontrolpeer.cxx | 6 | ||||
-rw-r--r-- | svtools/source/uno/treecontrolpeer.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unocontroltablemodel.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unogridcolumnfacade.cxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unogridcolumnfacade.hxx | 2 | ||||
-rw-r--r-- | svtools/source/uno/unoimap.cxx | 4 | ||||
-rw-r--r-- | svtools/source/uno/wizard/unowizard.cxx | 2 |
8 files changed, 11 insertions, 11 deletions
diff --git a/svtools/source/uno/svtxgridcontrol.hxx b/svtools/source/uno/svtxgridcontrol.hxx index 1f4908e7ad3c..07af15b39982 100644 --- a/svtools/source/uno/svtxgridcontrol.hxx +++ b/svtools/source/uno/svtxgridcontrol.hxx @@ -61,7 +61,7 @@ protected: public: SVTXGridControl(); - virtual ~SVTXGridControl(); + virtual ~SVTXGridControl() override; // XGridDataListener virtual void SAL_CALL rowsInserted( const css::awt::grid::GridDataEvent& Event ) throw (css::uno::RuntimeException, std::exception) override; diff --git a/svtools/source/uno/treecontrolpeer.cxx b/svtools/source/uno/treecontrolpeer.cxx index 053018ce06fa..f76931725980 100644 --- a/svtools/source/uno/treecontrolpeer.cxx +++ b/svtools/source/uno/treecontrolpeer.cxx @@ -84,7 +84,7 @@ class UnoTreeListBoxImpl : public SvTreeListBox { public: UnoTreeListBoxImpl( TreeControlPeer* pPeer, vcl::Window* pParent, WinBits nWinStyle ); - virtual ~UnoTreeListBoxImpl(); + virtual ~UnoTreeListBoxImpl() override; virtual void dispose() override; void insert( SvTreeListEntry* pEntry, SvTreeListEntry* pParent, sal_uLong nPos ); @@ -107,7 +107,7 @@ class UnoTreeListItem : public SvLBoxString { public: UnoTreeListItem(); - virtual ~UnoTreeListItem(); + virtual ~UnoTreeListItem() override; void InitViewData( SvTreeListBox*,SvTreeListEntry*,SvViewDataItem * = nullptr ) override; void SetImage( const Image& rImage ); const OUString& GetGraphicURL() const { return maGraphicURL;} @@ -127,7 +127,7 @@ class UnoTreeListEntry : public SvTreeListEntry { public: UnoTreeListEntry( const Reference< XTreeNode >& xNode, TreeControlPeer* pPeer ); - virtual ~UnoTreeListEntry(); + virtual ~UnoTreeListEntry() override; Reference< XTreeNode > mxNode; TreeControlPeer* mpPeer; diff --git a/svtools/source/uno/treecontrolpeer.hxx b/svtools/source/uno/treecontrolpeer.hxx index 8bb49020c4d7..367317319caf 100644 --- a/svtools/source/uno/treecontrolpeer.hxx +++ b/svtools/source/uno/treecontrolpeer.hxx @@ -53,7 +53,7 @@ class TreeControlPeer : public ::cppu::ImplInheritanceHelper< VCLXWindow, css::a friend class UnoTreeListEntry; public: TreeControlPeer(); - virtual ~TreeControlPeer(); + virtual ~TreeControlPeer() override; vcl::Window* createVclControl( vcl::Window* pParent, sal_Int64 nWinStyle ); diff --git a/svtools/source/uno/unocontroltablemodel.hxx b/svtools/source/uno/unocontroltablemodel.hxx index 87ee6c7d04f0..440cf4832f6c 100644 --- a/svtools/source/uno/unocontroltablemodel.hxx +++ b/svtools/source/uno/unocontroltablemodel.hxx @@ -52,7 +52,7 @@ namespace svt { namespace table public: UnoControlTableModel(); - virtual ~UnoControlTableModel(); + virtual ~UnoControlTableModel() override; public: // ITableModel overridables diff --git a/svtools/source/uno/unogridcolumnfacade.cxx b/svtools/source/uno/unogridcolumnfacade.cxx index 143dccc9a979..890fbd295e00 100644 --- a/svtools/source/uno/unogridcolumnfacade.cxx +++ b/svtools/source/uno/unogridcolumnfacade.cxx @@ -98,7 +98,7 @@ namespace svt { namespace table void dispose(); protected: - virtual ~ColumnChangeMultiplexer(); + virtual ~ColumnChangeMultiplexer() override; // XGridColumnListener virtual void SAL_CALL columnChanged( const GridColumnEvent& i_event ) throw (RuntimeException, std::exception) override; diff --git a/svtools/source/uno/unogridcolumnfacade.hxx b/svtools/source/uno/unogridcolumnfacade.hxx index 0128174bdc29..68419935e168 100644 --- a/svtools/source/uno/unogridcolumnfacade.hxx +++ b/svtools/source/uno/unogridcolumnfacade.hxx @@ -45,7 +45,7 @@ namespace svt { namespace table UnoControlTableModel const & i_owner, css::uno::Reference< css::awt::grid::XGridColumn > const & i_gridColumn ); - virtual ~UnoGridColumnFacade(); + virtual ~UnoGridColumnFacade() override; UnoGridColumnFacade(const UnoGridColumnFacade&) = delete; UnoGridColumnFacade& operator=(const UnoGridColumnFacade&) = delete; diff --git a/svtools/source/uno/unoimap.cxx b/svtools/source/uno/unoimap.cxx index b7652417d041..a3bcc1f51180 100644 --- a/svtools/source/uno/unoimap.cxx +++ b/svtools/source/uno/unoimap.cxx @@ -73,7 +73,7 @@ class SvUnoImageMapObject : public OWeakAggObject, public: SvUnoImageMapObject( sal_uInt16 nType, const SvEventDescription* pSupportedMacroItems ); SvUnoImageMapObject( const IMapObject& rMapObject, const SvEventDescription* pSupportedMacroItems ); - virtual ~SvUnoImageMapObject() throw(); + virtual ~SvUnoImageMapObject() throw() override; UNO3_GETIMPLEMENTATION_DECL( SvUnoImageMapObject ) @@ -518,7 +518,7 @@ class SvUnoImageMap : public WeakImplHelper< XIndexContainer, XServiceInfo, XUno public: explicit SvUnoImageMap( const SvEventDescription* pSupportedMacroItems ); SvUnoImageMap( const ImageMap& rMap, const SvEventDescription* pSupportedMacroItems ); - virtual ~SvUnoImageMap(); + virtual ~SvUnoImageMap() override; bool fillImageMap( ImageMap& rMap ) const; static SvUnoImageMapObject* getObject( const Any& aElement ) throw( IllegalArgumentException ); diff --git a/svtools/source/uno/wizard/unowizard.cxx b/svtools/source/uno/wizard/unowizard.cxx index 5b0cc4d1e383..eaa4ad6faf51 100644 --- a/svtools/source/uno/wizard/unowizard.cxx +++ b/svtools/source/uno/wizard/unowizard.cxx @@ -129,7 +129,7 @@ namespace { virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& aArguments ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) override; protected: - virtual ~Wizard(); + virtual ~Wizard() override; protected: virtual VclPtr<Dialog> createDialog( vcl::Window* _pParent ) override; |