summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/fpicker/eventnotification.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/gtk/fpicker/eventnotification.hxx')
-rw-r--r--vcl/unx/gtk/fpicker/eventnotification.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk/fpicker/eventnotification.hxx b/vcl/unx/gtk/fpicker/eventnotification.hxx
index 0697e2599ffe..88a472e0e8ce 100644
--- a/vcl/unx/gtk/fpicker/eventnotification.hxx
+++ b/vcl/unx/gtk/fpicker/eventnotification.hxx
@@ -35,7 +35,7 @@ class CEventNotification
public:
virtual ~CEventNotification() { };
- virtual void SAL_CALL notifyEventListener( com::sun::star::uno::Reference< com::sun::star::uno::XInterface > xListener ) = 0;
+ virtual void SAL_CALL notifyEventListener( css::uno::Reference< css::uno::XInterface > xListener ) = 0;
};
#endif