[Libreoffice-commits] core.git: vcl/unx

Stephan Bergmann sbergman at redhat.com
Tue Sep 15 23:52:17 PDT 2015


 vcl/unx/kde/UnxFilePicker.hxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit e4daef33ca2ae7a49d00600a5e001ba06b0cf98d
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Sep 16 08:51:38 2015 +0200

    Blind fix for --enable-tde
    
    Change-Id: I6e60bf537ffc91210862ba77ffefa933e90ed84f

diff --git a/vcl/unx/kde/UnxFilePicker.hxx b/vcl/unx/kde/UnxFilePicker.hxx
index 8a80f6e..7ec5b0d 100644
--- a/vcl/unx/kde/UnxFilePicker.hxx
+++ b/vcl/unx/kde/UnxFilePicker.hxx
@@ -27,7 +27,6 @@
 
 #include <com/sun/star/lang/XInitialization.hpp>
 #include <com/sun/star/lang/XServiceInfo.hpp>
-#include <com/sun/star/ui/dialogs/XFilePicker2.hpp>
 #include <com/sun/star/ui/dialogs/XFilePicker3.hpp>
 #include <com/sun/star/ui/dialogs/XFilePickerControlAccess.hpp>
 #include <com/sun/star/uno/XComponentContext.hpp>
@@ -46,7 +45,6 @@ protected:
 };
 
 typedef ::cppu::WeakComponentImplHelper<
-        ::com::sun::star::ui::dialogs::XFilePicker2,
         ::com::sun::star::ui::dialogs::XFilePicker3,
         ::com::sun::star::ui::dialogs::XFilePickerControlAccess,
 // TODO ::com::sun::star::ui::dialogs::XFilePreview,


More information about the Libreoffice-commits mailing list