aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-28 01:14:45 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-28 01:14:45 +0000
commit0807320391d8165aeea81cc44c744597244c2f24 (patch)
tree450cac56781020794f0817327329d46c06a376ff /editors/openoffice.org-vcltesttool
parent118636f006c68bc10b668a1d8112c67c9a7a18e1 (diff)
downloadports-0807320391d8165aeea81cc44c744597244c2f24.tar.gz
ports-0807320391d8165aeea81cc44c744597244c2f24.zip
Notes
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-scptools+source+linker+searchcache2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-vcltesttool/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-vcltesttool/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-vcltesttool/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 )