summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-19 15:25:40 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-19 15:25:40 +0000
commitad391fc3974fd648b34aae1d629f49020ab7cdf7 (patch)
tree8343078041706530e104d3d0ba21757c1536ee7e /fpicker
parent7f8991fbe0620961f606e3c6b59d159967c8727f (diff)
INTEGRATION: CWS as6 (1.8.100); FILE MERGED
2007/07/24 12:46:08 as 1.8.100.1: #i63263# support new optional interface XFilePicker2
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/gnome/SalGtkPicker.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkPicker.hxx b/fpicker/source/unx/gnome/SalGtkPicker.hxx
index 0e72f8fca833..a8edcf02551f 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.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: vg $ $Date: 2006-08-07 13:59:37 $
+ * last change: $Author: ihi $ $Date: 2007-11-19 16:25:40 $
*
* 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_XFILEPICKER2_HPP_
+#include <com/sun/star/ui/dialogs/XFilePicker2.hpp>
+#endif
+
#ifndef _COM_SUN_STAR_UI_XFOLDERPICKER_HPP_
#include <com/sun/star/ui/dialogs/XFolderPicker.hpp>
#endif