From cc360f0a483e7c68ece7a30424f204d660d74b1c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 27 Nov 2012 10:39:28 +0100 Subject: fdo#46808: Missing adaptions to XFolderPicker2 c988da288ec473a28f61ebb53aa3ff82bab11ef4 "fdo#46808, Adapt ui::dialogs::FolderPicker UNO service to new style" had left some FolderPicker implementations at XFolderPicker, so creating them caused DeploymentExceptions. Change-Id: I3463161f9bb87a69a2777c331eb5b93d487790b0 --- vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx') diff --git a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx index e70d5ab15a84..ca0746288b85 100644 --- a/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx +++ b/vcl/unx/gtk/fpicker/SalGtkFolderPicker.hxx @@ -23,15 +23,14 @@ #include #include #include -#include +#include #include "gtk/fpicker/SalGtkPicker.hxx" class SalGtkFolderPicker : public SalGtkPicker, - public cppu::WeakImplHelper2< - ::com::sun::star::ui::dialogs::XFolderPicker, - ::com::sun::star::util::XCancellable > + public cppu::WeakImplHelper1< + ::com::sun::star::ui::dialogs::XFolderPicker2 > { public: -- cgit v1.2.3