diff options
-rw-r--r-- | comphelper/source/container/container.cxx | 2 | ||||
-rw-r--r-- | include/unotools/syslocaleoptions.hxx | 2 | ||||
-rw-r--r-- | sw/source/core/doc/doctxm.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/source/container/container.cxx b/comphelper/source/container/container.cxx index 73a3b2016bd8..dffc2a36d30c 100644 --- a/comphelper/source/container/container.cxx +++ b/comphelper/source/container/container.cxx @@ -76,7 +76,7 @@ IndexAccessIterator::~IndexAccessIterator() {} while (m_arrChildIndizies.size() > 0) { // If the list isn't empty and there's nothing above ::com::sun::star::uno::Reference< ::com::sun::star::container::XChild> xChild(xSearchLoop, ::com::sun::star::uno::UNO_QUERY); - OSL_ENSURE(xChild.is(), "IndexAccessIterator::Next : a content has no approriate interface !"); + OSL_ENSURE(xChild.is(), "IndexAccessIterator::Next : a content has no appropriate interface !"); ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface> xParent( xChild->getParent()); xContainerAccess = ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>(xParent, ::com::sun::star::uno::UNO_QUERY); diff --git a/include/unotools/syslocaleoptions.hxx b/include/unotools/syslocaleoptions.hxx index 8439d7fd7d71..9e1e1646c269 100644 --- a/include/unotools/syslocaleoptions.hxx +++ b/include/unotools/syslocaleoptions.hxx @@ -119,7 +119,7 @@ public: void SetDatePatternsConfigString( const OUString& rStr ); // determine whether the decimal separator defined in the keyboard layout is used - // or the one approriate to the locale + // or the one appropriate to the locale bool IsDecimalSeparatorAsLocale() const; void SetDecimalSeparatorAsLocale( bool bSet); diff --git a/sw/source/core/doc/doctxm.cxx b/sw/source/core/doc/doctxm.cxx index 9b3cc25d4b95..c37bc37ca440 100644 --- a/sw/source/core/doc/doctxm.cxx +++ b/sw/source/core/doc/doctxm.cxx @@ -773,7 +773,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr, pDoc->ChgFmt(*GetFmt(), *pAttr); // determine default page description, which will be used by the content nodes, - // if no approriate one is found. + // if no appropriate one is found. const SwPageDesc* pDefaultPageDesc; { pDefaultPageDesc = |