Silence -Werror,-Wnon-virtual-dtor

Change-Id: I643c7e8ad12f255822c51a8f295e95f8799ef36a
This commit is contained in:
Stephan Bergmann
2016-03-04 10:05:44 +01:00
parent e6a3818509
commit 10aec5f91f
2 changed files with 6 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ class IVistaFilePickerInternalNotify
virtual void onAutoExtensionChanged (bool bChecked) = 0;
virtual bool onFileTypeChanged( UINT nTypeIndex ) = 0;
protected:
~IVistaFilePickerInternalNotify() {}
};
}}}

View File

@@ -29,6 +29,9 @@ public:
// dispatches a FilePickerEvent to wherever
virtual void SAL_CALL helpRequested( css::lang::EventObject aEvent ) const = 0;
protected:
~CFOPEventDispatcher() {}
};
#endif