summaryrefslogtreecommitdiffstats
path: root/fpicker/source/win32/filepicker/filepickereventnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/filepickereventnotification.hxx')
-rw-r--r--fpicker/source/win32/filepicker/filepickereventnotification.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/filepickereventnotification.hxx b/fpicker/source/win32/filepicker/filepickereventnotification.hxx
index bb9a0582055e..132e4e937371 100644
--- a/fpicker/source/win32/filepicker/filepickereventnotification.hxx
+++ b/fpicker/source/win32/filepicker/filepickereventnotification.hxx
@@ -35,7 +35,7 @@ public:
typedef void (SAL_CALL css::ui::dialogs::XFilePickerListener::*EventListenerMethod_t)();
public:
- CFilePickerEventNotification(EventListenerMethod_t EventListenerMethod);
+ explicit CFilePickerEventNotification(EventListenerMethod_t EventListenerMethod);
virtual void SAL_CALL notifyEventListener( css::uno::Reference< css::uno::XInterface > xListener );
@@ -52,7 +52,7 @@ class CFilePickerParamEventNotification : public CEventNotification
public:
typedef void (SAL_CALL css::ui::dialogs::XFilePickerListener::*EventListenerMethod_t)(const css::ui::dialogs::FilePickerEvent&);
- CFilePickerParamEventNotification(EventListenerMethod_t EventListenerMethod, const css::ui::dialogs::FilePickerEvent& FilePickerEvent);
+ explicit CFilePickerParamEventNotification(EventListenerMethod_t EventListenerMethod, const css::ui::dialogs::FilePickerEvent& FilePickerEvent);
virtual void SAL_CALL notifyEventListener( css::uno::Reference< css::uno::XInterface > xListener );