summaryrefslogtreecommitdiff
path: root/include/svx/fmgridif.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fmgridif.hxx')
-rw-r--r--include/svx/fmgridif.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx
index 53a219884f47..67f8cefbf103 100644
--- a/include/svx/fmgridif.hxx
+++ b/include/svx/fmgridif.hxx
@@ -217,7 +217,7 @@ protected:
public:
FmXGridControl(const css::uno::Reference< css::uno::XComponentContext >&);
- virtual ~FmXGridControl();
+ virtual ~FmXGridControl() override;
// UNO connection
DECLARE_UNO3_AGG_DEFAULTS(FmXGridControl, UnoControl)
@@ -367,7 +367,7 @@ protected:
public:
FmXGridPeer(const css::uno::Reference< css::uno::XComponentContext >&);
- virtual ~FmXGridPeer();
+ virtual ~FmXGridPeer() override;
// spaeter Constructor, immer nach dem realen Constructor zu rufen !
void Create(vcl::Window* pParent, WinBits nStyle);