summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/rootitemcontainer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/rootitemcontainer.hxx')
-rw-r--r--framework/inc/uielement/rootitemcontainer.hxx2
1 files changed, 1 insertions, 1 deletions
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