From 46d7003c3b4f9242265e3eb89b67d9322eecefc5 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 2 Aug 2015 12:00:52 +0200 Subject: Typo: XItentifierReplaces->XIdentifierReplace Change-Id: If4554d513d67bf1813be3fb2278db85d6cf829e8 --- svx/source/form/formcontroller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx') diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx index f02090416249..8c88f64e4394 100644 --- a/svx/source/form/formcontroller.cxx +++ b/svx/source/form/formcontroller.cxx @@ -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 -- cgit