Silence -Werror,-Wnon-virtual-dtor
Change-Id: I643c7e8ad12f255822c51a8f295e95f8799ef36a
This commit is contained in:
@@ -45,6 +45,9 @@ class IVistaFilePickerInternalNotify
|
|||||||
virtual void onAutoExtensionChanged (bool bChecked) = 0;
|
virtual void onAutoExtensionChanged (bool bChecked) = 0;
|
||||||
|
|
||||||
virtual bool onFileTypeChanged( UINT nTypeIndex ) = 0;
|
virtual bool onFileTypeChanged( UINT nTypeIndex ) = 0;
|
||||||
|
|
||||||
|
protected:
|
||||||
|
~IVistaFilePickerInternalNotify() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
}}}
|
}}}
|
||||||
|
@@ -29,6 +29,9 @@ public:
|
|||||||
|
|
||||||
// dispatches a FilePickerEvent to wherever
|
// dispatches a FilePickerEvent to wherever
|
||||||
virtual void SAL_CALL helpRequested( css::lang::EventObject aEvent ) const = 0;
|
virtual void SAL_CALL helpRequested( css::lang::EventObject aEvent ) const = 0;
|
||||||
|
|
||||||
|
protected:
|
||||||
|
~CFOPEventDispatcher() {}
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user