summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/inc/tvread.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/inc/tvread.hxx')
-rw-r--r--xmlhelp/source/cxxhelp/inc/tvread.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx
index 2a1b646fef94..628998468904 100644
--- a/xmlhelp/source/cxxhelp/inc/tvread.hxx
+++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx
@@ -71,7 +71,7 @@ namespace treeview {
public:
- virtual ~TVBase() { }
+ virtual ~TVBase() override { }
// XNameAccess
@@ -168,7 +168,7 @@ namespace treeview {
public:
TVRead( const ConfigData& configData,TVDom* tvDom = nullptr );
- virtual ~TVRead();
+ virtual ~TVRead() override;
// XNameAccess
@@ -214,7 +214,7 @@ namespace treeview {
TVChildTarget( const css::uno::Reference< css::uno::XComponentContext >& xContext );
- virtual ~TVChildTarget();
+ virtual ~TVChildTarget() override;
virtual css::uno::Any SAL_CALL
getByName( const OUString& aName )