dbaccess/source/ui/app/AppController.cxx    |    6 +++---
 dbaccess/source/ui/browser/dsbrowserDnD.cxx |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit c2972964dcca294048888c7edd0400c49d1a9a2f
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sat Jan 24 18:47:48 2015 +0100

    Typo: syncro->synchro (dbaccess)
    
    Change-Id: I9a6ed15d695763580148803dbeacfd210c5689f8

diff --git a/dbaccess/source/ui/app/AppController.cxx 
b/dbaccess/source/ui/app/AppController.cxx
index 9d45476..cfbb3a9 100644
--- a/dbaccess/source/ui/app/AppController.cxx
+++ b/dbaccess/source/ui/app/AppController.cxx
@@ -2478,7 +2478,7 @@ sal_Int8 OApplicationController::executeDrop( const 
ExecuteDropEvent& _rEvt )
     {
         m_aAsyncDrop.aDroppedData   = 
ODataAccessObjectTransferable::extractObjectDescriptor(aDroppedData);
 
-        // asyncron because we some dialogs and we aren't allowed to show them 
while in D&D
+        // asynchron because we some dialogs and we aren't allowed to show 
them while in D&D
         m_nAsyncDrop = Application::PostUserEvent(LINK(this, 
OApplicationController, OnAsyncDrop));
         return DND_ACTION_COPY;
     }
@@ -2526,7 +2526,7 @@ sal_Int8 OApplicationController::executeDrop( const 
ExecuteDropEvent& _rEvt )
         if ( nAction != DND_ACTION_NONE )
         {
             m_aAsyncDrop.nAction = nAction;
-            // asyncron because we some dialogs and we aren't allowed to show 
them while in D&D
+            // asynchron because we some dialogs and we aren't allowed to show 
them while in D&D
             m_nAsyncDrop = Application::PostUserEvent(LINK(this, 
OApplicationController, OnAsyncDrop));
         }
         else
@@ -2538,7 +2538,7 @@ sal_Int8 OApplicationController::executeDrop( const 
ExecuteDropEvent& _rEvt )
         SharedConnection xConnection( ensureConnection() );
         if ( xConnection.is() && m_aTableCopyHelper.copyTagTable( 
aDroppedData, m_aAsyncDrop, xConnection ) )
         {
-            // asyncron because we some dialogs and we aren't allowed to show 
them while in D&D
+            // asynchron because we some dialogs and we aren't allowed to show 
them while in D&D
             m_nAsyncDrop = Application::PostUserEvent(LINK(this, 
OApplicationController, OnAsyncDrop));
             return DND_ACTION_COPY;
         }
diff --git a/dbaccess/source/ui/browser/dsbrowserDnD.cxx 
b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
index b89d337..53bd5b4 100644
--- a/dbaccess/source/ui/browser/dsbrowserDnD.cxx
+++ b/dbaccess/source/ui/browser/dsbrowserDnD.cxx
@@ -147,7 +147,7 @@ namespace dbaui
             m_aAsyncDrop.aDroppedData   = 
ODataAccessObjectTransferable::extractObjectDescriptor(aDroppedData);
             m_aAsyncDrop.pDroppedAt     = pHitEntry;
 
-            // asyncron because we some dialogs and we aren't allowed to show 
them while in D&D
+            // asynchron because we some dialogs and we aren't allowed to show 
them while in D&D
             m_nAsyncDrop = Application::PostUserEvent(LINK(this, 
SbaTableQueryBrowser, OnAsyncDrop));
             return DND_ACTION_COPY;
         }
@@ -161,7 +161,7 @@ namespace dbaui
             {
                 m_aAsyncDrop.pDroppedAt = pHitEntry;
 
-                // asyncron because we some dialogs and we aren't allowed to 
show them while in D&D
+                // asynchron because we some dialogs and we aren't allowed to 
show them while in D&D
                 m_nAsyncDrop = Application::PostUserEvent(LINK(this, 
SbaTableQueryBrowser, OnAsyncDrop));
                 return DND_ACTION_COPY;
             }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to