summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/classes/sbunoobj.cxx2
-rw-r--r--basic/source/inc/filefmt.hxx2
-rw-r--r--basic/source/sbx/sbxexec.cxx2
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 )