diff options
Diffstat (limited to 'framework/inc/services/layoutmanager.hxx')
-rw-r--r-- | framework/inc/services/layoutmanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |