summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 18:50:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:24:07 +0200
commit39214c54efbefb1d78754ad14f936882c326a482 (patch)
tree3ede90b6c7cb8d156f41fd1849e33b433050fc1d /forms/source/component
parent22ef2a15bb5cae4b877449237bb8d3e41f2d49db (diff)
Typos
Mainly fixing '....' and '..' Change-Id: Ic928701b319868671b826d757dd94c296fd5e942 Reviewed-on: https://gerrit.libreoffice.org/78668 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/DatabaseForm.cxx2
-rw-r--r--forms/source/component/Edit.cxx2
-rw-r--r--forms/source/component/EditBase.hxx4
-rw-r--r--forms/source/component/errorbroadcaster.cxx2
4 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/component/DatabaseForm.cxx b/forms/source/component/DatabaseForm.cxx
index 9eef1270633e..673fdff8a743 100644
--- a/forms/source/component/DatabaseForm.cxx
+++ b/forms/source/component/DatabaseForm.cxx
@@ -3015,7 +3015,7 @@ void SAL_CALL ODatabaseForm::rowSetChanged(const EventObject& /*event*/)
// if our parent is an ODatabaseForm, too, then after this rowSetChanged we'll get a "reloaded"
// or a "loaded" event.
// If somebody gave us another parent which is an XRowSet but doesn't handle an execute as
- // "load" respectively "reload" ... can't do anything ....
+ // "load" respectively "reload"... can't do anything...
}
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index 4ab433ff4fcf..ff2d9d869e96 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -276,7 +276,7 @@ OEditModel::OEditModel( const OEditModel* _pOriginal, const Reference<XComponent
// Things as the format key, it's type, and such, depend on the field being part of a loaded form
// (they're initialized in onConnectedDbColumn). Even if the original object _is_ part of such a form, we ourself
// certainly aren't, so these members are defaulted. If we're inserted into a form which is already loaded,
- // they will be set to new values, anyway ....
+ // they will be set to new values, anyway...
}
diff --git a/forms/source/component/EditBase.hxx b/forms/source/component/EditBase.hxx
index 7a04b79085a0..0a71fa228fcb 100644
--- a/forms/source/component/EditBase.hxx
+++ b/forms/source/component/EditBase.hxx
@@ -35,7 +35,7 @@
// version handling therein may want to clear this flag in getPersistenceFlags.
// If done so, this class will write a version without a call to writeCommonEditProperties.
#define PF_FAKE_FORMATTED_FIELD 0x4000
- // .... hmmm .... a fake, as the name suggests. see OFormattedFieldWrapper
+ // ... hmmm... a fake, as the name suggests. see OFormattedFieldWrapper
#define PF_SPECIAL_FLAGS 0xFF00
@@ -90,7 +90,7 @@ protected:
virtual sal_uInt16 getPersistenceFlags() const;
// derived classes may use this if they want this base class to write additional version flags
- // (one of the PF_.... constants). After ::read they may ask for that flags with getLastReadVersion
+ // (one of the PF_... constants). After ::read they may ask for that flags with getLastReadVersion
};
diff --git a/forms/source/component/errorbroadcaster.cxx b/forms/source/component/errorbroadcaster.cxx
index 1d36b519a5ff..d02650d2337e 100644
--- a/forms/source/component/errorbroadcaster.cxx
+++ b/forms/source/component/errorbroadcaster.cxx
@@ -44,7 +44,7 @@ namespace frm
{
SAL_WARN_IF( !m_rBHelper.bDisposed && !m_rBHelper.bInDispose, "forms.component",
"OErrorBroadcaster::~OErrorBroadcaster: not disposed!" );
- // herein, we don't have a chance to do the dispose ourself ....
+ // herein, we don't have a chance to do the dispose ourself...
SAL_WARN_IF( m_aErrorListeners.getLength(), "forms.component",
"OErrorBroadcaster::~OErrorBroadcaster: still have listeners!" );