From 09a1d86b527760336303718d4825b27edb77989d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 28 Mar 2011 12:31:14 +0100 Subject: using disposing --- fpicker/source/unx/kde_unx/UnxFilePicker.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fpicker') 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 ); -- cgit