Kaydet (Commit) 46d7003c authored tarafından Julien Nabet's avatar Julien Nabet

Typo: XItentifierReplaces->XIdentifierReplace

Change-Id: If4554d513d67bf1813be3fb2278db85d6cf829e8
üst 8e43f5d3
......@@ -1307,7 +1307,7 @@ bool FormController::replaceControl( const Reference< XControl >& _rxExistentCon
try
{
Reference< XIdentifierReplace > xContainer( getContainer(), UNO_QUERY );
DBG_ASSERT( xContainer.is(), "FormController::replaceControl: yes, it's not required by the service description, but XItentifierReplaces would be nice!" );
DBG_ASSERT( xContainer.is(), "FormController::replaceControl: yes, it's not required by the service description, but XIdentifierReplace would be nice!" );
if ( xContainer.is() )
{
// look up the ID of _rxExistentControl
......
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