connectivity/source/inc/hsqldb/HTable.hxx | 2 +- desktop/source/deployment/gui/dp_gui_extlistbox.cxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 874f90e918848cee1560b132b8a675df81e908dd Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Apr 4 19:18:07 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Apr 6 14:20:28 2019 +0200 Fix typo Change-Id: I7fa59ba667a35b4f2fbfa284cf5257218428259a Reviewed-on: https://gerrit.libreoffice.org/70331 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx index eb34d3730ada..c37ec6945d93 100644 --- a/desktop/source/deployment/gui/dp_gui_extlistbox.cxx +++ b/desktop/source/deployment/gui/dp_gui_extlistbox.cxx @@ -781,7 +781,7 @@ void ExtensionBox_Impl::MouseButtonDown( const MouseEvent& rMEvt ) if ( rMEvt.IsLeft() ) { if ( rMEvt.IsMod1() && m_bHasActive ) - selectEntry( m_vEntries.size() ); // Selecting an not existing entry will deselect the current one + selectEntry( m_vEntries.size() ); // Selecting a not existing entry will deselect the current one else selectEntry( nPos ); } @@ -990,7 +990,7 @@ void ExtensionBox_Impl::updateEntry( const uno::Reference< deployment::XPackage //This function is also called as a result of removing an extension. //see PackageManagerImpl::removePackage //The gui is a registered as listener on the package. Removing it will cause the -//listeners to be notified an then this function is called. At this moment xPackage +//listeners to be notified and then this function is called. At this moment xPackage //is in the disposing state and all calls on it may result in a DisposedException. void ExtensionBox_Impl::removeEntry( const uno::Reference< deployment::XPackage > &xPackage ) { commit 81662e76cff9a30c2cbaa2a7414ebccf1751b55e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Apr 4 19:19:46 2019 +0000 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Apr 6 14:20:14 2019 +0200 Fix typo Change-Id: I2d5b20bdc5c87edce37930b5acced910fe1aec70 Reviewed-on: https://gerrit.libreoffice.org/70332 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/connectivity/source/inc/hsqldb/HTable.hxx b/connectivity/source/inc/hsqldb/HTable.hxx index dc1dc10bc95d..2bab33454946 100644 --- a/connectivity/source/inc/hsqldb/HTable.hxx +++ b/connectivity/source/inc/hsqldb/HTable.hxx @@ -65,7 +65,7 @@ namespace connectivity This method needs to be implemented in derived classes. <BR> The method gets called with s_aMutex acquired. - @return an pointer to the newly created array helper. Must not be NULL. + @return a pointer to the newly created array helper. Must not be NULL. */ virtual ::cppu::IPropertyArrayHelper* createArrayHelper(sal_Int32 nId) const override; virtual ::cppu::IPropertyArrayHelper & SAL_CALL getInfoHelper() override; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits