diff options
Diffstat (limited to 'include/svtools/popupwindowcontroller.hxx')
-rw-r--r-- | include/svtools/popupwindowcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/popupwindowcontroller.hxx b/include/svtools/popupwindowcontroller.hxx index 8925481980a8..86466f08059a 100644 --- a/include/svtools/popupwindowcontroller.hxx +++ b/include/svtools/popupwindowcontroller.hxx @@ -39,7 +39,7 @@ public: PopupWindowController( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& rxContext, const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XFrame >& xFrame, const OUString& aCommandURL ); - ~PopupWindowController(); + virtual ~PopupWindowController(); virtual ::Window* createPopupWindow( ::Window* pParent ) = 0; |