diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-04-07 22:50:28 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-07 21:26:52 +0000 |
commit | 87f185d192668d233f6a8606b1c3d77469e17e04 (patch) | |
tree | b7d7e70546ff030d6851f9739fc50a33c4b4d3fd | |
parent | 53494630705692dec31587d746aa84d5d998c62f (diff) |
fix typos
See <https://gerrit.libreoffice.org/2444>
Change-Id: Ia45a3e30a25692cc1f5de90363bd7fe2f427e0d7
Reviewed-on: https://gerrit.libreoffice.org/3268
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTableView.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx index cc793029c744..1971bcce2845 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; |