diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-05 23:17:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 09:15:58 +0200 |
commit | 22ef2a15bb5cae4b877449237bb8d3e41f2d49db (patch) | |
tree | 170b77935be16e2d4bdb8fd72e0fa576d4f68ea0 /basic | |
parent | c12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (diff) |
Fixing "...."
Change-Id: Id005a7531d546dd43de13b49bcb3e93081c5ad8d
Reviewed-on: https://gerrit.libreoffice.org/78679
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/classes/sbunoobj.cxx | 2 | ||||
-rw-r--r-- | basic/source/inc/filefmt.hxx | 2 | ||||
-rw-r--r-- | basic/source/sbx/sbxexec.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
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 ) |