diff options
Diffstat (limited to 'framework')
133 files changed, 145 insertions, 145 deletions
diff --git a/framework/inc/classes/actiontriggercontainer.hxx b/framework/inc/classes/actiontriggercontainer.hxx index 778f6c35dac0..7408392e5a76 100644 --- a/framework/inc/classes/actiontriggercontainer.hxx +++ b/framework/inc/classes/actiontriggercontainer.hxx @@ -39,7 +39,7 @@ class FWE_DLLPUBLIC ActionTriggerContainer : public PropertySetContainer, { public: ActionTriggerContainer(); - virtual ~ActionTriggerContainer(); + virtual ~ActionTriggerContainer() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) diff --git a/framework/inc/classes/actiontriggerpropertyset.hxx b/framework/inc/classes/actiontriggerpropertyset.hxx index a1cddc6eefd1..7b190399745d 100644 --- a/framework/inc/classes/actiontriggerpropertyset.hxx +++ b/framework/inc/classes/actiontriggerpropertyset.hxx @@ -47,7 +47,7 @@ class ActionTriggerPropertySet : private cppu::BaseMutex, { public: FWE_DLLPUBLIC ActionTriggerPropertySet(); - FWE_DLLPUBLIC virtual ~ActionTriggerPropertySet(); + FWE_DLLPUBLIC virtual ~ActionTriggerPropertySet() override; // XInterface virtual FWE_DLLPUBLIC css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) diff --git a/framework/inc/classes/actiontriggerseparatorpropertyset.hxx b/framework/inc/classes/actiontriggerseparatorpropertyset.hxx index c50555621571..6addfcd0dfd0 100644 --- a/framework/inc/classes/actiontriggerseparatorpropertyset.hxx +++ b/framework/inc/classes/actiontriggerseparatorpropertyset.hxx @@ -45,7 +45,7 @@ class ActionTriggerSeparatorPropertySet : private cppu::BaseMutex, { public: ActionTriggerSeparatorPropertySet(); - virtual ~ActionTriggerSeparatorPropertySet(); + virtual ~ActionTriggerSeparatorPropertySet() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) diff --git a/framework/inc/classes/imagewrapper.hxx b/framework/inc/classes/imagewrapper.hxx index 964907c17d96..41b75fcd93ec 100644 --- a/framework/inc/classes/imagewrapper.hxx +++ b/framework/inc/classes/imagewrapper.hxx @@ -36,7 +36,7 @@ class FWE_DLLPUBLIC ImageWrapper : { public: ImageWrapper( const Image& aImage ); - virtual ~ImageWrapper(); + virtual ~ImageWrapper() override; const Image& GetImage() const { diff --git a/framework/inc/classes/rootactiontriggercontainer.hxx b/framework/inc/classes/rootactiontriggercontainer.hxx index 53d009cec6ab..131ead076040 100644 --- a/framework/inc/classes/rootactiontriggercontainer.hxx +++ b/framework/inc/classes/rootactiontriggercontainer.hxx @@ -43,7 +43,7 @@ class FWE_DLLPUBLIC RootActionTriggerContainer : public PropertySetContainer, { public: RootActionTriggerContainer( const Menu* pMenu, const OUString* pMenuIdentifier); - virtual ~RootActionTriggerContainer(); + virtual ~RootActionTriggerContainer() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) diff --git a/framework/inc/dispatch/closedispatcher.hxx b/framework/inc/dispatch/closedispatcher.hxx index b7b65fa7d874..a20db060d711 100644 --- a/framework/inc/dispatch/closedispatcher.hxx +++ b/framework/inc/dispatch/closedispatcher.hxx @@ -127,7 +127,7 @@ class CloseDispatcher : public ::cppu::WeakImplHelper< const OUString& sTarget); /** @short does nothing real. */ - virtual ~CloseDispatcher(); + virtual ~CloseDispatcher() override; // uno interface diff --git a/framework/inc/dispatch/dispatchinformationprovider.hxx b/framework/inc/dispatch/dispatchinformationprovider.hxx index 169e289255a0..b59c8785c1b8 100644 --- a/framework/inc/dispatch/dispatchinformationprovider.hxx +++ b/framework/inc/dispatch/dispatchinformationprovider.hxx @@ -52,7 +52,7 @@ class DispatchInformationProvider : public ::cppu::WeakImplHelper< css::frame:: DispatchInformationProvider(const css::uno::Reference< css::uno::XComponentContext >& xContext , const css::uno::Reference< css::frame::XFrame >& xFrame); - virtual ~DispatchInformationProvider(); + virtual ~DispatchInformationProvider() override; virtual css::uno::Sequence< sal_Int16 > SAL_CALL getSupportedCommandGroups() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx index 945fbaa83d4c..af0d9105145b 100644 --- a/framework/inc/dispatch/dispatchprovider.hxx +++ b/framework/inc/dispatch/dispatchprovider.hxx @@ -96,7 +96,7 @@ class DispatchProvider: public ::cppu::WeakImplHelper< css::frame::XDispatchProv /* helper */ protected: // Let him protected! So nobody can use us as base ... - virtual ~DispatchProvider(); + virtual ~DispatchProvider() override; private: css::uno::Reference< css::frame::XDispatch > implts_getOrCreateDispatchHelper ( EDispatchHelper eHelper , diff --git a/framework/inc/dispatch/interceptionhelper.hxx b/framework/inc/dispatch/interceptionhelper.hxx index 7a67b7083222..7c6e55505071 100644 --- a/framework/inc/dispatch/interceptionhelper.hxx +++ b/framework/inc/dispatch/interceptionhelper.hxx @@ -165,7 +165,7 @@ class InterceptionHelper : public ::cppu::WeakImplHelper< This method is protected, because its not allowed to use this class as a direct member! You MUST use a dynamical instance (pointer). That's the reason for a protected dtor. */ - virtual ~InterceptionHelper(); + virtual ~InterceptionHelper() override; // uno interface diff --git a/framework/inc/dispatch/mailtodispatcher.hxx b/framework/inc/dispatch/mailtodispatcher.hxx index f3fb8ed3d02b..f1dbabbde40f 100644 --- a/framework/inc/dispatch/mailtodispatcher.hxx +++ b/framework/inc/dispatch/mailtodispatcher.hxx @@ -64,7 +64,7 @@ class MailToDispatcher : public ::cppu::WeakImplHelper< // ctor/dtor MailToDispatcher( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~MailToDispatcher( ); + virtual ~MailToDispatcher( ) override; // XInterface, XTypeProvider, XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/dispatch/oxt_handler.hxx b/framework/inc/dispatch/oxt_handler.hxx index 96920adf642f..c3cfddb3b601 100644 --- a/framework/inc/dispatch/oxt_handler.hxx +++ b/framework/inc/dispatch/oxt_handler.hxx @@ -59,7 +59,7 @@ class Oxt_Handler : public ::cppu::WeakImplHelper< public: Oxt_Handler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ); - virtual ~Oxt_Handler( ); + virtual ~Oxt_Handler( ) override; // XInterface, XTypeProvider, XServiceInfo diff --git a/framework/inc/dispatch/popupmenudispatcher.hxx b/framework/inc/dispatch/popupmenudispatcher.hxx index fcd5718104f0..c4dd32b9cedf 100644 --- a/framework/inc/dispatch/popupmenudispatcher.hxx +++ b/framework/inc/dispatch/popupmenudispatcher.hxx @@ -116,7 +116,7 @@ class PopupMenuDispatcher : public ::cppu::WeakImplHelper< // protected methods protected: - virtual ~PopupMenuDispatcher(); + virtual ~PopupMenuDispatcher() override; void impl_RetrievePopupControllerQuery(); void impl_CreateUriRefFactory(); diff --git a/framework/inc/dispatch/servicehandler.hxx b/framework/inc/dispatch/servicehandler.hxx index bd75de8d7f96..ea3a66d23589 100644 --- a/framework/inc/dispatch/servicehandler.hxx +++ b/framework/inc/dispatch/servicehandler.hxx @@ -68,7 +68,7 @@ class ServiceHandler : public ::cppu::WeakImplHelper< // ctor/dtor ServiceHandler( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ); - virtual ~ServiceHandler( ); + virtual ~ServiceHandler( ) override; // XInterface, XTypeProvider, XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/dispatch/startmoduledispatcher.hxx b/framework/inc/dispatch/startmoduledispatcher.hxx index 1a978777357c..3fbc3ee01618 100644 --- a/framework/inc/dispatch/startmoduledispatcher.hxx +++ b/framework/inc/dispatch/startmoduledispatcher.hxx @@ -76,7 +76,7 @@ class StartModuleDispatcher : public ::cppu::WeakImplHelper< StartModuleDispatcher(const css::uno::Reference< css::uno::XComponentContext >& rxContext); /** @short does nothing real. */ - virtual ~StartModuleDispatcher(); + virtual ~StartModuleDispatcher() override; // uno interface diff --git a/framework/inc/dispatch/systemexec.hxx b/framework/inc/dispatch/systemexec.hxx index b14d4ffda6d6..fe87a90e35dd 100644 --- a/framework/inc/dispatch/systemexec.hxx +++ b/framework/inc/dispatch/systemexec.hxx @@ -66,7 +66,7 @@ class SystemExec : public ::cppu::WeakImplHelper< // ctor/dtor SystemExec( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~SystemExec( ); + virtual ~SystemExec( ) override; // XInterface, XTypeProvider, XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/helper/dockingareadefaultacceptor.hxx b/framework/inc/helper/dockingareadefaultacceptor.hxx index 0fd863af6238..9581c77f171b 100644 --- a/framework/inc/helper/dockingareadefaultacceptor.hxx +++ b/framework/inc/helper/dockingareadefaultacceptor.hxx @@ -52,7 +52,7 @@ class DockingAreaDefaultAcceptor : public ::cppu::WeakImplHelper< css::ui:: *//*-*****************************************************************************************************/ DockingAreaDefaultAcceptor( const css::uno::Reference< css::frame::XFrame >& xOwner ); - virtual ~DockingAreaDefaultAcceptor(); + virtual ~DockingAreaDefaultAcceptor() override; // XDockingAreaAcceptor diff --git a/framework/inc/helper/mischelper.hxx b/framework/inc/helper/mischelper.hxx index 99998563bde8..49fd219ba55d 100644 --- a/framework/inc/helper/mischelper.hxx +++ b/framework/inc/helper/mischelper.hxx @@ -153,7 +153,7 @@ class WeakContainerListener : public ::cppu::WeakImplHelper<css::container::XCon { } - virtual ~WeakContainerListener() + virtual ~WeakContainerListener() override { } @@ -208,7 +208,7 @@ class WeakChangesListener : public ::cppu::WeakImplHelper<css::util::XChangesLis { } - virtual ~WeakChangesListener() + virtual ~WeakChangesListener() override { } @@ -245,7 +245,7 @@ class WeakDocumentEventListener : public ::cppu::WeakImplHelper<css::document::X { } - virtual ~WeakDocumentEventListener() + virtual ~WeakDocumentEventListener() override { } diff --git a/framework/inc/helper/ocomponentaccess.hxx b/framework/inc/helper/ocomponentaccess.hxx index 9f7c88d6e679..1d541b15f8fb 100644 --- a/framework/inc/helper/ocomponentaccess.hxx +++ b/framework/inc/helper/ocomponentaccess.hxx @@ -127,7 +127,7 @@ class OComponentAccess : public ::cppu::WeakImplHelper< css::container::XEnum @seealso class Desktop *//*-*****************************************************************************************************/ - virtual ~OComponentAccess(); + virtual ~OComponentAccess() override; private: diff --git a/framework/inc/helper/ocomponentenumeration.hxx b/framework/inc/helper/ocomponentenumeration.hxx index ea3f1b57f976..a055d88f8c68 100644 --- a/framework/inc/helper/ocomponentenumeration.hxx +++ b/framework/inc/helper/ocomponentenumeration.hxx @@ -125,7 +125,7 @@ class OComponentEnumeration : public ::cppu::WeakImplHelper< css::container::X You must create it dynamical in memory and use a pointer. *//*-*****************************************************************************************************/ - virtual ~OComponentEnumeration(); + virtual ~OComponentEnumeration() override; /*-**************************************************************************************************** @short reset instance to default values diff --git a/framework/inc/helper/oframes.hxx b/framework/inc/helper/oframes.hxx index 63f2d91150d4..3eae713bf941 100644 --- a/framework/inc/helper/oframes.hxx +++ b/framework/inc/helper/oframes.hxx @@ -165,7 +165,7 @@ class OFrames : public ::cppu::WeakImplHelper< css::frame::XFrames > This method is protected, because its not allowed to use this class as a member! You MUST use a dynamical instance (pointer). That's the reason for a protected dtor. *//*-*****************************************************************************************************/ - virtual ~OFrames(); + virtual ~OFrames() override; /*-**************************************************************************************************** @short reset instance to default values diff --git a/framework/inc/helper/persistentwindowstate.hxx b/framework/inc/helper/persistentwindowstate.hxx index b129d32fb31f..4e84cb5c12f8 100644 --- a/framework/inc/helper/persistentwindowstate.hxx +++ b/framework/inc/helper/persistentwindowstate.hxx @@ -76,7 +76,7 @@ class PersistentWindowState : public ::cppu::WeakImplHelper< // ctor/dtor PersistentWindowState(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~PersistentWindowState( ); + virtual ~PersistentWindowState( ) override; // XInitialization virtual void SAL_CALL initialize(const css::uno::Sequence< css::uno::Any >& lArguments) diff --git a/framework/inc/helper/propertysetcontainer.hxx b/framework/inc/helper/propertysetcontainer.hxx index a04f2020e9a4..b2248a45fe74 100644 --- a/framework/inc/helper/propertysetcontainer.hxx +++ b/framework/inc/helper/propertysetcontainer.hxx @@ -37,7 +37,7 @@ class FWE_DLLPUBLIC PropertySetContainer : public css::container::XIndexContaine { public: PropertySetContainer(); - virtual ~PropertySetContainer(); + virtual ~PropertySetContainer() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) diff --git a/framework/inc/helper/statusindicator.hxx b/framework/inc/helper/statusindicator.hxx index 7885fa986906..c1e39f90486a 100644 --- a/framework/inc/helper/statusindicator.hxx +++ b/framework/inc/helper/statusindicator.hxx @@ -83,7 +83,7 @@ class StatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusIndica /** @short does nothing real .... */ - virtual ~StatusIndicator(); + virtual ~StatusIndicator() override; // uno interface public: diff --git a/framework/inc/helper/statusindicatorfactory.hxx b/framework/inc/helper/statusindicatorfactory.hxx index 1a0ada7c6d1b..21fa060c9134 100644 --- a/framework/inc/helper/statusindicatorfactory.hxx +++ b/framework/inc/helper/statusindicatorfactory.hxx @@ -245,7 +245,7 @@ class StatusIndicatorFactory : public ::cppu::WeakImplHelper< protected: - virtual ~StatusIndicatorFactory(); + virtual ~StatusIndicatorFactory() override; // helper private: diff --git a/framework/inc/helper/tagwindowasmodified.hxx b/framework/inc/helper/tagwindowasmodified.hxx index edf9d15f5fdc..fdc26596c0d3 100644 --- a/framework/inc/helper/tagwindowasmodified.hxx +++ b/framework/inc/helper/tagwindowasmodified.hxx @@ -71,7 +71,7 @@ class TagWindowAsModified : public ::cppu::WeakImplHelper< // ctor/dtor TagWindowAsModified(); - virtual ~TagWindowAsModified( ); + virtual ~TagWindowAsModified( ) override; // XInterface, XTypeProvider diff --git a/framework/inc/helper/titlebarupdate.hxx b/framework/inc/helper/titlebarupdate.hxx index f085ba62cd60..6fc4cb4c1be5 100644 --- a/framework/inc/helper/titlebarupdate.hxx +++ b/framework/inc/helper/titlebarupdate.hxx @@ -78,7 +78,7 @@ class TitleBarUpdate : public ::cppu::WeakImplHelper< // ctor/dtor TitleBarUpdate(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~TitleBarUpdate( ); + virtual ~TitleBarUpdate( ) override; // XInterface, XTypeProvider diff --git a/framework/inc/helper/uiconfigelementwrapperbase.hxx b/framework/inc/helper/uiconfigelementwrapperbase.hxx index ff694c9c4e41..4813125d31ef 100644 --- a/framework/inc/helper/uiconfigelementwrapperbase.hxx +++ b/framework/inc/helper/uiconfigelementwrapperbase.hxx @@ -59,7 +59,7 @@ class UIConfigElementWrapperBase : private cppu::BaseMutex, public: UIConfigElementWrapperBase( sal_Int16 nType ); - virtual ~UIConfigElementWrapperBase(); + virtual ~UIConfigElementWrapperBase() override; // XInterface virtual void SAL_CALL acquire() throw () override diff --git a/framework/inc/helper/uielementwrapperbase.hxx b/framework/inc/helper/uielementwrapperbase.hxx index f8d9b4fa1c52..e856fbc35c94 100644 --- a/framework/inc/helper/uielementwrapperbase.hxx +++ b/framework/inc/helper/uielementwrapperbase.hxx @@ -53,7 +53,7 @@ class UIElementWrapperBase : private cppu::BaseMutex, public: UIElementWrapperBase( sal_Int16 nType ); - virtual ~UIElementWrapperBase(); + virtual ~UIElementWrapperBase() override; // XInterface virtual void SAL_CALL acquire() throw () override diff --git a/framework/inc/helper/vclstatusindicator.hxx b/framework/inc/helper/vclstatusindicator.hxx index d4907a385365..6c4c389fca76 100644 --- a/framework/inc/helper/vclstatusindicator.hxx +++ b/framework/inc/helper/vclstatusindicator.hxx @@ -70,7 +70,7 @@ class VCLStatusIndicator : public ::cppu::WeakImplHelper< css::task::XStatusInd VCLStatusIndicator(const css::uno::Reference< css::awt::XWindow >& xParentWindow); /// dtor - virtual ~VCLStatusIndicator(); + virtual ~VCLStatusIndicator() override; /// XStatusIndicator virtual void SAL_CALL start(const OUString& sText , diff --git a/framework/inc/jobs/helponstartup.hxx b/framework/inc/jobs/helponstartup.hxx index 6b9841d9109c..e26bb74ed410 100644 --- a/framework/inc/jobs/helponstartup.hxx +++ b/framework/inc/jobs/helponstartup.hxx @@ -87,7 +87,7 @@ class HelpOnStartup : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css so this class can't make trouble related to inline/symbols etcpp.! */ - virtual ~HelpOnStartup(); + virtual ~HelpOnStartup() override; // uno interface public: diff --git a/framework/inc/jobs/job.hxx b/framework/inc/jobs/job.hxx index d108c5d9ce27..5f0a02d4bbaf 100644 --- a/framework/inc/jobs/job.hxx +++ b/framework/inc/jobs/job.hxx @@ -171,7 +171,7 @@ class Job : public ::cppu::WeakImplHelper< const css::uno::Reference< css::frame::XFrame >& xFrame ); Job( const css::uno::Reference< css::uno::XComponentContext >& xContext , const css::uno::Reference< css::frame::XModel >& xModel ); - virtual ~Job( ); + virtual ~Job( ) override; void setDispatchResultFake( const css::uno::Reference< css::frame::XDispatchResultListener >& xListener , const css::uno::Reference< css::uno::XInterface >& xSourceFake ); diff --git a/framework/inc/jobs/shelljob.hxx b/framework/inc/jobs/shelljob.hxx index aa54eaf60cc7..162eca14c3e8 100644 --- a/framework/inc/jobs/shelljob.hxx +++ b/framework/inc/jobs/shelljob.hxx @@ -71,7 +71,7 @@ class ShellJob : public ::cppu::WeakImplHelper< css::lang::XServiceInfo,css::tas so this class can't make trouble related to inline/symbols etcpp.! */ - virtual ~ShellJob(); + virtual ~ShellJob() override; // uno interface public: diff --git a/framework/inc/recording/dispatchrecorder.hxx b/framework/inc/recording/dispatchrecorder.hxx index a03f6f16c7f2..94e0882b361e 100644 --- a/framework/inc/recording/dispatchrecorder.hxx +++ b/framework/inc/recording/dispatchrecorder.hxx @@ -59,7 +59,7 @@ class DispatchRecorder // public interface public: DispatchRecorder( const css::uno::Reference< css::uno::XComponentContext >& xSMGR ); - virtual ~DispatchRecorder(); + virtual ~DispatchRecorder() override; // XInterface, XTypeProvider, XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx index d49b459990d5..c00e877ed8c0 100644 --- a/framework/inc/recording/dispatchrecordersupplier.hxx +++ b/framework/inc/recording/dispatchrecordersupplier.hxx @@ -81,7 +81,7 @@ class DispatchRecorderSupplier : public ::cppu::WeakImplHelper< public: DispatchRecorderSupplier( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory ); - virtual ~DispatchRecorderSupplier(); + virtual ~DispatchRecorderSupplier() override; }; // class DispatchRecorderSupplier diff --git a/framework/inc/services/desktop.hxx b/framework/inc/services/desktop.hxx index 6e0c21551589..4c9f19c3d1f0 100644 --- a/framework/inc/services/desktop.hxx +++ b/framework/inc/services/desktop.hxx @@ -115,7 +115,7 @@ class Desktop : private cppu::BaseMutex, // constructor / destructor Desktop( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~Desktop( ); + virtual ~Desktop( ) override; void constructorInit(); diff --git a/framework/inc/services/layoutmanager.hxx b/framework/inc/services/layoutmanager.hxx index 8051dc60ac96..5a1ec877fe9d 100644 --- a/framework/inc/services/layoutmanager.hxx +++ b/framework/inc/services/layoutmanager.hxx @@ -81,7 +81,7 @@ namespace framework enum { DOCKINGAREAS_COUNT = 4 }; LayoutManager( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~LayoutManager(); + virtual ~LayoutManager() override; /** declaration of XInterface, XTypeProvider, XServiceInfo */ FWK_DECLARE_XINTERFACE diff --git a/framework/inc/services/mediatypedetectionhelper.hxx b/framework/inc/services/mediatypedetectionhelper.hxx index e19923a84184..7c5af808c924 100644 --- a/framework/inc/services/mediatypedetectionhelper.hxx +++ b/framework/inc/services/mediatypedetectionhelper.hxx @@ -65,7 +65,7 @@ class MediaTypeDetectionHelper : public ::cppu::WeakImplHelper< css::util::XS @descr This method destruct an instance of this class and clear some member. *//*-*****************************************************************************************************/ - virtual ~MediaTypeDetectionHelper(); + virtual ~MediaTypeDetectionHelper() override; // XInterface, XTypeProvider, XServiceInfo diff --git a/framework/inc/services/uriabbreviation.hxx b/framework/inc/services/uriabbreviation.hxx index 79b38831c0af..9357a6255fbc 100644 --- a/framework/inc/services/uriabbreviation.hxx +++ b/framework/inc/services/uriabbreviation.hxx @@ -48,7 +48,7 @@ private: UriAbbreviation(UriAbbreviation &) = delete; void operator =(UriAbbreviation &) = delete; - virtual ~UriAbbreviation() {} + virtual ~UriAbbreviation() override {} }; } // namespace framework diff --git a/framework/inc/tabwin/tabwindow.hxx b/framework/inc/tabwin/tabwindow.hxx index 98ab0d73717c..7d30485243b4 100644 --- a/framework/inc/tabwin/tabwindow.hxx +++ b/framework/inc/tabwin/tabwindow.hxx @@ -61,7 +61,7 @@ class TabWindow : public css::lang::XTypeProvider , { public: TabWindow( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~TabWindow(); + virtual ~TabWindow() override; // XInterface, XTypeProvider, XServiceInfo FWK_DECLARE_XINTERFACE diff --git a/framework/inc/tabwin/tabwinfactory.hxx b/framework/inc/tabwin/tabwinfactory.hxx index a10775a2c2c7..daf06bc229b3 100644 --- a/framework/inc/tabwin/tabwinfactory.hxx +++ b/framework/inc/tabwin/tabwinfactory.hxx @@ -43,7 +43,7 @@ class TabWinFactory : public ::cppu::WeakImplHelper< css::lang::XSingleComponen { public: TabWinFactory( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~TabWinFactory(); + virtual ~TabWinFactory() override; // XInterface, XTypeProvider, XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uiconfiguration/graphicnameaccess.hxx b/framework/inc/uiconfiguration/graphicnameaccess.hxx index b18ab5c7d3bc..3bf7ce48c81b 100644 --- a/framework/inc/uiconfiguration/graphicnameaccess.hxx +++ b/framework/inc/uiconfiguration/graphicnameaccess.hxx @@ -32,7 +32,7 @@ namespace framework { public: GraphicNameAccess(); - virtual ~GraphicNameAccess(); + virtual ~GraphicNameAccess() override; void addElement( const OUString& rName, const css::uno::Reference< css::graphic::XGraphic >& rElement ); diff --git a/framework/inc/uiconfiguration/imagemanager.hxx b/framework/inc/uiconfiguration/imagemanager.hxx index 8c46073d84e3..812a69d28d57 100644 --- a/framework/inc/uiconfiguration/imagemanager.hxx +++ b/framework/inc/uiconfiguration/imagemanager.hxx @@ -52,7 +52,7 @@ namespace framework { public: ImageManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~ImageManager(); + virtual ~ImageManager() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/inc/uiconfiguration/moduleimagemanager.hxx b/framework/inc/uiconfiguration/moduleimagemanager.hxx index e3009a872a99..a5ddc372bb83 100644 --- a/framework/inc/uiconfiguration/moduleimagemanager.hxx +++ b/framework/inc/uiconfiguration/moduleimagemanager.hxx @@ -56,7 +56,7 @@ namespace framework { public: ModuleImageManager( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~ModuleImageManager(); + virtual ~ModuleImageManager() override; // XComponent virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/inc/uielement/addonstoolbarmanager.hxx b/framework/inc/uielement/addonstoolbarmanager.hxx index 28305d801940..526ff5e206d0 100644 --- a/framework/inc/uielement/addonstoolbarmanager.hxx +++ b/framework/inc/uielement/addonstoolbarmanager.hxx @@ -47,7 +47,7 @@ class AddonsToolBarManager : public ToolBarManager const css::uno::Reference< css::frame::XFrame >& rFrame, const OUString& rResourceName, ToolBox* pToolBar ); - virtual ~AddonsToolBarManager(); + virtual ~AddonsToolBarManager() override; // XComponent void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/addonstoolbarwrapper.hxx b/framework/inc/uielement/addonstoolbarwrapper.hxx index 6fb3c625a89e..7e8cc87bcb1a 100644 --- a/framework/inc/uielement/addonstoolbarwrapper.hxx +++ b/framework/inc/uielement/addonstoolbarwrapper.hxx @@ -34,7 +34,7 @@ class AddonsToolBarWrapper : public UIElementWrapperBase { public: AddonsToolBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~AddonsToolBarWrapper(); + virtual ~AddonsToolBarWrapper() override; // XComponent virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/inc/uielement/buttontoolbarcontroller.hxx b/framework/inc/uielement/buttontoolbarcontroller.hxx index a935839e605c..570ffe483410 100644 --- a/framework/inc/uielement/buttontoolbarcontroller.hxx +++ b/framework/inc/uielement/buttontoolbarcontroller.hxx @@ -53,7 +53,7 @@ class ButtonToolbarController : public css::frame::XStatusListener, ButtonToolbarController( const css::uno::Reference< css::uno::XComponentContext >& rxContext, ToolBox* pToolBar, const OUString& aCommand ); - virtual ~ButtonToolbarController(); + virtual ~ButtonToolbarController() override; // XInterface virtual css::uno::Any SAL_CALL queryInterface( const css::uno::Type& aType ) throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/inc/uielement/comboboxtoolbarcontroller.hxx b/framework/inc/uielement/comboboxtoolbarcontroller.hxx index 3c32442bb91a..5b333fd3b70f 100644 --- a/framework/inc/uielement/comboboxtoolbarcontroller.hxx +++ b/framework/inc/uielement/comboboxtoolbarcontroller.hxx @@ -43,7 +43,7 @@ class ComboboxToolbarController : public ComplexToolbarController sal_uInt16 nID, sal_Int32 nWidth, const OUString& aCommand ); - virtual ~ComboboxToolbarController(); + virtual ~ComboboxToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/complextoolbarcontroller.hxx b/framework/inc/uielement/complextoolbarcontroller.hxx index a20e4b7ee6de..d82ba10d02df 100644 --- a/framework/inc/uielement/complextoolbarcontroller.hxx +++ b/framework/inc/uielement/complextoolbarcontroller.hxx @@ -45,7 +45,7 @@ class ComplexToolbarController : public svt::ToolboxController ToolBox* pToolBar, sal_uInt16 nID, const OUString& aCommand ); - virtual ~ComplexToolbarController(); + virtual ~ComplexToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/constitemcontainer.hxx b/framework/inc/uielement/constitemcontainer.hxx index 387d770b9f05..5537238cadc8 100644 --- a/framework/inc/uielement/constitemcontainer.hxx +++ b/framework/inc/uielement/constitemcontainer.hxx @@ -56,7 +56,7 @@ class FWI_DLLPUBLIC ConstItemContainer : public ::cppu::WeakImplHelper< ConstItemContainer(); ConstItemContainer( const ItemContainer& rtemContainer ); ConstItemContainer( const css::uno::Reference< css::container::XIndexAccess >& rSourceContainer, bool bFastCopy = false ); - virtual ~ConstItemContainer(); + virtual ~ConstItemContainer() override; // XUnoTunnel static const css::uno::Sequence< sal_Int8 >& GetUnoTunnelId() throw(); diff --git a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx index f47cf21a8065..d45b0d943acd 100644 --- a/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx +++ b/framework/inc/uielement/dropdownboxtoolbarcontroller.hxx @@ -45,7 +45,7 @@ class DropdownToolbarController : public ComplexToolbarController sal_uInt16 nID, sal_Int32 nWidth, const OUString& aCommand ); - virtual ~DropdownToolbarController(); + virtual ~DropdownToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/edittoolbarcontroller.hxx b/framework/inc/uielement/edittoolbarcontroller.hxx index 639bed84c144..3a4ee3897455 100644 --- a/framework/inc/uielement/edittoolbarcontroller.hxx +++ b/framework/inc/uielement/edittoolbarcontroller.hxx @@ -44,7 +44,7 @@ class EditToolbarController : public ComplexToolbarController sal_uInt16 nID, sal_Int32 nWidth, const OUString& aCommand ); - virtual ~EditToolbarController(); + virtual ~EditToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/fontmenucontroller.hxx b/framework/inc/uielement/fontmenucontroller.hxx index 0fe79589bc71..a303a54947e8 100644 --- a/framework/inc/uielement/fontmenucontroller.hxx +++ b/framework/inc/uielement/fontmenucontroller.hxx @@ -45,7 +45,7 @@ namespace framework public: FontMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~FontMenuController(); + virtual ~FontMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/fontsizemenucontroller.hxx b/framework/inc/uielement/fontsizemenucontroller.hxx index fdbd716153f3..13673a971816 100644 --- a/framework/inc/uielement/fontsizemenucontroller.hxx +++ b/framework/inc/uielement/fontsizemenucontroller.hxx @@ -46,7 +46,7 @@ namespace framework public: FontSizeMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~FontSizeMenuController(); + virtual ~FontSizeMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/footermenucontroller.hxx b/framework/inc/uielement/footermenucontroller.hxx index afd61f7cdf2f..cbdf3e003f7b 100644 --- a/framework/inc/uielement/footermenucontroller.hxx +++ b/framework/inc/uielement/footermenucontroller.hxx @@ -28,7 +28,7 @@ namespace framework { public: FooterMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~FooterMenuController(); + virtual ~FooterMenuController() override; // XServiceInfo virtual OUString SAL_CALL getImplementationName ( ) throw( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/genericstatusbarcontroller.hxx b/framework/inc/uielement/genericstatusbarcontroller.hxx index abb5702cb6b4..3d2c11580cac 100644 --- a/framework/inc/uielement/genericstatusbarcontroller.hxx +++ b/framework/inc/uielement/genericstatusbarcontroller.hxx @@ -35,7 +35,7 @@ class GenericStatusbarController : public svt::StatusbarController const css::uno::Reference< css::frame::XFrame >& rFrame, const css::uno::Reference< css::ui::XStatusbarItem >& rxItem, AddonStatusbarItemData *pItemData ); - virtual ~GenericStatusbarController(); + virtual ~GenericStatusbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/generictoolbarcontroller.hxx b/framework/inc/uielement/generictoolbarcontroller.hxx index 69f57f7f5e54..c171d7bb287f 100644 --- a/framework/inc/uielement/generictoolbarcontroller.hxx +++ b/framework/inc/uielement/generictoolbarcontroller.hxx @@ -39,7 +39,7 @@ class GenericToolbarController : public svt::ToolboxController ToolBox* pToolBar, sal_uInt16 nID, const OUString& aCommand ); - virtual ~GenericToolbarController(); + virtual ~GenericToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; @@ -82,7 +82,7 @@ class MenuToolbarController : public GenericToolbarController const OUString& aModuleIdentifier, const css::uno::Reference< css::container::XIndexAccess >& xMenuDesc ); - virtual ~MenuToolbarController(); + virtual ~MenuToolbarController() override; // XToolbarController virtual void SAL_CALL click() throw ( css::uno::RuntimeException, std::exception ) override; virtual css::uno::Reference< css::awt::XWindow > SAL_CALL createPopupWindow() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/inc/uielement/headermenucontroller.hxx b/framework/inc/uielement/headermenucontroller.hxx index 6a7295489e71..a32162665139 100644 --- a/framework/inc/uielement/headermenucontroller.hxx +++ b/framework/inc/uielement/headermenucontroller.hxx @@ -47,7 +47,7 @@ namespace framework public: HeaderMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext, bool _bFooter = false ); - virtual ~HeaderMenuController(); + virtual ~HeaderMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx index 04aa0f94410a..511f51903672 100644 --- a/framework/inc/uielement/imagebuttontoolbarcontroller.hxx +++ b/framework/inc/uielement/imagebuttontoolbarcontroller.hxx @@ -41,7 +41,7 @@ class ImageButtonToolbarController : public ComplexToolbarController ToolBox* pToolBar, sal_uInt16 nID, const OUString& aCommand ); - virtual ~ImageButtonToolbarController(); + virtual ~ImageButtonToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/itemcontainer.hxx b/framework/inc/uielement/itemcontainer.hxx index a784602593a9..3a673d0a088f 100644 --- a/framework/inc/uielement/itemcontainer.hxx +++ b/framework/inc/uielement/itemcontainer.hxx @@ -45,7 +45,7 @@ class FWI_DLLPUBLIC ItemContainer : public ::cppu::WeakImplHelper< css::contai ItemContainer( const ShareableMutex& ); ItemContainer( const ConstItemContainer& rConstItemContainer, const ShareableMutex& rMutex ); ItemContainer( const css::uno::Reference< css::container::XIndexAccess >& rItemAccessContainer, const ShareableMutex& rMutex ); - virtual ~ItemContainer(); + virtual ~ItemContainer() override; // XInterface, XTypeProvider diff --git a/framework/inc/uielement/langselectionmenucontroller.hxx b/framework/inc/uielement/langselectionmenucontroller.hxx index 94f9c6ce80eb..97e86e86972a 100644 --- a/framework/inc/uielement/langselectionmenucontroller.hxx +++ b/framework/inc/uielement/langselectionmenucontroller.hxx @@ -48,7 +48,7 @@ namespace framework public: LanguageSelectionMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~LanguageSelectionMenuController(); + virtual ~LanguageSelectionMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/macrosmenucontroller.hxx b/framework/inc/uielement/macrosmenucontroller.hxx index 79fddf0394a1..263d0d3905fb 100644 --- a/framework/inc/uielement/macrosmenucontroller.hxx +++ b/framework/inc/uielement/macrosmenucontroller.hxx @@ -48,7 +48,7 @@ namespace framework public: MacrosMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~MacrosMenuController(); + virtual ~MacrosMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/menubarmanager.hxx b/framework/inc/uielement/menubarmanager.hxx index 0fe3db5b185c..cd70a562278b 100644 --- a/framework/inc/uielement/menubarmanager.hxx +++ b/framework/inc/uielement/menubarmanager.hxx @@ -98,7 +98,7 @@ class MenuBarManager : public css::frame::XStatusListener , bool bDeleteChildren, bool bHasMenuBar = true ); - virtual ~MenuBarManager(); + virtual ~MenuBarManager() override; // XInterface virtual void SAL_CALL acquire() throw() override; diff --git a/framework/inc/uielement/menubarwrapper.hxx b/framework/inc/uielement/menubarwrapper.hxx index fbf972fb10f4..6b5c3eea89e8 100644 --- a/framework/inc/uielement/menubarwrapper.hxx +++ b/framework/inc/uielement/menubarwrapper.hxx @@ -39,7 +39,7 @@ class MenuBarWrapper : public UIConfigElementWrapperBase, public: MenuBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~MenuBarWrapper(); + virtual ~MenuBarWrapper() override; // XInterface, XTypeProvider diff --git a/framework/inc/uielement/newmenucontroller.hxx b/framework/inc/uielement/newmenucontroller.hxx index 293101c40b56..17c9791a1b91 100644 --- a/framework/inc/uielement/newmenucontroller.hxx +++ b/framework/inc/uielement/newmenucontroller.hxx @@ -59,7 +59,7 @@ namespace framework public: NewMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~NewMenuController(); + virtual ~NewMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/notebookbarmenucontroller.hxx b/framework/inc/uielement/notebookbarmenucontroller.hxx index 754933f5ec75..1407c155b37b 100644 --- a/framework/inc/uielement/notebookbarmenucontroller.hxx +++ b/framework/inc/uielement/notebookbarmenucontroller.hxx @@ -47,7 +47,7 @@ namespace framework public: NotebookbarMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~NotebookbarMenuController(); + virtual ~NotebookbarMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/progressbarwrapper.hxx b/framework/inc/uielement/progressbarwrapper.hxx index 73f93283050c..e5e81d7149a4 100644 --- a/framework/inc/uielement/progressbarwrapper.hxx +++ b/framework/inc/uielement/progressbarwrapper.hxx @@ -39,7 +39,7 @@ class ProgressBarWrapper : public UIElementWrapperBase // constructor / destructor ProgressBarWrapper(); - virtual ~ProgressBarWrapper(); + virtual ~ProgressBarWrapper() override; // public interfaces void setStatusBar( const css::uno::Reference< css::awt::XWindow >& rStatusBar, bool bOwnsInstance = false ); diff --git a/framework/inc/uielement/rootitemcontainer.hxx b/framework/inc/uielement/rootitemcontainer.hxx index 31f723e00007..f58af322cb55 100644 --- a/framework/inc/uielement/rootitemcontainer.hxx +++ b/framework/inc/uielement/rootitemcontainer.hxx @@ -58,7 +58,7 @@ class RootItemContainer : private cppu::BaseMutex, public: FWI_DLLPUBLIC RootItemContainer(); FWI_DLLPUBLIC RootItemContainer( const css::uno::Reference< css::container::XIndexAccess >& rItemAccessContainer ); - virtual FWI_DLLPUBLIC ~RootItemContainer(); + virtual FWI_DLLPUBLIC ~RootItemContainer() override; // XInterface virtual void SAL_CALL acquire() throw () override diff --git a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx index 58f77e8bc933..5f66ccaa1f85 100644 --- a/framework/inc/uielement/spinfieldtoolbarcontroller.hxx +++ b/framework/inc/uielement/spinfieldtoolbarcontroller.hxx @@ -45,7 +45,7 @@ class SpinfieldToolbarController : public ComplexToolbarController sal_uInt16 nID, sal_Int32 nWidth, const OUString& aCommand ); - virtual ~SpinfieldToolbarController(); + virtual ~SpinfieldToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/statusbaritem.hxx b/framework/inc/uielement/statusbaritem.hxx index 8c73bffb308d..6666fe600aa7 100644 --- a/framework/inc/uielement/statusbaritem.hxx +++ b/framework/inc/uielement/statusbaritem.hxx @@ -42,7 +42,7 @@ public: AddonStatusbarItemData *pItemData, sal_uInt16 nId, const rtl::OUString& aCommand ); - virtual ~StatusbarItem(); + virtual ~StatusbarItem() override; void SAL_CALL disposing() override; diff --git a/framework/inc/uielement/statusbarmanager.hxx b/framework/inc/uielement/statusbarmanager.hxx index 305da2cc5594..50c92944823c 100644 --- a/framework/inc/uielement/statusbarmanager.hxx +++ b/framework/inc/uielement/statusbarmanager.hxx @@ -55,7 +55,7 @@ class StatusBarManager : public ::cppu::WeakImplHelper< StatusBarManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::frame::XFrame >& rFrame, StatusBar* pStatusBar ); - virtual ~StatusBarManager(); + virtual ~StatusBarManager() override; StatusBar* GetStatusBar() const; diff --git a/framework/inc/uielement/statusbarwrapper.hxx b/framework/inc/uielement/statusbarwrapper.hxx index 6ecd128198a8..c8140a0708a0 100644 --- a/framework/inc/uielement/statusbarwrapper.hxx +++ b/framework/inc/uielement/statusbarwrapper.hxx @@ -35,7 +35,7 @@ class StatusBarWrapper : public UIConfigElementWrapperBase public: StatusBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~StatusBarWrapper(); + virtual ~StatusBarWrapper() override; // XComponent virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx index 3801e081a9e4..fc3566cc3079 100644 --- a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx +++ b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx @@ -39,7 +39,7 @@ class StatusIndicatorInterfaceWrapper : public ::cppu::WeakImplHelper< css::ta { public: StatusIndicatorInterfaceWrapper( const css::uno::Reference< css::lang::XComponent >& rStatusIndicatorImpl ); - virtual ~StatusIndicatorInterfaceWrapper(); + virtual ~StatusIndicatorInterfaceWrapper() override; // XStatusIndicator diff --git a/framework/inc/uielement/togglebuttontoolbarcontroller.hxx b/framework/inc/uielement/togglebuttontoolbarcontroller.hxx index fd34368d5ef4..51744d08ad46 100644 --- a/framework/inc/uielement/togglebuttontoolbarcontroller.hxx +++ b/framework/inc/uielement/togglebuttontoolbarcontroller.hxx @@ -50,7 +50,7 @@ class ToggleButtonToolbarController : public ComplexToolbarController sal_uInt16 nID, Style eStyle, const OUString& aCommand ); - virtual ~ToggleButtonToolbarController(); + virtual ~ToggleButtonToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/inc/uielement/toolbarmanager.hxx b/framework/inc/uielement/toolbarmanager.hxx index 0e2d89c6bfd6..306f9f3a4811 100644 --- a/framework/inc/uielement/toolbarmanager.hxx +++ b/framework/inc/uielement/toolbarmanager.hxx @@ -72,7 +72,7 @@ class ToolBarManager : public ToolbarManager_Base const css::uno::Reference< css::frame::XFrame >& rFrame, const OUString& rResourceName, ToolBox* pToolBar ); - virtual ~ToolBarManager(); + virtual ~ToolBarManager() override; ToolBox* GetToolBar() const; diff --git a/framework/inc/uielement/toolbarmodemenucontroller.hxx b/framework/inc/uielement/toolbarmodemenucontroller.hxx index 6f084b733010..7bbf2fd2df0a 100644 --- a/framework/inc/uielement/toolbarmodemenucontroller.hxx +++ b/framework/inc/uielement/toolbarmodemenucontroller.hxx @@ -47,7 +47,7 @@ namespace framework public: ToolbarModeMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~ToolbarModeMenuController(); + virtual ~ToolbarModeMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/toolbarsmenucontroller.hxx b/framework/inc/uielement/toolbarsmenucontroller.hxx index f8240df92f29..69f06f236be3 100644 --- a/framework/inc/uielement/toolbarsmenucontroller.hxx +++ b/framework/inc/uielement/toolbarsmenucontroller.hxx @@ -52,7 +52,7 @@ namespace framework public: ToolbarsMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~ToolbarsMenuController(); + virtual ~ToolbarsMenuController() override; // XServiceInfo DECLARE_XSERVICEINFO diff --git a/framework/inc/uielement/toolbarwrapper.hxx b/framework/inc/uielement/toolbarwrapper.hxx index 79278b25fc43..c5f5f2c6caf4 100644 --- a/framework/inc/uielement/toolbarwrapper.hxx +++ b/framework/inc/uielement/toolbarwrapper.hxx @@ -37,7 +37,7 @@ class ToolBarWrapper : public css::ui::XUIFunctionListener, { public: ToolBarWrapper( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~ToolBarWrapper(); + virtual ~ToolBarWrapper() override; // XInterface virtual void SAL_CALL acquire() throw() override; diff --git a/framework/inc/uielement/uicommanddescription.hxx b/framework/inc/uielement/uicommanddescription.hxx index 083cffe71ac2..df7bf36388ad 100644 --- a/framework/inc/uielement/uicommanddescription.hxx +++ b/framework/inc/uielement/uicommanddescription.hxx @@ -42,7 +42,7 @@ class UICommandDescription : private cppu::BaseMutex, { public: UICommandDescription( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~UICommandDescription(); + virtual ~UICommandDescription() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/inc/uifactory/configurationaccessfactorymanager.hxx b/framework/inc/uifactory/configurationaccessfactorymanager.hxx index 917d3d4240a4..05ae5e8ecca0 100644 --- a/framework/inc/uifactory/configurationaccessfactorymanager.hxx +++ b/framework/inc/uifactory/configurationaccessfactorymanager.hxx @@ -39,7 +39,7 @@ namespace framework { { public: ConfigurationAccess_FactoryManager( const css::uno::Reference< css::uno::XComponentContext>& rxContext, const OUString& _sRoot ); - virtual ~ConfigurationAccess_FactoryManager(); + virtual ~ConfigurationAccess_FactoryManager() override; void readConfigurationData(); diff --git a/framework/inc/uifactory/factoryconfiguration.hxx b/framework/inc/uifactory/factoryconfiguration.hxx index 183b09cb70ec..f0d308d3d966 100644 --- a/framework/inc/uifactory/factoryconfiguration.hxx +++ b/framework/inc/uifactory/factoryconfiguration.hxx @@ -47,7 +47,7 @@ class ConfigurationAccess_ControllerFactory : // interfaces { public: ConfigurationAccess_ControllerFactory( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const OUString& _sRoot ); - virtual ~ConfigurationAccess_ControllerFactory(); + virtual ~ConfigurationAccess_ControllerFactory() override; void readConfigurationData(); void updateConfigurationData(); diff --git a/framework/inc/uifactory/menubarfactory.hxx b/framework/inc/uifactory/menubarfactory.hxx index 27401f889182..ca7d0ed44fc6 100644 --- a/framework/inc/uifactory/menubarfactory.hxx +++ b/framework/inc/uifactory/menubarfactory.hxx @@ -40,7 +40,7 @@ typedef ::cppu::WeakImplHelper< { public: MenuBarFactory( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~MenuBarFactory(); + virtual ~MenuBarFactory() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/inc/xml/acceleratorconfigurationreader.hxx b/framework/inc/xml/acceleratorconfigurationreader.hxx index 55605bc1ebe0..cccdb1740286 100644 --- a/framework/inc/xml/acceleratorconfigurationreader.hxx +++ b/framework/inc/xml/acceleratorconfigurationreader.hxx @@ -98,7 +98,7 @@ class AcceleratorConfigurationReader : public ::cppu::WeakImplHelper< css::xml:: AcceleratorConfigurationReader(AcceleratorCache& rContainer); /** @short does nothing real ... */ - virtual ~AcceleratorConfigurationReader(); + virtual ~AcceleratorConfigurationReader() override; // XDocumentHandler virtual void SAL_CALL startDocument() diff --git a/framework/inc/xml/imagesdocumenthandler.hxx b/framework/inc/xml/imagesdocumenthandler.hxx index 16ffcbea0d65..8527642cab11 100644 --- a/framework/inc/xml/imagesdocumenthandler.hxx +++ b/framework/inc/xml/imagesdocumenthandler.hxx @@ -65,7 +65,7 @@ class OReadImagesDocumentHandler : public ::cppu::WeakImplHelper< css::xml::sax: }; OReadImagesDocumentHandler( ImageListsDescriptor& aItems ); - virtual ~OReadImagesDocumentHandler(); + virtual ~OReadImagesDocumentHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() diff --git a/framework/inc/xml/menudocumenthandler.hxx b/framework/inc/xml/menudocumenthandler.hxx index ce51a1d2ccc4..6a1d99a5dafd 100644 --- a/framework/inc/xml/menudocumenthandler.hxx +++ b/framework/inc/xml/menudocumenthandler.hxx @@ -39,7 +39,7 @@ class FWE_DLLPUBLIC ReadMenuDocumentHandlerBase : { public: ReadMenuDocumentHandlerBase(); - virtual ~ReadMenuDocumentHandlerBase(); + virtual ~ReadMenuDocumentHandlerBase() override; // XDocumentHandler virtual void SAL_CALL startDocument() @@ -100,7 +100,7 @@ class FWE_DLLPUBLIC OReadMenuDocumentHandler : public ReadMenuDocumentHandlerBas public: OReadMenuDocumentHandler( const css::uno::Reference< css::container::XIndexContainer >& rItemContainer ); - virtual ~OReadMenuDocumentHandler(); + virtual ~OReadMenuDocumentHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() @@ -139,7 +139,7 @@ class FWE_DLLPUBLIC OReadMenuBarHandler : public ReadMenuDocumentHandlerBase OReadMenuBarHandler( const css::uno::Reference< css::container::XIndexContainer >& rMenuBarContainer, const css::uno::Reference< css::lang::XSingleComponentFactory >& rContainerFactory ); - virtual ~OReadMenuBarHandler(); + virtual ~OReadMenuBarHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() @@ -176,7 +176,7 @@ class FWE_DLLPUBLIC OReadMenuHandler : public ReadMenuDocumentHandlerBase public: OReadMenuHandler( const css::uno::Reference< css::container::XIndexContainer >& rMenuContainer, const css::uno::Reference< css::lang::XSingleComponentFactory >& rContainerFactory ); - virtual ~OReadMenuHandler(); + virtual ~OReadMenuHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() @@ -213,7 +213,7 @@ class FWE_DLLPUBLIC OReadMenuPopupHandler : public ReadMenuDocumentHandlerBase public: OReadMenuPopupHandler( const css::uno::Reference< css::container::XIndexContainer >& rMenuContainer, const css::uno::Reference< css::lang::XSingleComponentFactory >& rContainerFactory ); - virtual ~OReadMenuPopupHandler(); + virtual ~OReadMenuPopupHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() diff --git a/framework/inc/xml/saxnamespacefilter.hxx b/framework/inc/xml/saxnamespacefilter.hxx index cd4c30aa81b0..d137cf04db3c 100644 --- a/framework/inc/xml/saxnamespacefilter.hxx +++ b/framework/inc/xml/saxnamespacefilter.hxx @@ -37,7 +37,7 @@ class FWE_DLLPUBLIC SaxNamespaceFilter : { public: SaxNamespaceFilter( css::uno::Reference< css::xml::sax::XDocumentHandler >& rSax1DocumentHandler ); - virtual ~SaxNamespaceFilter(); + virtual ~SaxNamespaceFilter() override; // XDocumentHandler virtual void SAL_CALL startDocument() diff --git a/framework/inc/xml/statusbardocumenthandler.hxx b/framework/inc/xml/statusbardocumenthandler.hxx index 1ad108fa0d91..0c1c3aaab854 100644 --- a/framework/inc/xml/statusbardocumenthandler.hxx +++ b/framework/inc/xml/statusbardocumenthandler.hxx @@ -62,7 +62,7 @@ class FWE_DLLPUBLIC OReadStatusBarDocumentHandler : }; OReadStatusBarDocumentHandler( const css::uno::Reference< css::container::XIndexContainer >& aStatusBarItems ); - virtual ~OReadStatusBarDocumentHandler(); + virtual ~OReadStatusBarDocumentHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() diff --git a/framework/inc/xml/toolboxdocumenthandler.hxx b/framework/inc/xml/toolboxdocumenthandler.hxx index 514606118fd4..16d398679185 100644 --- a/framework/inc/xml/toolboxdocumenthandler.hxx +++ b/framework/inc/xml/toolboxdocumenthandler.hxx @@ -62,7 +62,7 @@ class FWE_DLLPUBLIC OReadToolBoxDocumentHandler : }; OReadToolBoxDocumentHandler( const css::uno::Reference< css::container::XIndexContainer >& rItemContainer ); - virtual ~OReadToolBoxDocumentHandler(); + virtual ~OReadToolBoxDocumentHandler() override; // XDocumentHandler virtual void SAL_CALL startDocument() diff --git a/framework/source/accelerators/documentacceleratorconfiguration.cxx b/framework/source/accelerators/documentacceleratorconfiguration.cxx index 634d1a105779..6bb7d6ef9e15 100644 --- a/framework/source/accelerators/documentacceleratorconfiguration.cxx +++ b/framework/source/accelerators/documentacceleratorconfiguration.cxx @@ -70,7 +70,7 @@ public: const css::uno::Reference< css::uno::XComponentContext >& xContext, const css::uno::Sequence< css::uno::Any >& lArguments); - virtual ~DocumentAcceleratorConfiguration(); + virtual ~DocumentAcceleratorConfiguration() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/accelerators/globalacceleratorconfiguration.cxx b/framework/source/accelerators/globalacceleratorconfiguration.cxx index eb7ddedb34b7..318326e98ee7 100644 --- a/framework/source/accelerators/globalacceleratorconfiguration.cxx +++ b/framework/source/accelerators/globalacceleratorconfiguration.cxx @@ -55,7 +55,7 @@ public: explicit GlobalAcceleratorConfiguration(const css::uno::Reference< css::uno::XComponentContext >& xContext); /** TODO */ - virtual ~GlobalAcceleratorConfiguration() {} + virtual ~GlobalAcceleratorConfiguration() override {} virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/accelerators/moduleacceleratorconfiguration.cxx b/framework/source/accelerators/moduleacceleratorconfiguration.cxx index fb1b86eb6664..30745d883e67 100644 --- a/framework/source/accelerators/moduleacceleratorconfiguration.cxx +++ b/framework/source/accelerators/moduleacceleratorconfiguration.cxx @@ -69,7 +69,7 @@ public: const css::uno::Sequence< css::uno::Any >& lArguments); /** TODO */ - virtual ~ModuleAcceleratorConfiguration(); + virtual ~ModuleAcceleratorConfiguration() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/fwe/classes/addonsoptions.cxx b/framework/source/fwe/classes/addonsoptions.cxx index 1e5e38520ab6..08db9b86ed03 100644 --- a/framework/source/fwe/classes/addonsoptions.cxx +++ b/framework/source/fwe/classes/addonsoptions.cxx @@ -165,7 +165,7 @@ class AddonsOptions_Impl : public ConfigItem // constructor / destructor AddonsOptions_Impl(); - virtual ~AddonsOptions_Impl(); + virtual ~AddonsOptions_Impl() override; // overridden methods of baseclass diff --git a/framework/source/fwe/helper/undomanagerhelper.cxx b/framework/source/fwe/helper/undomanagerhelper.cxx index 19c55755d54a..7efb8bfce4c4 100644 --- a/framework/source/fwe/helper/undomanagerhelper.cxx +++ b/framework/source/fwe/helper/undomanagerhelper.cxx @@ -66,7 +66,7 @@ namespace framework explicit UndoActionWrapper( Reference< XUndoAction > const& i_undoAction ); - virtual ~UndoActionWrapper(); + virtual ~UndoActionWrapper() override; virtual OUString GetComment() const override; virtual void Undo() override; @@ -170,7 +170,7 @@ namespace framework } protected: - virtual ~UndoManagerRequest() + virtual ~UndoManagerRequest() override { } diff --git a/framework/source/inc/accelerators/acceleratorconfiguration.hxx b/framework/source/inc/accelerators/acceleratorconfiguration.hxx index e0d875590305..ca2bae697177 100644 --- a/framework/source/inc/accelerators/acceleratorconfiguration.hxx +++ b/framework/source/inc/accelerators/acceleratorconfiguration.hxx @@ -91,7 +91,7 @@ class XMLBasedAcceleratorConfiguration : public ::cppu::WeakImplHelper< public: XMLBasedAcceleratorConfiguration( const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~XMLBasedAcceleratorConfiguration( ); + virtual ~XMLBasedAcceleratorConfiguration( ) override; // uno interface! @@ -260,7 +260,7 @@ class XCUBasedAcceleratorConfiguration : public ::cppu::WeakImplHelper< public: XCUBasedAcceleratorConfiguration( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~XCUBasedAcceleratorConfiguration( ); + virtual ~XCUBasedAcceleratorConfiguration( ) override; // uno interface! diff --git a/framework/source/inc/dispatch/dispatchdisabler.hxx b/framework/source/inc/dispatch/dispatchdisabler.hxx index 046bbb1d4972..7948ff856471 100644 --- a/framework/source/inc/dispatch/dispatchdisabler.hxx +++ b/framework/source/inc/dispatch/dispatchdisabler.hxx @@ -46,7 +46,7 @@ class DispatchDisabler : public ::cppu::WeakImplHelper< css::uno::Reference< css::frame::XDispatchProvider > mxMaster; public: DispatchDisabler(const css::uno::Reference< css::uno::XComponentContext >& rxContext); - virtual ~DispatchDisabler() {} + virtual ~DispatchDisabler() override {} // XInitialization virtual void SAL_CALL initialize( const ::css::uno::Sequence< ::css::uno::Any >& aArguments ) diff --git a/framework/source/inc/dispatch/loaddispatcher.hxx b/framework/source/inc/dispatch/loaddispatcher.hxx index 8321bec19053..9d49e46b711a 100644 --- a/framework/source/inc/dispatch/loaddispatcher.hxx +++ b/framework/source/inc/dispatch/loaddispatcher.hxx @@ -89,7 +89,7 @@ class LoadDispatcher : public ::cppu::WeakImplHelper< css::frame::XNotifyingDis /** @short used to free internal resources. */ - virtual ~LoadDispatcher(); + virtual ~LoadDispatcher() override; // uno interface diff --git a/framework/source/jobs/jobdispatch.cxx b/framework/source/jobs/jobdispatch.cxx index d85fb0e34566..e11c8228b6f8 100644 --- a/framework/source/jobs/jobdispatch.cxx +++ b/framework/source/jobs/jobdispatch.cxx @@ -77,7 +77,7 @@ private: public: explicit JobDispatch(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~JobDispatch(); + virtual ~JobDispatch() override; void impl_dispatchEvent ( const OUString& sEvent , const css::uno::Sequence< css::beans::PropertyValue >& lArgs , diff --git a/framework/source/jobs/jobexecutor.cxx b/framework/source/jobs/jobexecutor.cxx index eaff5b5efa0a..9912dafc0f9d 100644 --- a/framework/source/jobs/jobexecutor.cxx +++ b/framework/source/jobs/jobexecutor.cxx @@ -84,7 +84,7 @@ private: public: explicit JobExecutor(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~JobExecutor(); + virtual ~JobExecutor() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/layoutmanager/toolbarlayoutmanager.hxx b/framework/source/layoutmanager/toolbarlayoutmanager.hxx index 2f0beb0a7fe7..200ef47635d7 100644 --- a/framework/source/layoutmanager/toolbarlayoutmanager.hxx +++ b/framework/source/layoutmanager/toolbarlayoutmanager.hxx @@ -74,7 +74,7 @@ class ToolbarLayoutManager : public ::cppu::WeakImplHelper< css::awt::XDockableW ToolbarLayoutManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Reference< css::ui::XUIElementFactory >& xUIElementFactory, LayoutManager* pParentLayouter ); - virtual ~ToolbarLayoutManager(); + virtual ~ToolbarLayoutManager() override; void reset(); void attach( const css::uno::Reference< css::frame::XFrame >& xFrame, diff --git a/framework/source/services/ContextChangeEventMultiplexer.cxx b/framework/source/services/ContextChangeEventMultiplexer.cxx index 9ea52275db80..1f666691c91f 100644 --- a/framework/source/services/ContextChangeEventMultiplexer.cxx +++ b/framework/source/services/ContextChangeEventMultiplexer.cxx @@ -53,7 +53,7 @@ class ContextChangeEventMultiplexer { public: ContextChangeEventMultiplexer(); - virtual ~ContextChangeEventMultiplexer(); + virtual ~ContextChangeEventMultiplexer() override; ContextChangeEventMultiplexer(const ContextChangeEventMultiplexer&) = delete; ContextChangeEventMultiplexer& operator=(const ContextChangeEventMultiplexer&) = delete; diff --git a/framework/source/services/autorecovery.cxx b/framework/source/services/autorecovery.cxx index 5a9e4e626bcd..76033d84bf96 100644 --- a/framework/source/services/autorecovery.cxx +++ b/framework/source/services/autorecovery.cxx @@ -436,7 +436,7 @@ private: public: explicit AutoRecovery(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~AutoRecovery( ); + virtual ~AutoRecovery( ) override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/services/modulemanager.cxx b/framework/source/services/modulemanager.cxx index 250170b40d0f..5cb7b4bf6460 100644 --- a/framework/source/services/modulemanager.cxx +++ b/framework/source/services/modulemanager.cxx @@ -61,7 +61,7 @@ public: explicit ModuleManager(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~ModuleManager(); + virtual ~ModuleManager() override; ModuleManager(const ModuleManager&) = delete; ModuleManager& operator=(const ModuleManager&) = delete; diff --git a/framework/source/services/pathsettings.cxx b/framework/source/services/pathsettings.cxx index 5b22b36b8aab..64963abf1945 100644 --- a/framework/source/services/pathsettings.cxx +++ b/framework/source/services/pathsettings.cxx @@ -183,7 +183,7 @@ public: explicit PathSettings(const css::uno::Reference< css::uno::XComponentContext >& xContext); /** free all used resources ... if it was not already done. */ - virtual ~PathSettings(); + virtual ~PathSettings() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/services/sessionlistener.cxx b/framework/source/services/sessionlistener.cxx index befbfc4ff6f7..28feccbf107d 100644 --- a/framework/source/services/sessionlistener.cxx +++ b/framework/source/services/sessionlistener.cxx @@ -108,7 +108,7 @@ private: public: explicit SessionListener(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~SessionListener(); + virtual ~SessionListener() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/services/substitutepathvars.cxx b/framework/source/services/substitutepathvars.cxx index b46cb213821f..5130ae39a8e9 100644 --- a/framework/source/services/substitutepathvars.cxx +++ b/framework/source/services/substitutepathvars.cxx @@ -114,7 +114,7 @@ class SubstitutePathVariables_Impl : public utl::ConfigItem { public: SubstitutePathVariables_Impl(); - virtual ~SubstitutePathVariables_Impl(); + virtual ~SubstitutePathVariables_Impl() override; static OperatingSystem GetOperatingSystemFromString( const OUString& ); static EnvironmentType GetEnvTypeFromString( const OUString& ); @@ -229,7 +229,7 @@ friend class SubstitutePathVariables_Impl; public: explicit SubstitutePathVariables(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~SubstitutePathVariables(); + virtual ~SubstitutePathVariables() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/services/taskcreatorsrv.cxx b/framework/source/services/taskcreatorsrv.cxx index 6f73c4df7942..265b30e773dc 100644 --- a/framework/source/services/taskcreatorsrv.cxx +++ b/framework/source/services/taskcreatorsrv.cxx @@ -64,7 +64,7 @@ private: public: explicit TaskCreatorService(const css::uno::Reference< css::uno::XComponentContext >& xContext); - virtual ~TaskCreatorService( ); + virtual ~TaskCreatorService( ) override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx index e3075df9262d..d5811e4b868a 100644 --- a/framework/source/services/urltransformer.cxx +++ b/framework/source/services/urltransformer.cxx @@ -37,7 +37,7 @@ class URLTransformer : public ::cppu::WeakImplHelper< css::util::XURLTransformer public: URLTransformer() {} - virtual ~URLTransformer() {} + virtual ~URLTransformer() override {} virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uiconfiguration/globalsettings.cxx b/framework/source/uiconfiguration/globalsettings.cxx index 51e319287e53..aa8a15af8a09 100644 --- a/framework/source/uiconfiguration/globalsettings.cxx +++ b/framework/source/uiconfiguration/globalsettings.cxx @@ -57,7 +57,7 @@ class GlobalSettings_Access : public ::cppu::WeakImplHelper< { public: explicit GlobalSettings_Access( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~GlobalSettings_Access(); + virtual ~GlobalSettings_Access() override; // XComponent virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/source/uiconfiguration/imagemanagerimpl.hxx b/framework/source/uiconfiguration/imagemanagerimpl.hxx index b1310f56c236..1d5022b868ff 100644 --- a/framework/source/uiconfiguration/imagemanagerimpl.hxx +++ b/framework/source/uiconfiguration/imagemanagerimpl.hxx @@ -77,7 +77,7 @@ namespace framework { public: explicit GlobalImageList(const css::uno::Reference< css::uno::XComponentContext >& rxContext); - virtual ~GlobalImageList(); + virtual ~GlobalImageList() override; virtual Image getImageFromCommandURL( vcl::ImageType nImageType, const OUString& rCommandURL ) override; virtual bool hasImage( vcl::ImageType nImageType, const OUString& rCommandURL ) override; diff --git a/framework/source/uiconfiguration/moduleuicfgsupplier.cxx b/framework/source/uiconfiguration/moduleuicfgsupplier.cxx index 2c707dc18325..f53b3584678e 100644 --- a/framework/source/uiconfiguration/moduleuicfgsupplier.cxx +++ b/framework/source/uiconfiguration/moduleuicfgsupplier.cxx @@ -63,7 +63,7 @@ class ModuleUIConfigurationManagerSupplier : private cppu::BaseMutex, { public: explicit ModuleUIConfigurationManagerSupplier( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~ModuleUIConfigurationManagerSupplier(); + virtual ~ModuleUIConfigurationManagerSupplier() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx index 5f79341edd2c..104b485570a0 100644 --- a/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/moduleuiconfigurationmanager.cxx @@ -78,7 +78,7 @@ public: const css::uno::Reference< css::uno::XComponentContext >& xServiceManager, const css::uno::Sequence< css::uno::Any >& aArguments); - virtual ~ModuleUIConfigurationManager(); + virtual ~ModuleUIConfigurationManager() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uiconfiguration/uicategorydescription.cxx b/framework/source/uiconfiguration/uicategorydescription.cxx index d82c24224ea6..a7319de194f0 100644 --- a/framework/source/uiconfiguration/uicategorydescription.cxx +++ b/framework/source/uiconfiguration/uicategorydescription.cxx @@ -61,7 +61,7 @@ class ConfigurationAccess_UICategory : public ::cppu::WeakImplHelper<XNameAccess osl::Mutex aMutex; public: ConfigurationAccess_UICategory( const OUString& aModuleName, const Reference< XNameAccess >& xGenericUICommands, const Reference< XComponentContext >& rxContext ); - virtual ~ConfigurationAccess_UICategory(); + virtual ~ConfigurationAccess_UICategory() override; // XNameAccess virtual css::uno::Any SAL_CALL getByName( const OUString& aName ) @@ -373,7 +373,7 @@ class UICategoryDescription : public UICommandDescription { public: explicit UICategoryDescription( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~UICategoryDescription(); + virtual ~UICategoryDescription() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uiconfiguration/uiconfigurationmanager.cxx b/framework/source/uiconfiguration/uiconfigurationmanager.cxx index 61056c1b35f0..33b7cd1a7ad0 100644 --- a/framework/source/uiconfiguration/uiconfigurationmanager.cxx +++ b/framework/source/uiconfiguration/uiconfigurationmanager.cxx @@ -85,7 +85,7 @@ public: } explicit UIConfigurationManager( const css::uno::Reference< css::uno::XComponentContext > & rxContext ); - virtual ~UIConfigurationManager(); + virtual ~UIConfigurationManager() override; // XComponent virtual void SAL_CALL dispose() throw (css::uno::RuntimeException, std::exception) override; diff --git a/framework/source/uiconfiguration/windowstateconfiguration.cxx b/framework/source/uiconfiguration/windowstateconfiguration.cxx index 1e6463996949..cc2a6052396d 100644 --- a/framework/source/uiconfiguration/windowstateconfiguration.cxx +++ b/framework/source/uiconfiguration/windowstateconfiguration.cxx @@ -104,7 +104,7 @@ class ConfigurationAccess_WindowState : public ::cppu::WeakImplHelper< XNameCon { public: ConfigurationAccess_WindowState( const OUString& aWindowStateConfigFile, const Reference< XComponentContext >& rxContext ); - virtual ~ConfigurationAccess_WindowState(); + virtual ~ConfigurationAccess_WindowState() override; // XNameAccess virtual css::uno::Any SAL_CALL getByName( const OUString& aName ) @@ -1267,7 +1267,7 @@ class WindowStateConfiguration : private cppu::BaseMutex, { public: explicit WindowStateConfiguration( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~WindowStateConfiguration(); + virtual ~WindowStateConfiguration() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uielement/comboboxtoolbarcontroller.cxx b/framework/source/uielement/comboboxtoolbarcontroller.cxx index c0953b223ea1..eef9ac9bf288 100644 --- a/framework/source/uielement/comboboxtoolbarcontroller.cxx +++ b/framework/source/uielement/comboboxtoolbarcontroller.cxx @@ -54,7 +54,7 @@ class ComboBoxControl : public ComboBox { public: ComboBoxControl( vcl::Window* pParent, WinBits nStyle, ComboboxToolbarController* pComboboxToolbarController ); - virtual ~ComboBoxControl(); + virtual ~ComboBoxControl() override; virtual void dispose() override; virtual void Select() override; diff --git a/framework/source/uielement/controlmenucontroller.cxx b/framework/source/uielement/controlmenucontroller.cxx index f9852acbceab..a124f2eecc57 100644 --- a/framework/source/uielement/controlmenucontroller.cxx +++ b/framework/source/uielement/controlmenucontroller.cxx @@ -179,7 +179,7 @@ class ControlMenuController : public svt::PopupMenuControllerBase public: explicit ControlMenuController( const uno::Reference< uno::XComponentContext >& xContext ); - virtual ~ControlMenuController(); + virtual ~ControlMenuController() override; // XServiceInfo virtual OUString SAL_CALL getImplementationName() diff --git a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx index 48b9c386895c..e0de120fd08b 100644 --- a/framework/source/uielement/dropdownboxtoolbarcontroller.cxx +++ b/framework/source/uielement/dropdownboxtoolbarcontroller.cxx @@ -53,7 +53,7 @@ class ListBoxControl : public ListBox { public: ListBoxControl( vcl::Window* pParent, WinBits nStyle, DropdownToolbarController* pListBoxListener ); - virtual ~ListBoxControl(); + virtual ~ListBoxControl() override; virtual void dispose() override; virtual void Select() override; diff --git a/framework/source/uielement/edittoolbarcontroller.cxx b/framework/source/uielement/edittoolbarcontroller.cxx index d860d1f65f16..ccd7a383e42f 100644 --- a/framework/source/uielement/edittoolbarcontroller.cxx +++ b/framework/source/uielement/edittoolbarcontroller.cxx @@ -52,7 +52,7 @@ class EditControl : public Edit { public: EditControl( vcl::Window* pParent, WinBits nStyle, EditToolbarController* pEditToolbarController ); - virtual ~EditControl(); + virtual ~EditControl() override; virtual void dispose() override; virtual void Modify() override; diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx index 46fd4e0f9799..b4ec343fdc44 100644 --- a/framework/source/uielement/generictoolbarcontroller.cxx +++ b/framework/source/uielement/generictoolbarcontroller.cxx @@ -313,7 +313,7 @@ class Toolbarmenu : public ::PopupMenu { public: Toolbarmenu(); - virtual ~Toolbarmenu(); + virtual ~Toolbarmenu() override; virtual void dispose() override; }; diff --git a/framework/source/uielement/langselectionstatusbarcontroller.cxx b/framework/source/uielement/langselectionstatusbarcontroller.cxx index 5298d40b253a..180842d1c1d7 100644 --- a/framework/source/uielement/langselectionstatusbarcontroller.cxx +++ b/framework/source/uielement/langselectionstatusbarcontroller.cxx @@ -95,7 +95,7 @@ public: virtual void SAL_CALL click( const css::awt::Point& aPos ) throw (css::uno::RuntimeException, std::exception) override; private: - virtual ~LangSelectionStatusbarController() {} + virtual ~LangSelectionStatusbarController() override {} bool m_bShowMenu; // if the menu is to be displayed or not (depending on the selected object/text) SvtScriptType m_nScriptType; // the flags for the different script types available in the selection, LATIN = 0x0001, ASIAN = 0x0002, COMPLEX = 0x0004 diff --git a/framework/source/uielement/menubarmanager.cxx b/framework/source/uielement/menubarmanager.cxx index af030ff3fc0a..8e1f55917dc0 100644 --- a/framework/source/uielement/menubarmanager.cxx +++ b/framework/source/uielement/menubarmanager.cxx @@ -717,7 +717,7 @@ public: QuietInteractionContext& operator=(const QuietInteractionContext&) = delete; private: - virtual ~QuietInteractionContext() {} + virtual ~QuietInteractionContext() override {} virtual css::uno::Any SAL_CALL getValueByName( OUString const & Name) diff --git a/framework/source/uielement/objectmenucontroller.cxx b/framework/source/uielement/objectmenucontroller.cxx index ba6464785ed9..69ea33010a41 100644 --- a/framework/source/uielement/objectmenucontroller.cxx +++ b/framework/source/uielement/objectmenucontroller.cxx @@ -57,7 +57,7 @@ class ObjectMenuController : public svt::PopupMenuControllerBase public: explicit ObjectMenuController( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~ObjectMenuController(); + virtual ~ObjectMenuController() override; // XServiceInfo virtual OUString SAL_CALL getImplementationName() diff --git a/framework/source/uielement/popuptoolbarcontroller.cxx b/framework/source/uielement/popuptoolbarcontroller.cxx index 52d6746196fe..e23f64ce2fa8 100644 --- a/framework/source/uielement/popuptoolbarcontroller.cxx +++ b/framework/source/uielement/popuptoolbarcontroller.cxx @@ -62,7 +62,7 @@ typedef cppu::ImplInheritanceHelper< svt::ToolboxController, class PopupMenuToolbarController : public ToolBarBase { public: - virtual ~PopupMenuToolbarController(); + virtual ~PopupMenuToolbarController() override; // XComponent virtual void SAL_CALL dispose() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/source/uielement/recentfilesmenucontroller.cxx b/framework/source/uielement/recentfilesmenucontroller.cxx index 57574e93b3c4..1495d5d79903 100644 --- a/framework/source/uielement/recentfilesmenucontroller.cxx +++ b/framework/source/uielement/recentfilesmenucontroller.cxx @@ -61,7 +61,7 @@ class RecentFilesMenuController : public svt::PopupMenuControllerBase public: RecentFilesMenuController( const uno::Reference< uno::XComponentContext >& xContext, const uno::Sequence< uno::Any >& args ); - virtual ~RecentFilesMenuController(); + virtual ~RecentFilesMenuController() override; // XServiceInfo virtual OUString SAL_CALL getImplementationName() diff --git a/framework/source/uielement/resourcemenucontroller.cxx b/framework/source/uielement/resourcemenucontroller.cxx index cfb2d839b565..0b65e07d49c4 100644 --- a/framework/source/uielement/resourcemenucontroller.cxx +++ b/framework/source/uielement/resourcemenucontroller.cxx @@ -28,7 +28,7 @@ class ResourceMenuController : public cppu::ImplInheritanceHelper< svt::PopupMen public: ResourceMenuController( const css::uno::Reference< css::uno::XComponentContext >& rxContext, const css::uno::Sequence< css::uno::Any >& rxArgs, bool bToolbarContainer ); - virtual ~ResourceMenuController(); + virtual ~ResourceMenuController() override; // XPopupMenuController virtual void SAL_CALL updatePopupMenu() throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/source/uielement/saveasmenucontroller.cxx b/framework/source/uielement/saveasmenucontroller.cxx index f591c405accc..0941552678d4 100644 --- a/framework/source/uielement/saveasmenucontroller.cxx +++ b/framework/source/uielement/saveasmenucontroller.cxx @@ -32,7 +32,7 @@ class SaveAsMenuController : public svt::PopupMenuControllerBase { public: explicit SaveAsMenuController( const uno::Reference< uno::XComponentContext >& xContext ); - virtual ~SaveAsMenuController(); + virtual ~SaveAsMenuController() override; // XServiceInfo virtual OUString SAL_CALL getImplementationName() diff --git a/framework/source/uielement/spinfieldtoolbarcontroller.cxx b/framework/source/uielement/spinfieldtoolbarcontroller.cxx index 19b324d57fce..799e44407c84 100644 --- a/framework/source/uielement/spinfieldtoolbarcontroller.cxx +++ b/framework/source/uielement/spinfieldtoolbarcontroller.cxx @@ -57,7 +57,7 @@ class SpinfieldControl : public SpinField { public: SpinfieldControl( vcl::Window* pParent, WinBits nStyle, SpinfieldToolbarController* pSpinfieldToolbarController ); - virtual ~SpinfieldControl(); + virtual ~SpinfieldControl() override; virtual void dispose() override; virtual void Up() override; diff --git a/framework/source/uielement/subtoolbarcontroller.cxx b/framework/source/uielement/subtoolbarcontroller.cxx index 40f7630b0876..858933b3e48c 100644 --- a/framework/source/uielement/subtoolbarcontroller.cxx +++ b/framework/source/uielement/subtoolbarcontroller.cxx @@ -48,7 +48,7 @@ class SubToolBarController : public ToolBarBase void disposeUIElement(); public: explicit SubToolBarController( const css::uno::Sequence< css::uno::Any >& rxArgs ); - virtual ~SubToolBarController(); + virtual ~SubToolBarController() override; // XInitialization virtual void SAL_CALL initialize( const css::uno::Sequence< css::uno::Any >& rxArgs ) throw ( css::uno::Exception, css::uno::RuntimeException, std::exception ) override; diff --git a/framework/source/uielement/thesaurusmenucontroller.cxx b/framework/source/uielement/thesaurusmenucontroller.cxx index bf46b799f297..9d55af45c520 100644 --- a/framework/source/uielement/thesaurusmenucontroller.cxx +++ b/framework/source/uielement/thesaurusmenucontroller.cxx @@ -30,7 +30,7 @@ class ThesaurusMenuController : public svt::PopupMenuControllerBase { public: explicit ThesaurusMenuController( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~ThesaurusMenuController(); + virtual ~ThesaurusMenuController() override; // XStatusListener virtual void SAL_CALL statusChanged( const css::frame::FeatureStateEvent& rEvent ) throw ( css::uno::RuntimeException, std::exception ) override; diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx index 5d5b44732e87..63fd3e9fa5c3 100644 --- a/framework/source/uielement/uicommanddescription.cxx +++ b/framework/source/uielement/uicommanddescription.cxx @@ -84,7 +84,7 @@ class ConfigurationAccess_UICommand : // Order is necessary for right initializa osl::Mutex m_aMutex; public: ConfigurationAccess_UICommand( const OUString& aModuleName, const Reference< XNameAccess >& xGenericUICommands, const Reference< XComponentContext >& rxContext ); - virtual ~ConfigurationAccess_UICommand(); + virtual ~ConfigurationAccess_UICommand() override; // XNameAccess virtual css::uno::Any SAL_CALL getByName( const OUString& aName ) diff --git a/framework/source/uifactory/addonstoolbarfactory.cxx b/framework/source/uifactory/addonstoolbarfactory.cxx index 2003669ceff7..776ea27edebb 100644 --- a/framework/source/uifactory/addonstoolbarfactory.cxx +++ b/framework/source/uifactory/addonstoolbarfactory.cxx @@ -55,7 +55,7 @@ class AddonsToolBarFactory : public ::cppu::WeakImplHelper< css::lang::XService { public: explicit AddonsToolBarFactory( const css::uno::Reference< css::uno::XComponentContext >& xContext ); - virtual ~AddonsToolBarFactory(); + virtual ~AddonsToolBarFactory() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uifactory/uicontrollerfactory.cxx b/framework/source/uifactory/uicontrollerfactory.cxx index fb6cdb48fb45..ad280b406c59 100644 --- a/framework/source/uifactory/uicontrollerfactory.cxx +++ b/framework/source/uifactory/uicontrollerfactory.cxx @@ -47,7 +47,7 @@ class UIControllerFactory : private cppu::BaseMutex, public UIControllerFactory_BASE { public: - virtual ~UIControllerFactory(); + virtual ~UIControllerFactory() override; // XMultiComponentFactory virtual css::uno::Reference< css::uno::XInterface > SAL_CALL createInstanceWithContext( const OUString& aServiceSpecifier, const css::uno::Reference< css::uno::XComponentContext >& Context ) throw (css::uno::Exception, css::uno::RuntimeException, std::exception) override; diff --git a/framework/source/uifactory/uielementfactorymanager.cxx b/framework/source/uifactory/uielementfactorymanager.cxx index dea425323d5a..fab00c2e49a4 100644 --- a/framework/source/uifactory/uielementfactorymanager.cxx +++ b/framework/source/uifactory/uielementfactorymanager.cxx @@ -352,7 +352,7 @@ class UIElementFactoryManager : private cppu::BaseMutex, virtual void SAL_CALL disposing() override; public: explicit UIElementFactoryManager( const css::uno::Reference< css::uno::XComponentContext >& rxContext ); - virtual ~UIElementFactoryManager(); + virtual ~UIElementFactoryManager() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override diff --git a/framework/source/uifactory/windowcontentfactorymanager.cxx b/framework/source/uifactory/windowcontentfactorymanager.cxx index 1e93334efbec..08cbbe3f30b4 100644 --- a/framework/source/uifactory/windowcontentfactorymanager.cxx +++ b/framework/source/uifactory/windowcontentfactorymanager.cxx @@ -50,7 +50,7 @@ class WindowContentFactoryManager : private cppu::BaseMutex, { public: explicit WindowContentFactoryManager( const css::uno::Reference< css::uno::XComponentContext>& rxContext ); - virtual ~WindowContentFactoryManager(); + virtual ~WindowContentFactoryManager() override; virtual OUString SAL_CALL getImplementationName() throw (css::uno::RuntimeException, std::exception) override |