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.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx
index 7e5b572423d6..f5d937e90bc3 100644
--- a/xmlhelp/source/cxxhelp/inc/tvread.hxx
+++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx
@@ -168,7 +168,7 @@ namespace treeview {
public:
TVRead( const ConfigData& configData,TVDom* tvDom = 0 );
- ~TVRead();
+ virtual ~TVRead();
// XNameAccess
@@ -214,7 +214,7 @@ namespace treeview {
TVChildTarget( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& xContext );
- ~TVChildTarget();
+ virtual ~TVChildTarget();
virtual com::sun::star::uno::Any SAL_CALL
getByName( const OUString& aName )