Fix typos
Change-Id: I28d9591517c324e995691139582c77b5cfdc9d77 Reviewed-on: https://gerrit.libreoffice.org/52211 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
5203027d74
commit
cc7ff0c141
7 changed files with 11 additions and 11 deletions
|
@ -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()
|
||||
|
|
|
@ -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();
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -23,15 +23,15 @@
|
|||
#include <string>
|
||||
|
||||
|
||||
/* 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
|
||||
*/
|
||||
|
|
|
@ -29,8 +29,8 @@
|
|||
|
||||
#include <rtl/character.hxx>
|
||||
|
||||
/* 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 )
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue