From fac73c03fbf810c29db61127dfb49ae24c8ce7f0 Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Tue, 31 Oct 2000 09:15:47 +0000 Subject: Fixed: Typo in XContentAccess::queryContentIdentifierString() - the second 'i' was missing. --- fileaccess/source/FileAccess.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'fileaccess/source') 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 ); } -- cgit