[Libreoffice-commits] core.git: udkapi/com UnoControls/source

Andrea Gelmini andrea.gelmini at gelma.net
Sat Mar 25 13:06:49 UTC 2017


 UnoControls/source/controls/progressmonitor.cxx           |    2 +-
 udkapi/com/sun/star/reflection/TypeDescriptionManager.idl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e9b628760e2606769d7cc7fa2993729b796628d3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Mar 24 15:35:35 2017 +0100

    Fix typos
    
    Change-Id: I6455332160bb232cddf816e9f6dafa3ce68331a0
    Reviewed-on: https://gerrit.libreoffice.org/35661
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/UnoControls/source/controls/progressmonitor.cxx b/UnoControls/source/controls/progressmonitor.cxx
index 06a7d404d90b..1eda7f784fbf 100644
--- a/UnoControls/source/controls/progressmonitor.cxx
+++ b/UnoControls/source/controls/progressmonitor.cxx
@@ -206,7 +206,7 @@ void SAL_CALL ProgressMonitor::addText(
     // Safe impossible cases
     // Check valid call of this method.
     DBG_ASSERT ( impl_debug_checkParameter ( rTopic, rText, bbeforeProgress )   , "ProgressMonitor::addText()\nCall without valid parameters!\n");
-    DBG_ASSERT ( !(impl_searchTopic ( rTopic, bbeforeProgress ) != nullptr )       , "ProgresMonitor::addText()\nThe text already exist.\n"        );
+    DBG_ASSERT ( !(impl_searchTopic ( rTopic, bbeforeProgress ) != nullptr )       , "ProgressMonitor::addText()\nThe text already exist.\n"        );
 
     // Do nothing (in Release), if topic already exist.
     if ( impl_searchTopic ( rTopic, bbeforeProgress ) != nullptr )
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 90fc63bf2b59..e81fe0b78050 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -73,7 +73,7 @@ published service TypeDescriptionManager
         </ul>
 
         <p>Even though the name of this interface suggests that the used type
-        names are hierarchical, this doesn't need to be the case.  (For example, consider
+        names are hierarchical, this doesn't need to be the case. (For example, consider
         the names of instantiated polymorphic struct types, like
         <code>"Struct<long>"</code>.)</p>
     */


More information about the Libreoffice-commits mailing list