typo: approriate -> appropriate
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
||||
|
@@ -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 =
|
||||
|
Reference in New Issue
Block a user