From 416ddb17741bd268941afd690cb6e918475f972a Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Wed, 21 Apr 2004 13:21:34 +0000 Subject: INTEGRATION: CWS ooo20040329 (1.12.82); FILE MERGED 2004/03/17 11:27:26 waratah 1.12.82.1: #i1858# correct some spelling mistakes in comments --- ucbhelper/inc/ucbhelper/content.hxx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'ucbhelper') diff --git a/ucbhelper/inc/ucbhelper/content.hxx b/ucbhelper/inc/ucbhelper/content.hxx index 23ae61404a6a..4845a2be3136 100644 --- a/ucbhelper/inc/ucbhelper/content.hxx +++ b/ucbhelper/inc/ucbhelper/content.hxx @@ -2,9 +2,9 @@ * * $RCSfile: content.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: svesik $ $Date: 2004-04-21 12:33:03 $ + * last change: $Author: svesik $ $Date: 2004-04-21 14:21:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef _UCBHELPER_CONTENT_HXX #define _UCBHELPER_CONTENT_HXX @@ -654,7 +653,7 @@ public: * Internally it executes the command "open" at the content. * * @param rPropertyNames is a sequence of names of properties for - * that the values should be accessable via the resultset + * that the values should be accessible via the resultset * returned by this method. * @param eMode is a very simple filter for the children contained * in the resultset. @@ -676,7 +675,7 @@ public: * Internally it executes the command "open" at the content. * * @param nPropertyHandles is a sequence of handles of properties for - * that the values should be accessable via the resultset + * that the values should be accessible via the resultset * returned by this method. * @param eMode is a very simple filter for the children contained * in the resultset. @@ -698,7 +697,7 @@ public: * Internally it executes the command "open" at the content. * * @param rPropertyNames is a sequence of names of properties for - * that the values should be accessable via the resultset + * that the values should be accessible via the resultset * returned by this method. * @param eMode is a very simple filter for the children contained * in the resultset. @@ -721,7 +720,7 @@ public: * Internally it executes the command "open" at the content. * * @param nPropertyHandes is a sequence of handles of properties for - * that the values should be accessable via the resultset + * that the values should be accessible via the resultset * returned by this method. * @param eMode is a very simple filter for the children contained * in the resultset. -- cgit