From 22ef2a15bb5cae4b877449237bb8d3e41f2d49db Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 23:17:53 +0200 Subject: Fixing "...." Change-Id: Id005a7531d546dd43de13b49bcb3e93081c5ad8d Reviewed-on: https://gerrit.libreoffice.org/78679 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/source/classes/sbunoobj.cxx | 2 +- basic/source/inc/filefmt.hxx | 2 +- basic/source/sbx/sbxexec.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'basic/source') diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx index 3b698965abd0..2c668165310c 100644 --- a/basic/source/classes/sbunoobj.cxx +++ b/basic/source/classes/sbunoobj.cxx @@ -4591,7 +4591,7 @@ void StructRefInfo::setValue( const Any& rValue ) reinterpret_cast< uno_AcquireFunc >(cpp_acquire), reinterpret_cast< uno_ReleaseFunc >(cpp_release) ); OSL_ENSURE(bSuccess, - "StructRefInfo::setValue: ooops .... the value could not be assigned!"); + "StructRefInfo::setValue: ooops... the value could not be assigned!"); } OUString StructRefInfo::getTypeName() const diff --git a/basic/source/inc/filefmt.hxx b/basic/source/inc/filefmt.hxx index 03ef2f0dc3ab..c4126907a671 100644 --- a/basic/source/inc/filefmt.hxx +++ b/basic/source/inc/filefmt.hxx @@ -161,7 +161,7 @@ enum class FileOffset { // SBX-objects: // sal_uInt16 number of objects -// .... object data +// ... object data // user defined types B_USERTYPES : // sal_uInt16 identifier UT diff --git a/basic/source/sbx/sbxexec.cxx b/basic/source/sbx/sbxexec.cxx index 9d58ae34a22a..9153d8904ff8 100644 --- a/basic/source/sbx/sbxexec.cxx +++ b/basic/source/sbx/sbxexec.cxx @@ -80,7 +80,7 @@ static const sal_Unicode* Symbol( const sal_Unicode* p, OUString& rSym ) return p; } -// Qualified name. Element.Element.... +// Qualified name. Element.Element... static SbxVariableRef QualifiedName ( SbxObject* pObj, SbxObject* pGbl, const sal_Unicode** ppBuf, SbxClassType t ) -- cgit