diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-03 12:20:41 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-08-03 12:20:41 +0000 |
commit | e7d297c874327fc2ad23a256ccc6944b4b021bfd (patch) | |
tree | c81ca047ff4c8e31a4d5eab96b73f7d3ac70c342 /fpicker/source/unx | |
parent | 8aa9253521a92d5ac1d3e42165a6181d5a7a597d (diff) |
INTEGRATION: CWS fpicker6 (1.6.74); FILE MERGED
2006/08/01 17:45:26 cmc 1.6.74.1: #i63263# multiselect support
Diffstat (limited to 'fpicker/source/unx')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkPicker.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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 <com/sun/star/ui/dialogs/XFilePicker.hpp> #endif +#ifndef _COM_SUN_STAR_UI_DIALOGS_XFILEPICKERWORKAROUND_HPP_ +#include <com/sun/star/ui/dialogs/XFilePickerWorkaround.hpp> +#endif + #ifndef _COM_SUN_STAR_UI_XFOLDERPICKER_HPP_ #include <com/sun/star/ui/dialogs/XFolderPicker.hpp> #endif |