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

Andrea Gelmini andrea.gelmini at gelma.net
Wed Sep 30 01:43:14 PDT 2015


 dbaccess/source/ui/dlg/indexdialog.cxx                     |    4 ++--
 dbaccess/source/ui/inc/QueryDesignView.hxx                 |    2 +-
 dbaccess/source/ui/inc/TableRow.hxx                        |    2 +-
 dbaccess/source/ui/inc/curledit.hxx                        |    2 +-
 dbaccess/source/ui/inc/dbtreelistbox.hxx                   |    2 +-
 dbaccess/source/ui/inc/querycontainerwindow.hxx            |    2 +-
 dbaccess/source/ui/inc/textconnectionsettings.hxx          |    2 +-
 dbaccess/source/ui/inc/unodatbr.hxx                        |    2 +-
 dbaccess/source/ui/misc/databaseobjectview.cxx             |    2 +-
 dbaccess/source/ui/querydesign/QueryDesignView.cxx         |    2 +-
 dbaccess/source/ui/querydesign/QueryTableView.cxx          |    2 +-
 dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx      |    2 +-
 dbaccess/source/ui/relationdesign/RTableConnectionData.cxx |    2 +-
 dbaccess/source/ui/tabledesign/TableUndo.cxx               |    2 +-
 desktop/source/app/app.cxx                                 |    4 ++--
 15 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit 4046f6d257a3a6c56d49485d212ccf28c8b0fb51
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Tue Sep 29 17:48:29 2015 +0200

    Fix typos
    
    Change-Id: Ia37c28bbb7a1b47ed4a6beffb3f03eb26742b653
    Reviewed-on: https://gerrit.libreoffice.org/18944
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/dbaccess/source/ui/dlg/indexdialog.cxx b/dbaccess/source/ui/dlg/indexdialog.cxx
index 19c4daf..3ab7db6 100644
--- a/dbaccess/source/ui/dlg/indexdialog.cxx
+++ b/dbaccess/source/ui/dlg/indexdialog.cxx
@@ -471,12 +471,12 @@ namespace dbaui
                 pAdjust->SetUserData(reinterpret_cast< void* >(sal_Int32(aAfterDropPos - m_pIndexes->begin())));
             }
 
-            // if the remvoved entry was the selected on ...
+            // if the removed entry was the selected on...
             if (m_pPreviousSelection == _pEntry)
                 m_pPreviousSelection = NULL;
 
             // the Remove automatically selected another entry (if possible), but we disabled the calling of the handler
-            // to prevent that we missed something ... call the handler directly
+            // to prevent that we missed something... call the handler directly
             OnIndexSelected(*m_pIndexList);
         }
 
diff --git a/dbaccess/source/ui/inc/QueryDesignView.hxx b/dbaccess/source/ui/inc/QueryDesignView.hxx
index d54b74a..acfc7eb 100644
--- a/dbaccess/source/ui/inc/QueryDesignView.hxx
+++ b/dbaccess/source/ui/inc/QueryDesignView.hxx
@@ -113,7 +113,7 @@ namespace dbaui
         // save the position of the table window and the pos of the splitters
         // called when fields are deleted
         void DeleteFields( const OUString& rAliasName );
-        // called when a table from tabeview was deleted
+        // called when a table from tabview was deleted
         void TableDeleted(const OUString& rAliasName);
 
         sal_Int32 getColWidth( sal_uInt16 _nColPos) const;
diff --git a/dbaccess/source/ui/inc/TableRow.hxx b/dbaccess/source/ui/inc/TableRow.hxx
index ab49ece..9d18818 100644
--- a/dbaccess/source/ui/inc/TableRow.hxx
+++ b/dbaccess/source/ui/inc/TableRow.hxx
@@ -59,7 +59,7 @@ namespace dbaui
 
         /** set the row readonly
             @param  _bRead
-                if <TRUE/> then the row is redonly, otherwise not
+                if <TRUE/> then the row is readonly, otherwise not
         */
         inline void SetReadOnly( bool _bRead=true ){ m_bReadOnly = _bRead; }
 
diff --git a/dbaccess/source/ui/inc/curledit.hxx b/dbaccess/source/ui/inc/curledit.hxx
index 4dff5e1..c0fd692 100644
--- a/dbaccess/source/ui/inc/curledit.hxx
+++ b/dbaccess/source/ui/inc/curledit.hxx
@@ -52,7 +52,7 @@ public:
     virtual OUString  GetText() const SAL_OVERRIDE;
     virtual void Resize() SAL_OVERRIDE;
 
