Fix typo
Change-Id: I4d6b70095259b179f8ac3fc210899ffa84b87fa0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145492 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
committed by
Julien Nabet
parent
11319f4199
commit
32911b8fe9
@@ -257,7 +257,7 @@ namespace frm
|
||||
|
||||
// the EditEngine of the model
|
||||
RichTextEngine* pEngine = ORichTextModel::getEditEngine( _rxModel );
|
||||
OSL_ENSURE( pEngine, "ORichTextPeer::Create: could not obtaine the edit engine from the model!" );
|
||||
OSL_ENSURE( pEngine, "ORichTextPeer::Create: could not obtain the edit engine from the model!" );
|
||||
if ( !pEngine )
|
||||
return nullptr;
|
||||
|
||||
|
Reference in New Issue
Block a user