diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-03-28 01:14:45 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-03-28 01:14:45 +0000 |
commit | 0807320391d8165aeea81cc44c744597244c2f24 (patch) | |
tree | 450cac56781020794f0817327329d46c06a376ff /editors/openoffice.org-1.0 | |
parent | 118636f006c68bc10b668a1d8112c67c9a7a18e1 (diff) | |
download | ports-0807320391d8165aeea81cc44c744597244c2f24.tar.gz ports-0807320391d8165aeea81cc44c744597244c2f24.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-1.0')
-rw-r--r-- | editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache index 05bc20264122..d090f9911990 100644 --- a/editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache +++ b/editors/openoffice.org-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 ) |