summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:33:00 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 14:33:00 +0000
commita63196619050ae99ed8c682afd74b739b4a5ade2 (patch)
tree590597530c214fd5e740a02042b7d9100c84db33 /fpicker
parent26789dbfbf084e3b97d0a22d8ea8b1ff0c40ac7d (diff)
INTEGRATION: CWS fpicker7 (1.23.20); FILE MERGED
2007/10/17 09:31:11 cmc 1.23.20.1: #i82700# show all files in mailmerge select database file picker
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/unx/gnome/SalGtkFilePicker.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
index def6c0013e06..4effc8cf4181 100644
--- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
+++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SalGtkFilePicker.cxx,v $
*
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
- * last change: $Author: ihi $ $Date: 2007-11-19 16:25:09 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 15:33:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1897,7 +1897,7 @@ int SalGtkFilePicker::implAddFilter( const OUString& rFilter, const OUString& rT
static const OUString aStarDot = OUString::createFromAscii( "*." );
OUString aTokens;
- bool bAllGlob = !rType.compareToAscii( "*.*" );
+ bool bAllGlob = !rType.compareToAscii( "*.*" ) || !rType.compareToAscii( "*" );
if (bAllGlob)
gtk_file_filter_add_pattern( filter, "*" );
else