[Libreoffice-commits] core.git: basic/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 4 05:52:45 UTC 2019
basic/source/classes/sbunoobj.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 533d51519c3287134ca177bf3d0e22c1b224039e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Apr 1 07:30:41 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Apr 4 07:52:17 2019 +0200
Fix typo
Change-Id: I9df2f892066d5072f63f5bf68e1f9b2aa3905772
Reviewed-on: https://gerrit.libreoffice.org/70229
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index e985a7dddf1c..9d7f8daddae5 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -2556,7 +2556,7 @@ SbUnoProperty::SbUnoProperty
, mRealType( eRealSbxType )
, mbUnoStruct( bUnoStruct )
{
- // as needed establish an dummy array so that SbiRuntime::CheckArray() works
+ // as needed establish a dummy array so that SbiRuntime::CheckArray() works
static SbxArrayRef xDummyArray = new SbxArray( SbxVARIANT );
if( eSbxType & SbxARRAY )
PutObject( xDummyArray.get() );
@@ -3757,7 +3757,7 @@ void SbUnoSingleton::Notify( SfxBroadcaster& rBC, const SfxHint& rHint )
// Implementation of an EventAttacher-drawn AllListener, which
-// solely transmits several events to an general AllListener
+// solely transmits several events to a general AllListener
class BasicAllListener_Impl : public WeakImplHelper< XAllListener >
{
void firing_impl(const AllEventObject& Event, Any* pRet);
More information about the Libreoffice-commits
mailing list