svx/source/form/formcontroller.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46d7003c3b4f9242265e3eb89b67d9322eecefc5
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun Aug 2 12:00:52 2015 +0200

    Typo: XItentifierReplaces->XIdentifierReplace
    
    Change-Id: If4554d513d67bf1813be3fb2278db85d6cf829e8

diff --git a/svx/source/form/formcontroller.cxx 
b/svx/source/form/formcontroller.cxx
index f020904..8c88f64 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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to