You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/12/28 00:10:41 UTC

svn commit: r1849823 - in /openoffice/trunk/main: filter/source/config/cache/typedetection.hxx filter/source/svg/svgwriter.cxx offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl

Author: mseidel
Date: Fri Dec 28 00:10:41 2018
New Revision: 1849823

URL: http://svn.apache.org/viewvc?rev=1849823&view=rev
Log:
Fixed typos (optinal -> optional)

Modified:
    openoffice/trunk/main/filter/source/config/cache/typedetection.hxx
    openoffice/trunk/main/filter/source/svg/svgwriter.cxx
    openoffice/trunk/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl

Modified: openoffice/trunk/main/filter/source/config/cache/typedetection.hxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/config/cache/typedetection.hxx?rev=1849823&r1=1849822&r2=1849823&view=diff
==============================================================================
--- openoffice/trunk/main/filter/source/config/cache/typedetection.hxx (original)
+++ openoffice/trunk/main/filter/source/config/cache/typedetection.hxx Fri Dec 28 00:10:41 2018
@@ -206,7 +206,7 @@ class TypeDetection : public ::cppu::Imp
         
         /** @short      seek a might existing stream to position 0.
         
-            @descr      This is an optinal action to be more robust
+            @descr      This is an optional action to be more robust
                         in case any detect service doesn't make this seek ...
                         Normaly it's part of any called detect service or filter ...
                         but sometimes it's not done there.

Modified: openoffice/trunk/main/filter/source/svg/svgwriter.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/filter/source/svg/svgwriter.cxx?rev=1849823&r1=1849822&r2=1849823&view=diff
==============================================================================
--- openoffice/trunk/main/filter/source/svg/svgwriter.cxx (original)
+++ openoffice/trunk/main/filter/source/svg/svgwriter.cxx Fri Dec 28 00:10:41 2018
@@ -1648,7 +1648,7 @@ void SVGActionWriter::ImplWriteActions(
                         {
                             mapCurShape->maShapePolyPoly = aStartArrow;
 
-                            if( pElementId ) // #i124825# pElementId is optinal, may be zero
+                            if( pElementId ) // #i124825# pElementId is optional, may be zero
                             {
                                 mapCurShape->maId = *pElementId + B2UCONST("_") + ::rtl::OUString::valueOf(nEntryCount++);
                             }
@@ -1660,7 +1660,7 @@ void SVGActionWriter::ImplWriteActions(
                         {
                             mapCurShape->maShapePolyPoly = aEndArrow;
 
-                            if( pElementId ) // #i124825# pElementId is optinal, may be zero
+                            if( pElementId ) // #i124825# pElementId is optional, may be zero
                             {
                                 mapCurShape->maId = *pElementId + B2UCONST("_") + ::rtl::OUString::valueOf(nEntryCount++);
                             }

Modified: openoffice/trunk/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl?rev=1849823&r1=1849822&r2=1849823&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl Fri Dec 28 00:10:41 2018
@@ -138,7 +138,7 @@ interface XDatabaseDataProvider
 	 */
     [attribute,bound] long CommandType;
 
-	/** specifies an additional filter to optinally use.
+	/** specifies an additional filter to optionally use.
 
 		<p>The Filter string has to form a SQL WHERE-clause, <em>without</em> the WHERE-string itself.</p>