From 0807320391d8165aeea81cc44c744597244c2f24 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 28 Mar 2003 01:14:45 +0000 Subject: Fix typo: ScanFileList -> SCacheFileList --- editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice-1.0/files') diff --git a/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache b/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache index 05bc20264122..d090f9911990 100644 --- a/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache +++ b/editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache @@ -21,7 +21,7 @@ } -void ScanFileList( const ByteString& rPath, FileList& rLst ) -+void ScanFileList( const ByteString& rPath, ScanFileList& rLst ) ++void ScanFileList( const ByteString& rPath, SCacheFileList& rLst ) { Dir aFiles( rPath, FSYS_KIND_FILE ); for( USHORT i = 0; i < aFiles.Count(); ++i ) -- cgit v1.2.3