summaryrefslogtreecommitdiff
path: root/forms
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
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')
-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
-rw-r--r--forms/source/misc/InterfaceContainer.cxx2
-rw-r--r--forms/source/richtext/richtextimplcontrol.cxx4
-rw-r--r--forms/source/runtime/formoperations.cxx6
7 files changed, 11 insertions, 11 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!" );
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index d3d0cc184c7a..ac86a12b0454 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -431,7 +431,7 @@ void SAL_CALL OInterfaceContainer::readEvents(const Reference<XObjectInputStream
sal_Int32 i=0;
for (auto const& item : m_aItems)
{
- Reference< XInterface > xAsIFace( item, UNO_QUERY ); // important to normalize this ....
+ Reference< XInterface > xAsIFace( item, UNO_QUERY ); // important to normalize this...
Reference< XPropertySet > xAsSet( xAsIFace, UNO_QUERY );
m_xEventAttacher->attach( i++, xAsIFace, makeAny( xAsSet ) );
}
diff --git a/forms/source/richtext/richtextimplcontrol.cxx b/forms/source/richtext/richtextimplcontrol.cxx
index cd2a48fff134..2aeedc11d2ef 100644
--- a/forms/source/richtext/richtextimplcontrol.cxx
+++ b/forms/source/richtext/richtextimplcontrol.cxx
@@ -389,7 +389,7 @@ namespace frm
{
if ( !m_bHasEverBeenShown )
// no need to do anything. Especially, no need to set the paper size on the
- // EditEngine to anything ....
+ // EditEngine to anything...
return;
const StyleSettings& rStyleSettings = m_pAntiImpl->GetSettings().GetStyleSettings();
@@ -439,7 +439,7 @@ namespace frm
{
m_pVScroll->SetVisibleSize( aViewportPlaygroundLogic.Height() );
- // the default height of a text line ....
+ // the default height of a text line...
long nFontHeight = m_pEngine->GetStandardFont(0).GetFontSize().Height();
// ... is the scroll size for the vertical scrollbar
m_pVScroll->SetLineSize( nFontHeight );
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index e8a6463a8f48..8ae085794f43 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -585,9 +585,9 @@ namespace frm
case FormFeature::MoveToLast:
{
/*
- // TODO: re-implement this .....
- // run in an own thread if ...
- // ... the data source is thread safe ...
+ // TODO: re-implement this...
+ // run in an own thread if...
+ // ... the data source is thread safe...
sal_Bool bAllowOwnThread = sal_False;
if ( ::comphelper::hasProperty( PROPERTY_THREADSAFE, m_xCursorProperties ) )
m_xCursorProperties->getPropertyValue( PROPERTY_THREADSAFE ) >>= bAllowOwnThread;