diff options
Diffstat (limited to 'fpicker/source/unx/gnome/SalGtkPicker.hxx')
-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 |