[Libreoffice-commits] core.git: svx/source

Julien Nabet serval2412 at yahoo.fr
Sun Aug 2 03:01:27 PDT 2015


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

New commits:
commit 46d7003c3b4f9242265e3eb89b67d9322eecefc5
Author: Julien Nabet <serval2412 at 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


More information about the Libreoffice-commits mailing list