summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r--extensions/source/propctrlr/browserlistbox.cxx2
-rw-r--r--extensions/source/propctrlr/browserlistbox.hxx2
-rw-r--r--extensions/source/propctrlr/browserpage.hxx2
-rw-r--r--extensions/source/propctrlr/browserview.hxx2
-rw-r--r--extensions/source/propctrlr/buttonnavigationhandler.hxx2
-rw-r--r--extensions/source/propctrlr/cellbindinghandler.hxx2
-rw-r--r--extensions/source/propctrlr/composeduiupdate.cxx2
-rw-r--r--extensions/source/propctrlr/controlfontdialog.hxx2
-rw-r--r--extensions/source/propctrlr/defaultforminspection.hxx2
-rw-r--r--extensions/source/propctrlr/defaulthelpprovider.hxx2
-rw-r--r--extensions/source/propctrlr/editpropertyhandler.hxx2
-rw-r--r--extensions/source/propctrlr/eformspropertyhandler.hxx2
-rw-r--r--extensions/source/propctrlr/enumrepresentation.hxx2
-rw-r--r--extensions/source/propctrlr/eventhandler.cxx2
-rw-r--r--extensions/source/propctrlr/eventhandler.hxx2
-rw-r--r--extensions/source/propctrlr/fontdialog.hxx2
-rw-r--r--extensions/source/propctrlr/formcomponenthandler.hxx2
-rw-r--r--extensions/source/propctrlr/formcontroller.hxx2
-rw-r--r--extensions/source/propctrlr/formgeometryhandler.cxx4
-rw-r--r--extensions/source/propctrlr/formlinkdialog.cxx2
-rw-r--r--extensions/source/propctrlr/formlinkdialog.hxx2
-rw-r--r--extensions/source/propctrlr/formmetadata.hxx2
-rw-r--r--extensions/source/propctrlr/genericpropertyhandler.cxx2
-rw-r--r--extensions/source/propctrlr/genericpropertyhandler.hxx2
-rw-r--r--extensions/source/propctrlr/inspectorhelpwindow.hxx2
-rw-r--r--extensions/source/propctrlr/inspectormodelbase.hxx2
-rw-r--r--extensions/source/propctrlr/listselectiondlg.hxx2
-rw-r--r--extensions/source/propctrlr/newdatatype.hxx2
-rw-r--r--extensions/source/propctrlr/pcrunodialogs.hxx2
-rw-r--r--extensions/source/propctrlr/propcontroller.hxx2
-rw-r--r--extensions/source/propctrlr/propertycontrolextender.hxx2
-rw-r--r--extensions/source/propctrlr/propertyeditor.hxx2
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx2
-rw-r--r--extensions/source/propctrlr/selectlabeldialog.hxx2
-rw-r--r--extensions/source/propctrlr/sqlcommanddesign.hxx4
-rw-r--r--extensions/source/propctrlr/standardcontrol.cxx2
-rw-r--r--extensions/source/propctrlr/standardcontrol.hxx2
-rw-r--r--extensions/source/propctrlr/stringrepresentation.cxx2
-rw-r--r--extensions/source/propctrlr/submissionhandler.hxx2
-rw-r--r--extensions/source/propctrlr/taborder.hxx4
-rw-r--r--extensions/source/propctrlr/usercontrol.hxx6
-rw-r--r--extensions/source/propctrlr/xsddatatypes.hxx2
-rw-r--r--extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx2
43 files changed, 48 insertions, 48 deletions
diff --git a/extensions/source/propctrlr/browserlistbox.cxx b/extensions/source/propctrlr/browserlistbox.cxx
index bbe2b92f62d6..86bd00caec55 100644
--- a/extensions/source/propctrlr/browserlistbox.cxx
+++ b/extensions/source/propctrlr/browserlistbox.cxx
@@ -160,7 +160,7 @@ namespace pcr
virtual void SAL_CALL release() throw() override;
protected:
- virtual ~PropertyControlContext_Impl();
+ virtual ~PropertyControlContext_Impl() override;
// XPropertyControlObserver
virtual void SAL_CALL focusGained( const Reference< XPropertyControl >& Control ) throw (RuntimeException, std::exception) override;
diff --git a/extensions/source/propctrlr/browserlistbox.hxx b/extensions/source/propctrlr/browserlistbox.hxx
index 60e42da4ca3c..325afbe8fe76 100644
--- a/extensions/source/propctrlr/browserlistbox.hxx
+++ b/extensions/source/propctrlr/browserlistbox.hxx
@@ -104,7 +104,7 @@ namespace pcr
public:
OBrowserListBox( vcl::Window* pParent );
- virtual ~OBrowserListBox();
+ virtual ~OBrowserListBox() override;
virtual void dispose() override;
void UpdateAll();
diff --git a/extensions/source/propctrlr/browserpage.hxx b/extensions/source/propctrlr/browserpage.hxx
index 86bbfb9cefff..55288a0a08a2 100644
--- a/extensions/source/propctrlr/browserpage.hxx
+++ b/extensions/source/propctrlr/browserpage.hxx
@@ -38,7 +38,7 @@ namespace pcr
public:
explicit OBrowserPage(vcl::Window* pParent);
- virtual ~OBrowserPage();
+ virtual ~OBrowserPage() override;
virtual void dispose() override;
sal_Int32 getMinimumWidth();
diff --git a/extensions/source/propctrlr/browserview.hxx b/extensions/source/propctrlr/browserview.hxx
index 12885d427ea0..2589a833a6bb 100644
--- a/extensions/source/propctrlr/browserview.hxx
+++ b/extensions/source/propctrlr/browserview.hxx
@@ -46,7 +46,7 @@ namespace pcr
public:
explicit OPropertyBrowserView( vcl::Window* pParent);
- virtual ~OPropertyBrowserView();
+ virtual ~OPropertyBrowserView() override;
virtual void dispose() override;
OPropertyEditor& getPropertyBox() { return *m_pPropBox; }
diff --git a/extensions/source/propctrlr/buttonnavigationhandler.hxx b/extensions/source/propctrlr/buttonnavigationhandler.hxx
index 7f930af1f3dc..48190361ba6b 100644
--- a/extensions/source/propctrlr/buttonnavigationhandler.hxx
+++ b/extensions/source/propctrlr/buttonnavigationhandler.hxx
@@ -44,7 +44,7 @@ namespace pcr
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected:
- virtual ~ButtonNavigationHandler();
+ virtual ~ButtonNavigationHandler() override;
static bool isNavigationCapableButton( const css::uno::Reference< css::beans::XPropertySet >& _rxComponent );
diff --git a/extensions/source/propctrlr/cellbindinghandler.hxx b/extensions/source/propctrlr/cellbindinghandler.hxx
index 21f50d7dcc7a..b8422b6e20ba 100644
--- a/extensions/source/propctrlr/cellbindinghandler.hxx
+++ b/extensions/source/propctrlr/cellbindinghandler.hxx
@@ -52,7 +52,7 @@ namespace pcr
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected:
- virtual ~CellBindingPropertyHandler();
+ virtual ~CellBindingPropertyHandler() override;
protected:
// XPropertyHandler overriables
diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx
index 8295cdd3bd76..2bf17ca2fa02 100644
--- a/extensions/source/propctrlr/composeduiupdate.cxx
+++ b/extensions/source/propctrlr/composeduiupdate.cxx
@@ -145,7 +145,7 @@ namespace pcr
virtual void SAL_CALL setHelpSectionText( const OUString& HelpText ) throw (NoSupportException, RuntimeException, std::exception) override;
protected:
- virtual ~CachedInspectorUI();
+ virtual ~CachedInspectorUI() override;
/// determines whether the instance is already disposed
inline bool isDisposed() const { return m_bDisposed; }
diff --git a/extensions/source/propctrlr/controlfontdialog.hxx b/extensions/source/propctrlr/controlfontdialog.hxx
index 9c8c59a18aff..de7917327aab 100644
--- a/extensions/source/propctrlr/controlfontdialog.hxx
+++ b/extensions/source/propctrlr/controlfontdialog.hxx
@@ -51,7 +51,7 @@ namespace pcr
public:
explicit OControlFontDialog(const css::uno::Reference< css::uno::XComponentContext >& _rxContext);
- virtual ~OControlFontDialog();
+ virtual ~OControlFontDialog() override;
// XTypeProvider
virtual css::uno::Sequence<sal_Int8> SAL_CALL getImplementationId( ) throw(css::uno::RuntimeException, std::exception) override;
diff --git a/extensions/source/propctrlr/defaultforminspection.hxx b/extensions/source/propctrlr/defaultforminspection.hxx
index ba4f2856b8ce..cf0fa74a76d3 100644
--- a/extensions/source/propctrlr/defaultforminspection.hxx
+++ b/extensions/source/propctrlr/defaultforminspection.hxx
@@ -40,7 +40,7 @@ namespace pcr
::std::unique_ptr< OPropertyInfoService > m_pInfoService;
protected:
- virtual ~DefaultFormComponentInspectorModel();
+ virtual ~DefaultFormComponentInspectorModel() override;
// XServiceInfo
virtual OUString SAL_CALL getImplementationName( ) throw(css::uno::RuntimeException, std::exception) override;
diff --git a/extensions/source/propctrlr/defaulthelpprovider.hxx b/extensions/source/propctrlr/defaulthelpprovider.hxx
index 0bac31f580c3..92dbd28f6b30 100644
--- a/extensions/source/propctrlr/defaulthelpprovider.hxx
+++ b/extensions/source/propctrlr/defaulthelpprovider.hxx
@@ -56,7 +56,7 @@ namespace pcr
Create(const css::uno::Reference< css::uno::XComponentContext >&);
protected:
- virtual ~DefaultHelpProvider();
+ virtual ~DefaultHelpProvider() override;
// XPropertyControlObserver
virtual void SAL_CALL focusGained( const css::uno::Reference< css::inspection::XPropertyControl >& Control ) throw (css::uno::RuntimeException, std::exception) override;
diff --git a/extensions/source/propctrlr/editpropertyhandler.hxx b/extensions/source/propctrlr/editpropertyhandler.hxx
index a7fe7a551f2e..27f8c034c1e7 100644
--- a/extensions/source/propctrlr/editpropertyhandler.hxx
+++ b/extensions/source/propctrlr/editpropertyhandler.hxx
@@ -44,7 +44,7 @@ namespace pcr
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected:
- virtual ~EditPropertyHandler();
+ virtual ~EditPropertyHandler() override;
protected:
// XPropertyHandler overriables
diff --git a/extensions/source/propctrlr/eformspropertyhandler.hxx b/extensions/source/propctrlr/eformspropertyhandler.hxx
index 17b8fd267a4e..6d34ceaf3c5b 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.hxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.hxx
@@ -55,7 +55,7 @@ namespace pcr
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected:
- virtual ~EFormsPropertyHandler();
+ virtual ~EFormsPropertyHandler() override;
protected:
// XPropertyHandler overriables
diff --git a/extensions/source/propctrlr/enumrepresentation.hxx b/extensions/source/propctrlr/enumrepresentation.hxx
index f88ae0365e67..309af3c6f745 100644
--- a/extensions/source/propctrlr/enumrepresentation.hxx
+++ b/extensions/source/propctrlr/enumrepresentation.hxx
@@ -55,7 +55,7 @@ namespace pcr
const css::uno::Any& _rEnumValue
) const = 0;
- virtual ~IPropertyEnumRepresentation() { };
+ virtual ~IPropertyEnumRepresentation() override { };
};
diff --git a/extensions/source/propctrlr/eventhandler.cxx b/extensions/source/propctrlr/eventhandler.cxx
index d51301b47b05..a1b6240f08d4 100644
--- a/extensions/source/propctrlr/eventhandler.cxx
+++ b/extensions/source/propctrlr/eventhandler.cxx
@@ -337,7 +337,7 @@ namespace pcr
virtual sal_Bool SAL_CALL hasElements( ) throw (RuntimeException, std::exception) override;
protected:
- virtual ~EventHolder( );
+ virtual ~EventHolder( ) override;
private:
ScriptEventDescriptor impl_getDescriptor_throw( const OUString& _rEventName ) const;
diff --git a/extensions/source/propctrlr/eventhandler.hxx b/extensions/source/propctrlr/eventhandler.hxx
index afa9e7f0a775..634b2f92d8cf 100644
--- a/extensions/source/propctrlr/eventhandler.hxx
+++ b/extensions/source/propctrlr/eventhandler.hxx
@@ -105,7 +105,7 @@ namespace pcr
const css::uno::Reference< css::uno::XComponentContext >& _rxContext
);
- virtual ~EventHandler();
+ virtual ~EventHandler() override;
protected:
// XPropertyHandler overridables
diff --git a/extensions/source/propctrlr/fontdialog.hxx b/extensions/source/propctrlr/fontdialog.hxx
index e04134949242..ca0b4380dce5 100644
--- a/extensions/source/propctrlr/fontdialog.hxx
+++ b/extensions/source/propctrlr/fontdialog.hxx
@@ -35,7 +35,7 @@ namespace pcr
{
public:
ControlCharacterDialog(vcl::Window* _pParent, const SfxItemSet& _rCoreSet);
- virtual ~ControlCharacterDialog();
+ virtual ~ControlCharacterDialog() override;
/// creates an item set to be used with this dialog
static SfxItemSet* createItemSet(SfxItemSet*& _rpSet, SfxItemPool*& _rpPool, SfxPoolItem**& _rppDefaults);
diff --git a/extensions/source/propctrlr/formcomponenthandler.hxx b/extensions/source/propctrlr/formcomponenthandler.hxx
index b3e6c76504a8..71c83c57dcd0 100644
--- a/extensions/source/propctrlr/formcomponenthandler.hxx
+++ b/extensions/source/propctrlr/formcomponenthandler.hxx
@@ -107,7 +107,7 @@ namespace pcr
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected:
- virtual ~FormComponentPropertyHandler();
+ virtual ~FormComponentPropertyHandler() override;
protected:
virtual ::cppu::IPropertyArrayHelper* createArrayHelper( ) const override;
diff --git a/extensions/source/propctrlr/formcontroller.hxx b/extensions/source/propctrlr/formcontroller.hxx
index b08276bef45a..53be685e7563 100644
--- a/extensions/source/propctrlr/formcontroller.hxx
+++ b/extensions/source/propctrlr/formcontroller.hxx
@@ -74,7 +74,7 @@ namespace pcr
Create(const css::uno::Reference< css::uno::XComponentContext >&);
protected:
- virtual ~FormController();
+ virtual ~FormController() override;
DECLARE_XINTERFACE()
DECLARE_XTYPEPROVIDER()
diff --git a/extensions/source/propctrlr/formgeometryhandler.cxx b/extensions/source/propctrlr/formgeometryhandler.cxx
index fda8276fbdb0..8f35c95d0e11 100644
--- a/extensions/source/propctrlr/formgeometryhandler.cxx
+++ b/extensions/source/propctrlr/formgeometryhandler.cxx
@@ -173,7 +173,7 @@ namespace pcr
virtual void SAL_CALL disposing( const EventObject& _event ) throw (RuntimeException, std::exception) override;
protected:
- virtual ~ShapeGeometryChangeNotifier()
+ virtual ~ShapeGeometryChangeNotifier() override
{
if ( !getBroadcastHelper().bDisposed )
{
@@ -213,7 +213,7 @@ namespace pcr
static Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (RuntimeException);
protected:
- virtual ~FormGeometryHandler();
+ virtual ~FormGeometryHandler() override;
protected:
// XPropertyHandler overriables
diff --git a/extensions/source/propctrlr/formlinkdialog.cxx b/extensions/source/propctrlr/formlinkdialog.cxx
index 326d9a6b75ce..22e9dc321382 100644
--- a/extensions/source/propctrlr/formlinkdialog.cxx
+++ b/extensions/source/propctrlr/formlinkdialog.cxx
@@ -73,7 +73,7 @@ namespace pcr
public:
explicit FieldLinkRow( vcl::Window* _pParent );
- virtual ~FieldLinkRow();
+ virtual ~FieldLinkRow() override;
virtual void dispose() override;
inline void SetLinkChangeHandler( const Link<FieldLinkRow&,void>& _rHdl ) { m_aLinkChangeHandler = _rHdl; }
diff --git a/extensions/source/propctrlr/formlinkdialog.hxx b/extensions/source/propctrlr/formlinkdialog.hxx
index 896c94180d24..215f02e7c9a3 100644
--- a/extensions/source/propctrlr/formlinkdialog.hxx
+++ b/extensions/source/propctrlr/formlinkdialog.hxx
@@ -77,7 +77,7 @@ namespace pcr
const OUString& _sDetailLabel = OUString(),
const OUString& _sMasterLabel = OUString()
);
- virtual ~FormLinkDialog( );
+ virtual ~FormLinkDialog( ) override;
virtual void dispose() override;
// Dialog overridables
diff --git a/extensions/source/propctrlr/formmetadata.hxx b/extensions/source/propctrlr/formmetadata.hxx
index 4e3f3b18ba6b..7208a00676c1 100644
--- a/extensions/source/propctrlr/formmetadata.hxx
+++ b/extensions/source/propctrlr/formmetadata.hxx
@@ -85,7 +85,7 @@ namespace pcr
DefaultEnumRepresentation( const IPropertyInfoService& _rInfo, const css::uno::Type& _rType, sal_Int32 _nPropertyId );
protected:
- virtual ~DefaultEnumRepresentation();
+ virtual ~DefaultEnumRepresentation() override;
protected:
// IPropertyEnumRepresentation implementqation
diff --git a/extensions/source/propctrlr/genericpropertyhandler.cxx b/extensions/source/propctrlr/genericpropertyhandler.cxx
index 4cef8339ae9d..175613312aa5 100644
--- a/extensions/source/propctrlr/genericpropertyhandler.cxx
+++ b/extensions/source/propctrlr/genericpropertyhandler.cxx
@@ -184,7 +184,7 @@ namespace pcr
UrlClickHandler( const Reference<XComponentContext>& _rContext, const Reference< XHyperlinkControl >& _rxControl );
protected:
- virtual ~UrlClickHandler();
+ virtual ~UrlClickHandler() override;
// XActionListener
virtual void SAL_CALL actionPerformed( const ActionEvent& rEvent ) throw (RuntimeException, std::exception) override;
diff --git a/extensions/source/propctrlr/genericpropertyhandler.hxx b/extensions/source/propctrlr/genericpropertyhandler.hxx
index 384297a7db0e..7027a272eb9f 100644
--- a/extensions/source/propctrlr/genericpropertyhandler.hxx
+++ b/extensions/source/propctrlr/genericpropertyhandler.hxx
@@ -90,7 +90,7 @@ namespace pcr
const css::uno::Reference< css::uno::XComponentContext >& _rxContext
);
- virtual ~GenericPropertyHandler();
+ virtual ~GenericPropertyHandler() override;
protected:
// XPropertyHandler overridables
diff --git a/extensions/source/propctrlr/inspectorhelpwindow.hxx b/extensions/source/propctrlr/inspectorhelpwindow.hxx
index 11ba385a040e..4cae0bace1bd 100644
--- a/extensions/source/propctrlr/inspectorhelpwindow.hxx
+++ b/extensions/source/propctrlr/inspectorhelpwindow.hxx
@@ -40,7 +40,7 @@ namespace pcr
public:
explicit InspectorHelpWindow( vcl::Window* _pParent );
- virtual ~InspectorHelpWindow();
+ virtual ~InspectorHelpWindow() override;
virtual void dispose() override;
virtual void SetText( const OUString& rStr ) override;
diff --git a/extensions/source/propctrlr/inspectormodelbase.hxx b/extensions/source/propctrlr/inspectormodelbase.hxx
index eae50b565909..747fd7aabd0b 100644
--- a/extensions/source/propctrlr/inspectormodelbase.hxx
+++ b/extensions/source/propctrlr/inspectormodelbase.hxx
@@ -57,7 +57,7 @@ namespace pcr
::std::unique_ptr< InspectorModelProperties > m_pProperties;
protected:
- virtual ~ImplInspectorModel();
+ virtual ~ImplInspectorModel() override;
public:
ImplInspectorModel();
diff --git a/extensions/source/propctrlr/listselectiondlg.hxx b/extensions/source/propctrlr/listselectiondlg.hxx
index 6404aeb82a24..1d2d9b08b0cb 100644
--- a/extensions/source/propctrlr/listselectiondlg.hxx
+++ b/extensions/source/propctrlr/listselectiondlg.hxx
@@ -44,7 +44,7 @@ namespace pcr
const OUString& _rPropertyName,
const OUString& _rPropertyUIName
);
- virtual ~ListSelectionDialog();
+ virtual ~ListSelectionDialog() override;
virtual void dispose() override;
// Dialog overridables
diff --git a/extensions/source/propctrlr/newdatatype.hxx b/extensions/source/propctrlr/newdatatype.hxx
index 24358f907fd0..94fd4e8b396b 100644
--- a/extensions/source/propctrlr/newdatatype.hxx
+++ b/extensions/source/propctrlr/newdatatype.hxx
@@ -43,7 +43,7 @@ namespace pcr
public:
NewDataTypeDialog(vcl::Window* _pParent, const OUString& _rNameBase,
const ::std::vector< OUString >& _rProhibitedNames );
- virtual ~NewDataTypeDialog();
+ virtual ~NewDataTypeDialog() override;
virtual void dispose() override;
OUString GetName() const { return m_pName->GetText(); }
diff --git a/extensions/source/propctrlr/pcrunodialogs.hxx b/extensions/source/propctrlr/pcrunodialogs.hxx
index 65db4dd16f37..6e99e89ebc51 100644
--- a/extensions/source/propctrlr/pcrunodialogs.hxx
+++ b/extensions/source/propctrlr/pcrunodialogs.hxx
@@ -50,7 +50,7 @@ namespace pcr
public:
explicit OTabOrderDialog( const css::uno::Reference< css::uno::XComponentContext >& _rxContext );
- virtual ~OTabOrderDialog();
+ virtual ~OTabOrderDialog() override;
// XTypeProvider
virtual css::uno::Sequence<sal_Int8> SAL_CALL getImplementationId( ) throw(css::uno::RuntimeException, std::exception) override;
diff --git a/extensions/source/propctrlr/propcontroller.hxx b/extensions/source/propctrlr/propcontroller.hxx
index b7b02ac3e874..e7e289a59941 100644
--- a/extensions/source/propctrlr/propcontroller.hxx
+++ b/extensions/source/propctrlr/propcontroller.hxx
@@ -186,7 +186,7 @@ namespace pcr
const css::uno::Reference< css::uno::XComponentContext >& _rxContext);
protected:
- virtual ~OPropertyBrowserController();
+ virtual ~OPropertyBrowserController() override;
public:
// XServiceInfo - static versions
diff --git a/extensions/source/propctrlr/propertycontrolextender.hxx b/extensions/source/propctrlr/propertycontrolextender.hxx
index aa615184f77c..e0103d8bcbb2 100644
--- a/extensions/source/propctrlr/propertycontrolextender.hxx
+++ b/extensions/source/propctrlr/propertycontrolextender.hxx
@@ -51,7 +51,7 @@ namespace pcr
virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~PropertyControlExtender();
+ virtual ~PropertyControlExtender() override;
private:
::std::unique_ptr< PropertyControlExtender_Data > m_pData;
diff --git a/extensions/source/propctrlr/propertyeditor.hxx b/extensions/source/propctrlr/propertyeditor.hxx
index 9cc621119262..e5cba4ecb2f8 100644
--- a/extensions/source/propctrlr/propertyeditor.hxx
+++ b/extensions/source/propctrlr/propertyeditor.hxx
@@ -71,7 +71,7 @@ namespace pcr
public:
OPropertyEditor (vcl::Window* pParent);
- virtual ~OPropertyEditor();
+ virtual ~OPropertyEditor() override;
virtual void dispose() override;
void EnableUpdate();
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index 93c47830a81e..a1b6a429db1d 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -100,7 +100,7 @@ namespace pcr
explicit PropertyHandler(
const css::uno::Reference< css::uno::XComponentContext >& _rxContext
);
- virtual ~PropertyHandler();
+ virtual ~PropertyHandler() override;
// default implementations for XPropertyHandler
virtual void SAL_CALL inspect( const css::uno::Reference< css::uno::XInterface >& _rxIntrospectee ) throw (css::uno::RuntimeException, css::lang::NullPointerException, std::exception) override;
diff --git a/extensions/source/propctrlr/selectlabeldialog.hxx b/extensions/source/propctrlr/selectlabeldialog.hxx
index a02c64bf5bee..3cdfee4927f8 100644
--- a/extensions/source/propctrlr/selectlabeldialog.hxx
+++ b/extensions/source/propctrlr/selectlabeldialog.hxx
@@ -56,7 +56,7 @@ namespace pcr
public:
OSelectLabelDialog(vcl::Window* pParent, css::uno::Reference< css::beans::XPropertySet > const & _xControlModel);
- virtual ~OSelectLabelDialog();
+ virtual ~OSelectLabelDialog() override;
virtual void dispose() override;
css::uno::Reference< css::beans::XPropertySet > GetSelected() const { return m_pNoAssignment->IsChecked() ? css::uno::Reference< css::beans::XPropertySet > () : m_xSelectedControl; }
diff --git a/extensions/source/propctrlr/sqlcommanddesign.hxx b/extensions/source/propctrlr/sqlcommanddesign.hxx
index 88cb0fa8dfd4..d712312c52bd 100644
--- a/extensions/source/propctrlr/sqlcommanddesign.hxx
+++ b/extensions/source/propctrlr/sqlcommanddesign.hxx
@@ -116,7 +116,7 @@ namespace pcr
virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) throw (css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~SQLCommandDesigner();
+ virtual ~SQLCommandDesigner() override;
/** opens a new frame for interactively designing an SQL command
@precond
@@ -193,7 +193,7 @@ namespace pcr
/// sets a new EscapeProcessing property value
virtual void setEscapeProcessing( const bool _bEscapeProcessing ) const = 0;
- virtual ~ISQLCommandAdapter();
+ virtual ~ISQLCommandAdapter() override;
};
diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx
index 78b5ea6f8511..ce0f6ecdc850 100644
--- a/extensions/source/propctrlr/standardcontrol.cxx
+++ b/extensions/source/propctrlr/standardcontrol.cxx
@@ -961,7 +961,7 @@ namespace pcr
public:
explicit OMultilineFloatingEdit(vcl::Window* _pParen);
- virtual ~OMultilineFloatingEdit();
+ virtual ~OMultilineFloatingEdit() override;
virtual void dispose() override;
MultiLineEdit& getEdit() { return *m_aImplEdit.get(); }
diff --git a/extensions/source/propctrlr/standardcontrol.hxx b/extensions/source/propctrlr/standardcontrol.hxx
index a339c7112a72..5da40afbb358 100644
--- a/extensions/source/propctrlr/standardcontrol.hxx
+++ b/extensions/source/propctrlr/standardcontrol.hxx
@@ -364,7 +364,7 @@ namespace pcr
public:
DropDownEditControl( vcl::Window* _pParent, WinBits _nStyle );
- virtual ~DropDownEditControl();
+ virtual ~DropDownEditControl() override;
virtual void dispose() override;
void setControlHelper( CommonBehaviourControlHelper& _rControlHelper );
diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx
index c570ef989549..8f3407597676 100644
--- a/extensions/source/propctrlr/stringrepresentation.cxx
+++ b/extensions/source/propctrlr/stringrepresentation.cxx
@@ -86,7 +86,7 @@ public:
virtual void SAL_CALL initialize(const uno::Sequence< uno::Any > & aArguments) throw (uno::RuntimeException, uno::Exception, std::exception) override;
private:
- virtual ~StringRepresentation() {}
+ virtual ~StringRepresentation() override {}
/** converts a generic value into a string representation
diff --git a/extensions/source/propctrlr/submissionhandler.hxx b/extensions/source/propctrlr/submissionhandler.hxx
index 7a64cc35ba07..45d29bb7439a 100644
--- a/extensions/source/propctrlr/submissionhandler.hxx
+++ b/extensions/source/propctrlr/submissionhandler.hxx
@@ -80,7 +80,7 @@ namespace pcr
static OUString SAL_CALL getImplementationName_static( ) throw (css::uno::RuntimeException);
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
- virtual ~SubmissionPropertyHandler();
+ virtual ~SubmissionPropertyHandler() override;
protected:
// XPropertyHandler overriables
diff --git a/extensions/source/propctrlr/taborder.hxx b/extensions/source/propctrlr/taborder.hxx
index c254ade89c9c..cd6963a609c2 100644
--- a/extensions/source/propctrlr/taborder.hxx
+++ b/extensions/source/propctrlr/taborder.hxx
@@ -46,7 +46,7 @@ namespace pcr
{
public:
TabOrderListBox( vcl::Window* pParent, WinBits nBits );
- virtual ~TabOrderListBox();
+ virtual ~TabOrderListBox() override;
void MoveSelection( long nRelPos );
@@ -99,7 +99,7 @@ namespace pcr
const css::uno::Reference< css::uno::XComponentContext >& _rxORB
);
- virtual ~TabOrderDialog();
+ virtual ~TabOrderDialog() override;
virtual void dispose() override;
void SetModified();
diff --git a/extensions/source/propctrlr/usercontrol.hxx b/extensions/source/propctrlr/usercontrol.hxx
index 2188f540f000..973e99e926c7 100644
--- a/extensions/source/propctrlr/usercontrol.hxx
+++ b/extensions/source/propctrlr/usercontrol.hxx
@@ -118,7 +118,7 @@ namespace pcr
void SetThousandsSep(bool bEnable) { getTypedControlWindow()->SetThousandsSep(bEnable); }
protected:
- virtual ~OFormattedNumericControl();
+ virtual ~OFormattedNumericControl() override;
};
@@ -136,7 +136,7 @@ namespace pcr
virtual css::uno::Type SAL_CALL getValueType() throw (css::uno::RuntimeException, std::exception) override;
protected:
- virtual ~OFileUrlControl();
+ virtual ~OFileUrlControl() override;
};
@@ -146,7 +146,7 @@ namespace pcr
{
public:
OTimeDurationControl( vcl::Window* pParent );
- virtual ~OTimeDurationControl();
+ virtual ~OTimeDurationControl() override;
// XPropertyControl
::sal_Int16 SAL_CALL getControlType() throw (css::uno::RuntimeException) override;
diff --git a/extensions/source/propctrlr/xsddatatypes.hxx b/extensions/source/propctrlr/xsddatatypes.hxx
index 0732abb1f5ae..76bd10f3a3f9 100644
--- a/extensions/source/propctrlr/xsddatatypes.hxx
+++ b/extensions/source/propctrlr/xsddatatypes.hxx
@@ -76,7 +76,7 @@ namespace pcr
void copyFacetsFrom( const ::rtl::Reference< XSDDataType >& _pSourceType );
protected:
- virtual ~XSDDataType();
+ virtual ~XSDDataType() override;
private:
XSDDataType( const XSDDataType& ) = delete;
diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx
index e4f2464e65d8..cd7ef544e767 100644
--- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx
+++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.hxx
@@ -49,7 +49,7 @@ namespace pcr
static css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames_static( ) throw (css::uno::RuntimeException);
protected:
- virtual ~XSDValidationPropertyHandler();
+ virtual ~XSDValidationPropertyHandler() override;
protected:
// XPropertyHandler overriables