-    /** Showsthe Prefix
+    /** Shows the Prefix
         @param  _bShowPrefix
             If <TRUE/> than the prefix will be visible, otherwise not.
     */
diff --git a/dbaccess/source/ui/inc/dbtreelistbox.hxx b/dbaccess/source/ui/inc/dbtreelistbox.hxx
index edabc32..5db4296 100644
--- a/dbaccess/source/ui/inc/dbtreelistbox.hxx
+++ b/dbaccess/source/ui/inc/dbtreelistbox.hxx
@@ -62,7 +62,7 @@ namespace dbaui
                                     m_pContextMenuProvider;
 
         Link<SvTreeListEntry*,bool> m_aPreExpandHandler;    // handler to be called before a node is expanded
-        Link<LinkParamNone*,void>   m_aSelChangeHdl;        // handlet to be called (asynchronously) when the selection changes in any way
+        Link<LinkParamNone*,void>   m_aSelChangeHdl;        // handler to be called (asynchronously) when the selection changes in any way
         Link<LinkParamNone*,void>   m_aCutHandler;          // called when someone press CTRL+X
         Link<LinkParamNone*,void>   m_aCopyHandler;         // called when someone press CTRL+C
         Link<LinkParamNone*,void>   m_aPasteHandler;        // called when someone press CTRL+V
diff --git a/dbaccess/source/ui/inc/querycontainerwindow.hxx b/dbaccess/source/ui/inc/querycontainerwindow.hxx
index fd84eb5..80aef5e 100644
--- a/dbaccess/source/ui/inc/querycontainerwindow.hxx
+++ b/dbaccess/source/ui/inc/querycontainerwindow.hxx
@@ -95,7 +95,7 @@ namespace dbaui
         // re-arrange the controls belonging to the document itself
         virtual void resizeAll( const Rectangle& _rPlayground ) SAL_OVERRIDE;
 
-        // arrange dericed classes controls in the rectangle given
+        // arrange derived classes controls in the rectangle given
         virtual void resizeDocumentView(Rectangle& _rPlayground) SAL_OVERRIDE;
     };
     // end of temp classes
diff --git a/dbaccess/source/ui/inc/textconnectionsettings.hxx b/dbaccess/source/ui/inc/textconnectionsettings.hxx
index 05ca314..8284598 100644
--- a/dbaccess/source/ui/inc/textconnectionsettings.hxx
+++ b/dbaccess/source/ui/inc/textconnectionsettings.hxx
@@ -41,7 +41,7 @@ namespace dbaui
         virtual ~TextConnectionSettingsDialog();
         virtual void dispose() SAL_OVERRIDE;
 
-        /** initializes a set of PropertyStorage instaces, which are bound to
+        /** initializes a set of PropertyStorage instances, which are bound to
             the text-connection relevant items in our item sets
         */
         static void bindItemStorages( SfxItemSet& _rSet, PropertyValues& _rValues );
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index e113fb3..6d5b73b 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -252,7 +252,7 @@ namespace dbaui
         void        showExplorer();
         void        toggleExplorer() { if (haveExplorer()) hideExplorer(); else showExplorer(); }
 
-        // methods for handling the 'selection' (paintin them bold) of SvLBoxEntries
+        // methods for handling the 'selection' (painting them bold) of SvLBoxEntries
         // returns <TRUE/> if the entry is selected (which means it's part of the selected path)
         static bool isSelected(SvTreeListEntry* _pEntry);
         // select the entry (and only the entry, not the whole path)
