Kaydet (Commit) 10aec5f9 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Silence -Werror,-Wnon-virtual-dtor

Change-Id: I643c7e8ad12f255822c51a8f295e95f8799ef36a
üst e6a38185
...@@ -45,6 +45,9 @@ class IVistaFilePickerInternalNotify ...@@ -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: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment