diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/i18nlangtag/mslangid.hxx | 2 | ||||
-rw-r--r-- | include/svtools/brwbox.hxx | 2 | ||||
-rw-r--r-- | include/xmloff/xmlprhdl.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/i18nlangtag/mslangid.hxx b/include/i18nlangtag/mslangid.hxx index b38e01d829fc..c9851e098e1c 100644 --- a/include/i18nlangtag/mslangid.hxx +++ b/include/i18nlangtag/mslangid.hxx @@ -166,7 +166,7 @@ public: */ static LanguageType getReplacementForObsoleteLanguage( LanguageType nLang ); - /** Whether locale is legacy, i.e. country ot confederation doesn't exist anymore. */ + /** Whether locale is legacy, i.e. country or confederation doesn't exist anymore. */ static bool isLegacy( LanguageType nLang ); diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx index 2f21d512781c..a5eee89784fe 100644 --- a/include/svtools/brwbox.hxx +++ b/include/svtools/brwbox.hxx @@ -599,7 +599,7 @@ public: bool _bColumnHeaderBar ); - /** returns the Rectangle for either the column header bar ot the row header bar + /** returns the Rectangle for either the column header bar or the row header bar @param _bIsColumnBar <TRUE/> when column header bar is used @param _bOnScreen diff --git a/include/xmloff/xmlprhdl.hxx b/include/xmloff/xmlprhdl.hxx index bc46a978a859..0aba91b432f4 100644 --- a/include/xmloff/xmlprhdl.hxx +++ b/include/xmloff/xmlprhdl.hxx @@ -48,7 +48,7 @@ public: /// Imports the given value in cas of the given XML-data-type virtual bool importXML( const OUString& rStrImpValue, css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const =0; - /// Exports the given value in cas of the given XML-data-type + /// Exports the given value in case of the given XML-data-type virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const =0; }; |