From e7d297c874327fc2ad23a256ccc6944b4b021bfd Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 3 Aug 2006 12:20:41 +0000 Subject: INTEGRATION: CWS fpicker6 (1.6.74); FILE MERGED 2006/08/01 17:45:26 cmc 1.6.74.1: #i63263# multiselect support --- fpicker/source/unx/gnome/SalGtkPicker.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'fpicker/source/unx') diff --git a/fpicker/source/unx/gnome/SalGtkPicker.hxx b/fpicker/source/unx/gnome/SalGtkPicker.hxx index 487872b13b9f..285d8866d3c1 100644 --- a/fpicker/source/unx/gnome/SalGtkPicker.hxx +++ b/fpicker/source/unx/gnome/SalGtkPicker.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SalGtkPicker.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-08 23:36:05 $ + * last change: $Author: ihi $ $Date: 2006-08-03 13:20:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,6 +48,10 @@ #include #endif +#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILEPICKERWORKAROUND_HPP_ +#include +#endif + #ifndef _COM_SUN_STAR_UI_XFOLDERPICKER_HPP_ #include #endif -- cgit