Kaydet (Commit) 8bb09efc authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: approriate -> appropriate

üst ca5eb633
...@@ -76,7 +76,7 @@ IndexAccessIterator::~IndexAccessIterator() {} ...@@ -76,7 +76,7 @@ IndexAccessIterator::~IndexAccessIterator() {}
while (m_arrChildIndizies.size() > 0) while (m_arrChildIndizies.size() > 0)
{ // If the list isn't empty and there's nothing above { // 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); ::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()); ::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); xContainerAccess = ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexAccess>(xParent, ::com::sun::star::uno::UNO_QUERY);
......
...@@ -119,7 +119,7 @@ public: ...@@ -119,7 +119,7 @@ public:
void SetDatePatternsConfigString( const OUString& rStr ); void SetDatePatternsConfigString( const OUString& rStr );
// determine whether the decimal separator defined in the keyboard layout is used // 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; bool IsDecimalSeparatorAsLocale() const;
void SetDecimalSeparatorAsLocale( bool bSet); void SetDecimalSeparatorAsLocale( bool bSet);
......
...@@ -773,7 +773,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr, ...@@ -773,7 +773,7 @@ void SwTOXBaseSection::Update(const SfxItemSet* pAttr,
pDoc->ChgFmt(*GetFmt(), *pAttr); pDoc->ChgFmt(*GetFmt(), *pAttr);
// determine default page description, which will be used by the content nodes, // 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; const SwPageDesc* pDefaultPageDesc;
{ {
pDefaultPageDesc = pDefaultPageDesc =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment