Fix typo
Change-Id: I56b36663a460eb6840968bc02e61371ace558fa7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135490 Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
parent
51942eafdb
commit
7784f289d2
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ void SAL_CALL NumberedCollection::releaseNumber(::sal_Int32 nNumber)
|
|||
std::scoped_lock aLock(m_aMutex);
|
||||
|
||||
if (nNumber == css::frame::UntitledNumbersConst::INVALID_NUMBER)
|
||||
throw css::lang::IllegalArgumentException ("Special valkud INVALID_NUMBER not allowed as input parameter.", m_xOwner.get(), 1);
|
||||
throw css::lang::IllegalArgumentException ("Special value INVALID_NUMBER not allowed as input parameter.", m_xOwner.get(), 1);
|
||||
|
||||
TDeadItemList lDeadItems;
|
||||
TNumberedItemHash::iterator pComponent;
|
||||
|
|
Loading…
Reference in a new issue