summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-03-12 06:33:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-03-12 06:33:29 +0000
commit668a90d10980930fc1855639e75f95d15100e86e (patch)
treed48792e02631b385a2da64c4f000ff191e7b5c06 /fpicker
parentf388d40f39d5cc52486adbbe084c2adab6b796bf (diff)
INTEGRATION: CWS hro34 (1.28.42); FILE MERGED
2008/03/07 10:38:15 hro 1.28.42.1: #i78851# #i72556# Implemented Vista style File Dialog
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/WinFileOpenImpl.cxx15
1 files changed, 4 insertions, 11 deletions
diff --git a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
index cea939e337ff..3ded6a454335 100644
--- a/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
+++ b/fpicker/source/win32/filepicker/WinFileOpenImpl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: WinFileOpenImpl.cxx,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: ihi $ $Date: 2007-11-19 16:26:44 $
+ * last change: $Author: rt $ $Date: 2008-03-12 07:33:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -40,6 +40,8 @@
// includes
//------------------------------------------------------------------------
+#include "shared.hxx"
+
#ifndef _WINFILEOPENIMPL_HXX_
#include "WinFileOpenImpl.hxx"
#endif
@@ -140,15 +142,6 @@ struct EnumParam
};
//-------------------------------------------------------------------------
-//
-//-------------------------------------------------------------------------
-
-const rtl::OUString BACKSLASH = rtl::OUString::createFromAscii( "\\" );
-const rtl::OUString FILTER_SEPARATOR = rtl::OUString::createFromAscii( "------------------------------------------" );
-const rtl::OUString ALL_FILES_WILDCARD = rtl::OUString::createFromAscii( "*.*" );
-const sal_Bool ALLOW_DUPLICATES = sal_True;
-
-//-------------------------------------------------------------------------
// ctor
//-------------------------------------------------------------------------