summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache
blob: d090f991199036495390d6af988d222801b0e770 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- ../scptools/source/linker/searchcache.hxx.orig	Thu Mar 27 23:21:09 2003
+++ ../scptools/source/linker/searchcache.hxx	Thu Mar 27 23:21:40 2003
@@ -72,11 +72,11 @@
 //	types
 ///////////////////////////////////////////////////////////////////////////////
 
-DECLARE_LIST( FileList, ByteString* )
+DECLARE_LIST( SCacheFileList, ByteString* )
 struct Include
 {
 	ByteString	aBaseDir;
-	FileList	aFileLst;
+	SCacheFileList	aFileLst;
 };
 DECLARE_LIST( IncludeList, Include* )
 
--- ../scptools/source/linker/searchcache.cxx.orig	Thu Mar 27 23:23:04 2003
+++ ../scptools/source/linker/searchcache.cxx	Thu Mar 27 23:23:51 2003
@@ -218,7 +218,7 @@
 		rPath += aDelim;
 }
 
-void ScanFileList( const ByteString& rPath, FileList& rLst )
+void ScanFileList( const ByteString& rPath, SCacheFileList& rLst )
 {
 	Dir aFiles( rPath, FSYS_KIND_FILE );
 	for( USHORT i = 0; i < aFiles.Count(); ++i )