summaryrefslogtreecommitdiff
path: root/forms/source/solar
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/solar')
-rw-r--r--forms/source/solar/component/navbarcontrol.hxx4
-rw-r--r--forms/source/solar/inc/navtoolbar.hxx4
2 files changed, 4 insertions, 4 deletions
diff --git a/forms/source/solar/component/navbarcontrol.hxx b/forms/source/solar/component/navbarcontrol.hxx
index 3d387d0530b3..36faf579f8fb 100644
--- a/forms/source/solar/component/navbarcontrol.hxx
+++ b/forms/source/solar/component/navbarcontrol.hxx
@@ -53,7 +53,7 @@ namespace frm
);
protected:
- ~ONavigationBarControl();
+ virtual ~ONavigationBarControl();
public:
// XServiceInfo - static version
@@ -106,7 +106,7 @@ namespace frm
ONavigationBarPeer(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _rxORB
);
- ~ONavigationBarPeer();
+ virtual ~ONavigationBarPeer();
public:
// XInterface
diff --git a/forms/source/solar/inc/navtoolbar.hxx b/forms/source/solar/inc/navtoolbar.hxx
index cb39aac010e8..e83667d379db 100644
--- a/forms/source/solar/inc/navtoolbar.hxx
+++ b/forms/source/solar/inc/navtoolbar.hxx
@@ -73,7 +73,7 @@ namespace frm
const ::boost::shared_ptr< const ICommandImageProvider >& _pImageProvider,
const ::boost::shared_ptr< const ICommandDescriptionProvider >& _pDescriptionProvider
);
- ~NavigationToolBar( );
+ virtual ~NavigationToolBar( );
/** sets the dispatcher which is to be used for the features
@@ -164,7 +164,7 @@ namespace frm
public:
RecordPositionInput( Window* _pParent );
- ~RecordPositionInput();
+ virtual ~RecordPositionInput();
/** sets the dispatcher which is to be used for the features
*/