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

Philipp Riemer ruderphilipp at gmail.com
Sun Apr 7 14:27:11 PDT 2013


 dbaccess/source/ui/querydesign/QueryTableView.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 87f185d192668d233f6a8606b1c3d77469e17e04
Author: Philipp Riemer <ruderphilipp at gmail.com>
Date:   Sun Apr 7 22:50:28 2013 +0200

    fix typos
    
    See <https://gerrit.libreoffice.org/2444>
    
    Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7
    Reviewed-on: https://gerrit.libreoffice.org/3268
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index cc79302..1971bcc 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -768,7 +768,7 @@ void OQueryTableView::RemoveTabWin(OTableWindow* pTabWin)
     DBG_CHKTHIS(OQueryTableView,NULL);
     OSL_ENSURE(pTabWin != NULL, "OQueryTableView::RemoveTabWin : Window should not be NULL !");
 
-    // I need my parent so it can be infomed about the deletion
+    // I need my parent so it can be informed about the deletion
     OQueryDesignView* pParent = static_cast<OQueryDesignView*>(getDesignView());
 
     SfxUndoManager& rUndoMgr = m_pView->getController().GetUndoManager();
@@ -961,7 +961,7 @@ sal_Bool OQueryTableView::ShowTabWin( OQueryTableWindow* pTabWin, OQueryTabWinUn
         }
         else
         {
-            // Initiaisation failed
+            // Initialisation failed
             // (for example when the Connection to the database is not available at the moment)
             pTabWin->clearListBox();
             delete pTabWin;


More information about the Libreoffice-commits mailing list