aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2003-03-28 09:14:45 +0800
committermbr <mbr@FreeBSD.org>2003-03-28 09:14:45 +0800
commit9e3f5772ea3f57d1dbef935795446404e6b8e4fe (patch)
tree88c8cf7ebac779e1e02c89d9b9705ce40bde05cf /editors
parentbc921aa8089f9964e6d329896f00b45742b75827 (diff)
downloadfreebsd-ports-gnome-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.tar.gz
freebsd-ports-gnome-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.tar.zst
freebsd-ports-gnome-9e3f5772ea3f57d1dbef935795446404e6b8e4fe.zip
Fix typo: ScanFileList -> SCacheFileList
Diffstat (limited to 'editors')
-rw-r--r--editors/openoffice-1.0/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice-1.1/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice-2.0-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice-3-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice-3/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-1.0/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-1.1/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-2-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-2.0-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-2.0/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-2/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-3-devel/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-3/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice.org-vcltesttool/files/patch-scptools+source+linker+searchcache2
-rw-r--r--editors/openoffice/files/patch-scptools+source+linker+searchcache2
20 files changed, 20 insertions, 20 deletions
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 )
diff --git a/editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-1.1-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-1.1-devel/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 )
diff --git a/editors/openoffice-1.1/files/patch-scptools+source+linker+searchcache b/editors/openoffice-1.1/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-1.1/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-1.1/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 )
diff --git a/editors/openoffice-2.0-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice-2.0-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-2.0-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-2.0-devel/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 )
diff --git a/editors/openoffice-3-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice-3-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-3-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-3-devel/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 )
diff --git a/editors/openoffice-3/files/patch-scptools+source+linker+searchcache b/editors/openoffice-3/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-3/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-3/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 )
diff --git a/editors/openoffice-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice-devel/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 )
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 )
diff --git a/editors/openoffice.org-1.1-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-1.1-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-1.1-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-1.1-devel/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 )
diff --git a/editors/openoffice.org-1.1/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-1.1/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-1.1/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-1.1/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 )
diff --git a/editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-2-RC/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-2-RC/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 )
diff --git a/editors/openoffice.org-2-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-2-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-2-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-2-devel/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 )
diff --git a/editors/openoffice.org-2.0-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-2.0-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-2.0-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-2.0-devel/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 )
diff --git a/editors/openoffice.org-2.0/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-2.0/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-2.0/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-2.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 )
diff --git a/editors/openoffice.org-2/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-2/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-2/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-2/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 )
diff --git a/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-3-RC/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-3-RC/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 )
diff --git a/editors/openoffice.org-3-devel/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-3-devel/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-3-devel/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-3-devel/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 )
diff --git a/editors/openoffice.org-3/files/patch-scptools+source+linker+searchcache b/editors/openoffice.org-3/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice.org-3/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice.org-3/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 )
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 )
diff --git a/editors/openoffice/files/patch-scptools+source+linker+searchcache b/editors/openoffice/files/patch-scptools+source+linker+searchcache
index 05bc20264122..d090f9911990 100644
--- a/editors/openoffice/files/patch-scptools+source+linker+searchcache
+++ b/editors/openoffice/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 )