summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linguistic/source/gciterator.hxx2
-rw-r--r--lotuswordpro/source/filter/xfilter/xfutil.cxx2
-rw-r--r--scaddins/idl/com/sun/star/sheet/addin/XAnalysis.idl2
-rw-r--r--shell/inc/iso8601_converter.hxx6
-rw-r--r--shell/source/win32/shlxthandler/util/iso8601_converter.cxx4
-rw-r--r--smoketest/data/Basic/Standard/Test_DB.xml2
-rw-r--r--ucb/source/cacher/cachedcontentresultset.cxx4
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 <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
*/
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 <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 )
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 = &quot;Automatical Test&quot;
+ Const sTestString = &quot;Automatic Test&quot;
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();