summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-06-11 17:30:32 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-06-11 17:30:32 +0000
commit408f9a9b6e7440d585ca05df89f81d61f345c89a (patch)
tree6aa54a48441a92e2b7eaf8074bd65de5ad588c43 /fpicker
parent23100aee41df9a51a8e767a180892563713894cc (diff)
replaced \ in include statement to avoid tcsh problems
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/win32/filepicker/FileOpenDlg.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpicker/source/win32/filepicker/FileOpenDlg.cxx b/fpicker/source/win32/filepicker/FileOpenDlg.cxx
index d921561676b7..fe4a428e6f16 100644
--- a/fpicker/source/win32/filepicker/FileOpenDlg.cxx
+++ b/fpicker/source/win32/filepicker/FileOpenDlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FileOpenDlg.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tra $ $Date: 2002-03-28 08:57:33 $
+ * last change: $Author: hjs $ $Date: 2002-06-11 18:30:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,7 +68,7 @@
#endif
#ifndef _WINIMPLHELPER_HXX_
-#include "..\misc\WinImplHelper.hxx"
+#include "../misc/WinImplHelper.hxx"
#endif
#ifndef _FILEOPENDLG_HXX_
@@ -735,4 +735,4 @@ void SAL_CALL CFileOpenDialog::centerPositionToParent() const
m_hwndFileOpenDlg,
NULL, x, y, 0, 0,
SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOSIZE );
-} \ No newline at end of file
+}