[Libreoffice-commits] core.git: dbaccess/source sfx2/source

Julien Nabet serval2412 at yahoo.fr
Wed Jan 1 06:51:43 PST 2014


 dbaccess/source/ext/macromigration/migrationengine.cxx |    2 +-
 sfx2/source/menu/virtmenu.cxx                          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d53e4cca094be3db55fe5c820ce8baf0320caf9c
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Wed Jan 1 15:49:56 2014 +0100

    Typos (comand -> command)
    
    Change-Id: I968b23bc681f3121f4ed9f7e4a1e4f47bedcccb2

diff --git a/dbaccess/source/ext/macromigration/migrationengine.cxx b/dbaccess/source/ext/macromigration/migrationengine.cxx
index 9951257..aa3fc5f 100644
--- a/dbaccess/source/ext/macromigration/migrationengine.cxx
+++ b/dbaccess/source/ext/macromigration/migrationengine.cxx
@@ -1028,7 +1028,7 @@ namespace dbmm
                 else
                 {
                     Reference< XCommandProcessor > xCommandProcessor( aElement, UNO_QUERY );
-                    OSL_ENSURE( xCommandProcessor.is(), "lcl_collectHierarchicalElementNames_throw: no container, and no comand processor? What *is* it, then?!" );
+                    OSL_ENSURE( xCommandProcessor.is(), "lcl_collectHierarchicalElementNames_throw: no container, and no command processor? What *is* it, then?!" );
                     if ( xCommandProcessor.is() )
                     {
                         _out_rDocs.push_back( SubDocument( xCommandProcessor, sElementName, _eType, ++_io_counter ) );
diff --git a/sfx2/source/menu/virtmenu.cxx b/sfx2/source/menu/virtmenu.cxx
index 248619d..7759e82 100644
--- a/sfx2/source/menu/virtmenu.cxx
+++ b/sfx2/source/menu/virtmenu.cxx
@@ -413,7 +413,7 @@ void SfxVirtualMenu::CreateFromSVMenu()
                     OUString aCmd( pSVMenu->GetItemCommand( nSlotId ) );
                     if ( !aCmd.isEmpty() && (( nSlotId < SID_SFX_START ) || ( nSlotId > SHRT_MAX )) )
                     {
-                        // try to create control via comand name
+                        // try to create control via command name
                         pMnuCtrl = SfxMenuControl::CreateControl( aCmd, nSlotId, *pSVMenu, sItemText, *pBindings, this );
                         if ( pMnuCtrl )
                         {


More information about the Libreoffice-commits mailing list