From 4ca566f215c8bd246351360ae7e3c943f2e9bf9a Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 19 Aug 2019 00:30:25 +0200 Subject: Fix typos Change-Id: I6bd4d8955be608efc5c11bdc22f53a119cd45557 Reviewed-on: https://gerrit.libreoffice.org/77678 Tested-by: Jenkins Reviewed-by: Julien Nabet --- dbaccess/source/core/dataaccess/connection.cxx | 2 +- dbaccess/source/ui/browser/sbagrid.cxx | 2 +- dbaccess/source/ui/inc/TableConnection.hxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess') diff --git a/dbaccess/source/core/dataaccess/connection.cxx b/dbaccess/source/core/dataaccess/connection.cxx index 988d20182a68..7f21a8cebf11 100644 --- a/dbaccess/source/core/dataaccess/connection.cxx +++ b/dbaccess/source/core/dataaccess/connection.cxx @@ -310,7 +310,7 @@ OConnection::OConnection(ODatabaseSource& _rDB Reference< XNameContainer > xTableDefinitions(_rDB.getTables(),UNO_QUERY); m_pTables.reset( new OTableContainer( *this, m_aMutex, this, bCase, xTableDefinitions, this, m_nInAppend ) ); - // check if we supports types + // check if we support types if ( xMeta.is() ) { Reference xRes = xMeta->getTableTypes(); diff --git a/dbaccess/source/ui/browser/sbagrid.cxx b/dbaccess/source/ui/browser/sbagrid.cxx index a55d2be0d2de..32562da141e7 100644 --- a/dbaccess/source/ui/browser/sbagrid.cxx +++ b/dbaccess/source/ui/browser/sbagrid.cxx @@ -412,7 +412,7 @@ void SAL_CALL SbaXGridPeer::dispatch(const URL& aURL, const Sequence< PropertyVa // this saves us from keeping track of these events - as soon as the window dies, // the events are deleted automatically. For the application way, we would need to // do this ourself. - // As we use our grid as window, and the grid dies before we dy, this should be no problem. + // As we use our grid as window, and the grid dies before we die, this should be no problem. pGrid->PostUserEvent( LINK( this, SbaXGridPeer, OnDispatchEvent ) ); return; } diff --git a/dbaccess/source/ui/inc/TableConnection.hxx b/dbaccess/source/ui/inc/TableConnection.hxx index 04759077eff8..73aa51d50749 100644 --- a/dbaccess/source/ui/inc/TableConnection.hxx +++ b/dbaccess/source/ui/inc/TableConnection.hxx @@ -77,7 +77,7 @@ namespace dbaui void RecalcLines(); /** isTableConnection - @param _pTable the table where we should check if we belongs to it + @param _pTable the table where we should check if we belong to it @return true when the source or the destination window are equal */ bool isTableConnection(const OTableWindow* _pTable) -- cgit distro/collabora/co-24.04.10'>distro/collabora/co-24.04.10 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2022-07-28clang-tidy modernize-pass-by-value in xml*Noel Grandin
2021-11-30loplugin:stringliteraldefine in variousNoel Grandin
2021-03-23tdf#124176 Use pragma once in x*Vincent LE GARREC
2021-01-26loplugin:passstuffbyrefNoel
2020-07-03[API CHANGE] Move NSS profile handling into NSS serviceJan-Marek Glogowski
2019-04-29tdf#42949 Fix IWYU warnings in xmlsecurity/*hxxGabor Kelemen
2018-04-26xmlsecurity mscrypto: create SEInitializer instances with a constructorMiklos Vajna
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, xmlsecurityStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-14com::sun::star->css in xmlsecurity/Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-14xmlsecurity: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-09loplugin:staticmethodsNoel Grandin
2015-03-23cppcheck: add some explicitsCaolán McNamara
2014-04-24xmlsecurity: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: xmlsecurityThomas Arnhold
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák