From cc7ff0c141e27090ab521073b961b5eeeb4d693e Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 3 Apr 2018 00:27:19 +0200 Subject: Fix typos Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77 Reviewed-on: https://gerrit.libreoffice.org/52211 Tested-by: Jenkins Reviewed-by: Julien Nabet --- linguistic/source/gciterator.hxx | 2 +- lotuswordpro/source/filter/xfilter/xfutil.cxx | 2 +- scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl | 2 +- shell/inc/iso8601_converter.hxx | 6 +++--- shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 4 ++-- smoketest/data/Basic/Standard/Test_DB.xml | 2 +- ucb/source/cacher/cachedcontentresultset.cxx | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/linguistic/source/gciterator.hxx b/linguistic/source/gciterator.hxx index 0d7a1855f37f..568a30f50150 100644 --- a/linguistic/source/gciterator.hxx +++ b/linguistic/source/gciterator.hxx @@ -57,7 +57,7 @@ struct FPEntry // the starting position to be checked sal_Int32 m_nStartIndex; - // the flag to identify whether the document does automatical grammar checking + // the flag to identify whether the document does automatic grammar checking bool m_bAutomatic; FPEntry() diff --git a/lotuswordpro/source/filter/xfilter/xfutil.cxx b/lotuswordpro/source/filter/xfilter/xfutil.cxx index c54662283644..c365bf5e1dec 100644 --- a/lotuswordpro/source/filter/xfilter/xfutil.cxx +++ b/lotuswordpro/source/filter/xfilter/xfutil.cxx @@ -146,7 +146,7 @@ OUString GetUnderlineName(enumXFUnderline type) return OUString("double-wave"); break; case enumXFUnderlineSmallWave: - return OUString("samll-wave"); + return OUString("small-wave"); break; } return OUString(); diff --git a/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl b/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl index 995430c69fce..24142964efb8 100644 --- a/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl +++ b/scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl @@ -400,7 +400,7 @@ module addin double getDuration( [in] com::sun::star::beans::XPropertySet xOptions, [in] long Settlement, [in] long Maturity, [in] double Coupon, [in] double Yield, - [in] long Frequncy, [in] any Base ) + [in] long Frequency, [in] any Base ) raises( com::sun::star::lang::IllegalArgumentException ); /// effect. diff --git a/shell/inc/iso8601_converter.hxx b/shell/inc/iso8601_converter.hxx index 570cecbef4e5..a8a0b4ed2ae2 100644 --- a/shell/inc/iso8601_converter.hxx +++ b/shell/inc/iso8601_converter.hxx @@ -23,15 +23,15 @@ #include -/* Converts ISO 8601 conform date/time - represenation to the representation +/* Converts ISO 8601 compliant date/time + representation to the representation conforming to the current locale, ignoring the milliseconds part if exists */ std::wstring iso8601_date_to_local_date(const std::wstring& iso8601date); -/* Converts ISO 8601 conform duration +/* Converts ISO 8601 compliant duration representation to the representation conforming to the current locale */ diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx index c55d9513b67c..331a76926a5f 100644 --- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx +++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx @@ -29,8 +29,8 @@ #include -/* Converts ISO 8601 conform date/time - represenation to the representation +/* Converts ISO 8601 compliant date/time + representation to the representation conforming to the current locale */ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate ) diff --git a/smoketest/data/Basic/Standard/Test_DB.xml b/smoketest/data/Basic/Standard/Test_DB.xml index 4572f3d337e9..d3452d141d27 100644 --- a/smoketest/data/Basic/Standard/Test_DB.xml +++ b/smoketest/data/Basic/Standard/Test_DB.xml @@ -32,7 +32,7 @@ Sub TestDB Dim sDBName as String, sTable as String, sCurrentMessage as String Dim nRowCount as Integer Dim bResult as Boolean - Const sTestString = "Automatical Test" + Const sTestString = "Automatic Test" On Local Error GoTo DBERROR diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx index c7444b5d8f45..bf343123616c 100644 --- a/ucb/source/cacher/cachedcontentresultset.cxx +++ b/ucb/source/cacher/cachedcontentresultset.cxx @@ -1659,7 +1659,7 @@ sal_Bool SAL_CALL CachedContentResultSet } aGuard.clear(); - //find out whethter the original resultset contains rows or not + //find out whether the original resultset contains rows or not m_xResultSetOrigin->afterLast(); aGuard.reset(); @@ -1692,7 +1692,7 @@ sal_Bool SAL_CALL CachedContentResultSet } aGuard.clear(); - //find out whethter the original resultset contains rows or not + //find out whether the original resultset contains rows or not m_xResultSetOrigin->beforeFirst(); aGuard.reset(); -- cgit