diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 12:31:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-28 14:27:10 +0100 |
commit | 09a1d86b527760336303718d4825b27edb77989d (patch) | |
tree | 44200c694df5192a22ff97e2df6cf7c4579ffe99 /fpicker | |
parent | 3651b272907080a83d38db5b9a26a1f6d049b20f (diff) |
using disposing
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/unx/kde_unx/UnxFilePicker.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fpicker/source/unx/kde_unx/UnxFilePicker.hxx b/fpicker/source/unx/kde_unx/UnxFilePicker.hxx index d48af8567d45..d2a065486d17 100644 --- a/fpicker/source/unx/kde_unx/UnxFilePicker.hxx +++ b/fpicker/source/unx/kde_unx/UnxFilePicker.hxx @@ -86,6 +86,10 @@ public: UnxFilePicker( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >& xServiceMgr ); virtual ~UnxFilePicker(); + // XComponent + + using cppu::WeakComponentImplHelperBase::disposing; + // XFilePickerNotifier virtual void SAL_CALL addFilePickerListener( const ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XFilePickerListener >& xListener ) throw( ::com::sun::star::uno::RuntimeException ); |