[Libreoffice-commits] core.git: 4 commits - dbaccess/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat May 11 19:31:44 UTC 2019
dbaccess/source/ui/browser/unodatbr.cxx | 8 ++++----
dbaccess/source/ui/dlg/finteraction.hxx | 2 +-
dbaccess/source/ui/dlg/indexfieldscontrol.cxx | 2 +-
dbaccess/source/ui/inc/JoinTableView.hxx | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
New commits:
commit 28e9dcca1f2f0e1bd91e779bf772bcb4a9d8a9f4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 11 16:10:18 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:30:57 2019 +0200
Fix typos
Change-Id: I5ea79480c097fb9d317303981021135a102d8c19
Reviewed-on: https://gerrit.libreoffice.org/72151
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx b/dbaccess/source/ui/browser/unodatbr.cxx
index beaeea3c7d06..200b8edfa7c4 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -1129,7 +1129,7 @@ SvTreeListEntry* SbaTableQueryBrowser::getObjectEntry(const OUString& _rDataSour
}
}
if (_ppDataSourceEntry)
- // (caller wants to have it ...)
+ // (caller wants to have it...)
*_ppDataSourceEntry = pDataSource;
if (pDataSource)
@@ -1630,7 +1630,7 @@ FeatureState SbaTableQueryBrowser::GetState(sal_uInt16 nId) const
aReturn.bEnabled = !m_bEnableBrowser;
return aReturn;
- // "toggle explorer" is always enabled (if we have a explorer)
+ // "toggle explorer" is always enabled (if we have an explorer)
case ID_BROWSER_EXPLORER:
aReturn.bEnabled = m_bEnableBrowser;
aReturn.bChecked = haveExplorer();
@@ -1972,7 +1972,7 @@ void SbaTableQueryBrowser::Execute(sal_uInt16 nId, const Sequence< PropertyValue
case ID_BROWSER_CLOSE:
closeTask();
- // if it's not 0, such a async close is already pending
+ // if it's not 0, such an async close is already pending
break;
case ID_BROWSER_COPY:
@@ -3121,7 +3121,7 @@ void SbaTableQueryBrowser::impl_initialize()
}
// if we have a connection at this point, it was either passed from outside, our
- // determined from a outer DB document. In both cases, do not dispose it later on.
+ // determined from an outer DB document. In both cases, do not dispose it later on.
SharedConnection xConnection( xForeignConnection, SharedConnection::NoTakeOwnership );
// should we display all registered databases in the left hand side tree?
commit c6eddeca7da7bb86087af212e5409aa6c75513ce
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:52 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:30:30 2019 +0200
Fix typo
Change-Id: I6af2b1ead6448be9b5a47fcd6ef3fb16acccc52b
Reviewed-on: https://gerrit.libreoffice.org/72153
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
index 27beb4654d78..e7782a560c8a 100644
--- a/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
+++ b/dbaccess/source/ui/dlg/indexfieldscontrol.cxx
@@ -385,7 +385,7 @@ static constexpr auto BROWSER_STANDARD_FLAGS = BrowserMode::COLUMNSELECTION | Br
OSL_ENSURE((static_cast<sal_Int32>(m_aFields.size() + 1)) == rowCount, "IndexFieldsControl::OnListEntrySelected: inconsistence!");
if (!sSelectedEntry.isEmpty() && (nCurrentRow == rowCount - 1) /*&& (!m_nMaxColumnsInIndex || rowCount < m_nMaxColumnsInIndex )*/ )
- { // in the last row, an non-empty string has been selected
+ { // in the last row, a non-empty string has been selected
// -> insert a new row
m_aFields.emplace_back();
RowInserted(GetRowCount());
commit 9f7d2cefe0b0ce2ce2e9c7010b08dee24596dc2a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:54 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:30:10 2019 +0200
Fix typo
Change-Id: Ic7973dc408ba7cd19b958675b5e27320dfea5c92
Reviewed-on: https://gerrit.libreoffice.org/72152
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/dlg/finteraction.hxx b/dbaccess/source/ui/dlg/finteraction.hxx
index 350cd9f8029a..fdc70b7fc49c 100644
--- a/dbaccess/source/ui/dlg/finteraction.hxx
+++ b/dbaccess/source/ui/dlg/finteraction.hxx
@@ -30,7 +30,7 @@ namespace dbaui
typedef ::cppu::WeakImplHelper< css::task::XInteractionHandler
> OFilePickerInteractionHandler_Base;
- /** a InteractionHandler implementation which extends another handler with some customizability
+ /** an InteractionHandler implementation which extends another handler with some customizability
*/
class OFilePickerInteractionHandler final : public OFilePickerInteractionHandler_Base
{
commit eff075852e7c9f8e5b49fd351075c3d8324012ee
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed May 8 10:13:51 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat May 11 21:29:43 2019 +0200
Fix typo
Change-Id: I734bc89dc447e35fdd2a092448d98006ab1b570e
Reviewed-on: https://gerrit.libreoffice.org/72154
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/dbaccess/source/ui/inc/JoinTableView.hxx b/dbaccess/source/ui/inc/JoinTableView.hxx
index caad1eaebf93..16723812dd49 100644
--- a/dbaccess/source/ui/inc/JoinTableView.hxx
+++ b/dbaccess/source/ui/inc/JoinTableView.hxx
@@ -217,7 +217,7 @@ namespace dbaui
/** Hard deletion
That means that all Conns and Wins are deleted from their respective
- lists and the corresponding Datas removed from the document */
+ lists and the corresponding Data removed from the document */
virtual void ClearAll();
/** @note used by AddTabDlg to see if more tables can be added */
More information about the Libreoffice-commits
mailing list