summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Seidel <mseidel@apache.org>2018-12-28 00:10:41 +0000
committerMatthias Seidel <mseidel@apache.org>2018-12-28 00:10:41 +0000
commitd68d2cedca1870f3ee107432b0e28bc7112c3dff (patch)
treeaf1508b88da46215b00fe8bb6293a351d79053cf
parent888f1220b8b265c5e957e8c75e12ae975d3d1a39 (diff)
Fixed typos (optinal -> optional)
Notes
Notes: prefer: 5aafb3db7e8316e8e5a8665d6161fda4d4588443
-rw-r--r--filter/source/config/cache/typedetection.hxx2
-rw-r--r--filter/source/svg/svgwriter.cxx4
-rw-r--r--offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl2
3 files changed, 4 insertions, 4 deletions
diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx
index 9aa41434fcf3..4460eef81656 100644
--- a/filter/source/config/cache/typedetection.hxx
+++ b/filter/source/config/cache/typedetection.hxx
@@ -206,7 +206,7 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer
/** @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.
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 26f3d2ad78d7..3de21a018971 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -1648,7 +1648,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
{
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( const GDIMetaFile& rMtf,
{
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++);
}
diff --git a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
index c2a926502ecb..ef7d447fae9a 100644
--- a/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
+++ b/offapi/com/sun/star/chart2/data/XDatabaseDataProvider.idl
@@ -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>