summaryrefslogtreecommitdiff
path: root/fileaccess
diff options
context:
space:
mode:
authorKai Sommerfeld <kso@openoffice.org>2000-10-31 09:15:47 +0000
committerKai Sommerfeld <kso@openoffice.org>2000-10-31 09:15:47 +0000
commitfac73c03fbf810c29db61127dfb49ae24c8ce7f0 (patch)
treef06ab680c667ff32655128c7b1c4567d6e575906 /fileaccess
parentdf72d16d3ec5af2c2f13d0a9c8e26ae5984d57ed (diff)
Fixed: Typo in XContentAccess::queryContentIdentifierString() - the
second 'i' was missing.
Diffstat (limited to 'fileaccess')
-rw-r--r--fileaccess/source/FileAccess.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fileaccess/source/FileAccess.cxx b/fileaccess/source/FileAccess.cxx
index 1fd65ad1bbc2..5ae4def319a7 100644
--- a/fileaccess/source/FileAccess.cxx
+++ b/fileaccess/source/FileAccess.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FileAccess.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: ab $ $Date: 2000-10-19 07:25:37 $
+ * last change: $Author: kso $ $Date: 2000-10-31 10:15:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -448,7 +448,7 @@ Sequence< OUString > OFileAccess::getFolderContents( const OUString& FolderURL,
while ( xResultSet->next() )
{
- OUString aId = xContentAccess->queryContentIdentfierString();
+ OUString aId = xContentAccess->queryContentIdentifierString();
OUString* pFile = new OUString( aId );
pFiles->Insert( pFile, LIST_APPEND );
}