diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-08-02 12:00:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-08-02 12:00:52 +0200 |
commit | 46d7003c3b4f9242265e3eb89b67d9322eecefc5 (patch) | |
tree | a7a0a6757e21f7d8f8b8b207bd507dbc33919e9e /svx | |
parent | 8e43f5d3222ca320e28026bfef4b6096376446c1 (diff) |
Typo: XItentifierReplaces->XIdentifierReplace
Change-Id: If4554d513d67bf1813be3fb2278db85d6cf829e8
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/form/formcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |