summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-28 12:31:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-03-28 14:27:10 +0100
commitabc0b5c2a2082d83c79a9339cc8569ce39ec8d55 (patch)
tree559531b1c4dd0e31cdcc89b893bc9a19bdb5e956 /fpicker
parentaea2c0b0df7d45cf78c0383fd70be8ceee4aa0b8 (diff)
using disposing
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/kde_unx/UnxFilePicker.hxx4
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 d48af8567d..d2a065486d 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 );