diff --git a/dbaccess/source/ui/misc/databaseobjectview.cxx b/dbaccess/source/ui/misc/databaseobjectview.cxx
index e40734f..ceaf0a7 100644
--- a/dbaccess/source/ui/misc/databaseobjectview.cxx
+++ b/dbaccess/source/ui/misc/databaseobjectview.cxx
@@ -226,7 +226,7 @@ namespace dbaui
     {
         bool bIsNewDesign =  _rObjectName.isEmpty();
 
-        // let's see whether the connection can provide a dedicated table desginer
+        // let's see whether the connection can provide a dedicated table designer
         Reference< XInterface > xDesigner;
         if ( !bIsNewDesign )
             xDesigner = impl_getConnectionProvidedDesigner_nothrow( _rObjectName );
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 4082adb1..e9b9512 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -901,7 +901,7 @@ namespace
             const bool bColumnAliasInOrderBy = rController.getSdbMetaData().supportsColumnAliasInOrderBy();
             Reference< XDatabaseMetaData >  xMetaData = xConnection->getMetaData();
             OUString aQuote = xMetaData->getIdentifierQuoteString();
-            // * must not containa  filter - have I already shown the warning?
+            // * must not contain filter - have I already shown the warning?
             bool bCritsOnAsterikWarning = false;        // ** TMFS **
             OTableFields::iterator aIter = _rFieldList.begin();
             OTableFields::iterator aEnd = _rFieldList.end();
diff --git a/dbaccess/source/ui/querydesign/QueryTableView.cxx b/dbaccess/source/ui/querydesign/QueryTableView.cxx
index be8fcba..4ddd95c 100644
--- a/dbaccess/source/ui/querydesign/QueryTableView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTableView.cxx
@@ -261,7 +261,7 @@ void OQueryTableView::ReSync()
         OQueryTableWindowData* pData = static_cast<OQueryTableWindowData*>(aIter->get());
         VclPtr<OTableWindow> pTabWin = createWindow(*aIter);
 
-        // I dont't use ShowTabWin as this adds the window data to the list of documents.
+        // I don't use ShowTabWin as this adds the window data to the list of documents.
         // This would be bad as I am getting them from there.
         // Instead, I do it step by step
         if (!pTabWin->Init())
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 98285bf..91164af 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -1045,7 +1045,7 @@ bool OSelectionBrowseBox::SaveModified()
 
                         if ( !m_bGroupByUnRelated && !pEntry->IsVisible() )
                         {
-                            // we have to change the visblie flag, so we must append also an undo action
+                            // we have to change the visible flag, so we must append also an undo action
                             pEntry->SetVisible();
                             m_pVisibleCell->GetBox().Check();
                             appendUndoAction("0","1",BROW_VIS_ROW,bListAction);
diff --git a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
index 546b4c9..2510941 100644
--- a/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
+++ b/dbaccess/source/ui/relationdesign/RTableConnectionData.cxx
@@ -147,7 +147,7 @@ void ORelationTableConnectionData::SetCardinality()
 
 bool ORelationTableConnectionData::checkPrimaryKey(const Reference< XPropertySet>& i_xTable,EConnectionSide _eEConnectionSide) const
 {
-    // check if Table has the primary key column dependig on _eEConnectionSide
+    // check if Table has the primary key column depending on _eEConnectionSide
     sal_uInt16  nPrimKeysCount      = 0,
             nValidLinesCount    = 0;
     const Reference< XNameAccess> xKeyColumns = dbtools::getPrimaryKeyColumns_throw(i_xTable);
diff --git a/dbaccess/source/ui/tabledesign/TableUndo.cxx b/dbaccess/source/ui/tabledesign/TableUndo.cxx
index 0c5d901..141d318 100644
--- a/dbaccess/source/ui/tabledesign/TableUndo.cxx
+++ b/dbaccess/source/ui/tabledesign/TableUndo.cxx
@@ -67,7 +67,7 @@ void OTableDesignUndoAct::Redo()
 {
     m_pTabDgnCtrl->m_nCurUndoActId++;
 
-    // restore Modifed-flag after Redo of first Undo-action
+    // restore Modified-flag after Redo of first Undo-action
     if( m_pTabDgnCtrl->m_nCurUndoActId > 0 )
     {
         m_pTabDgnCtrl->GetView()->getController().setModified(sal_True);
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 4baa27d..e2ede55 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -414,7 +414,7 @@ OUString MakeStartupConfigAccessErrorMessage( OUString const & aInternalErrMsg )
 // Mostly the installation was damaged and must be repaired manually .. or by calling
 // setup again.
 // On the other side we must make sure that no further actions will be possible within
-// the current office process ! No pipe requests, no menu/toolbar/shortuct actions
+// the current office process ! No pipe requests, no menu/toolbar/shortcut actions
 // are allowed. Otherwise we will force a "crash inside a crash".
 // Thats why we have to use a special native message box here which does not use yield :-)
 
@@ -2424,7 +2424,7 @@ OUString GetURL_Impl(
         return rName;
     }
 
-    // dont touch file urls, those should already be in internal form
+    // don't touch file urls, those should already be in internal form
     // they won't get better here (#112849#)
     if (comphelper::isFileUrl(rName))
     {


More information about the Libreoffice-commits mailing list