From 408f9a9b6e7440d585ca05df89f81d61f345c89a Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 11 Jun 2002 17:30:32 +0000 Subject: replaced \ in include statement to avoid tcsh problems --- fpicker/source/win32/filepicker/FileOpenDlg.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fpicker') 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 +} -- cgit