summaryrefslogtreecommitdiff
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
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>
-rw-r--r--connectivity/source/commontools/CommonTools.cxx4
-rw-r--r--connectivity/source/commontools/TPrivilegesResultSet.cxx2
-rw-r--r--connectivity/source/commontools/dbtools.cxx2
-rw-r--r--connectivity/source/commontools/parameters.cxx4
-rw-r--r--connectivity/source/commontools/paramwrapper.cxx2
-rw-r--r--connectivity/source/commontools/predicateinput.cxx4
-rw-r--r--connectivity/source/commontools/warningscontainer.cxx4
-rw-r--r--connectivity/source/drivers/dbase/DTable.cxx2
-rw-r--r--connectivity/source/drivers/file/FDatabaseMetaData.cxx4
-rw-r--r--connectivity/source/drivers/hsqldb/HTables.cxx2
-rw-r--r--connectivity/source/drivers/mysql_jdbc/YCatalog.cxx2
-rw-r--r--connectivity/source/drivers/mysql_jdbc/YTables.cxx2
-rw-r--r--connectivity/source/drivers/postgresql/pq_preparedstatement.cxx2
-rw-r--r--connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx2
-rw-r--r--connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx2
-rw-r--r--connectivity/source/drivers/postgresql/pq_xtables.cxx2
-rw-r--r--connectivity/source/parse/sqliterator.cxx2
-rw-r--r--editeng/source/editeng/editdoc.cxx4
-rw-r--r--editeng/source/editeng/editeng.cxx4
-rw-r--r--editeng/source/editeng/editview.cxx4
-rw-r--r--editeng/source/editeng/eertfpar.cxx2
-rw-r--r--editeng/source/editeng/impedit.cxx2
-rw-r--r--editeng/source/editeng/impedit.hxx2
-rw-r--r--editeng/source/editeng/impedit2.cxx8
-rw-r--r--editeng/source/editeng/impedit4.cxx4
-rw-r--r--editeng/source/editeng/impedit5.cxx8
-rw-r--r--extensions/source/abpilot/admininvokationimpl.cxx2
-rw-r--r--extensions/source/abpilot/fieldmappingimpl.cxx4
-rw-r--r--extensions/source/bibliography/datman.cxx2
-rw-r--r--extensions/source/dbpilots/groupboxwiz.cxx2
-rw-r--r--extensions/source/propctrlr/fontdialog.cxx2
-rw-r--r--extensions/source/propctrlr/formgeometryhandler.cxx2
-rw-r--r--extensions/source/propctrlr/genericpropertyhandler.cxx2
-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
-rw-r--r--include/comphelper/logging.hxx2
-rw-r--r--include/comphelper/types.hxx4
-rw-r--r--include/comphelper/uno3.hxx2
-rw-r--r--include/editeng/editstat.hxx2
-rw-r--r--include/filter/msfilter/escherex.hxx4
-rw-r--r--include/jvmfwk/framework.hxx6
-rw-r--r--include/o3tl/enumrange.hxx2
-rw-r--r--include/svtools/brwbox.hxx2
-rw-r--r--include/svx/fmgridif.hxx2
-rw-r--r--include/svx/fmsrccfg.hxx2
-rw-r--r--include/svx/fmsrcimp.hxx2
-rw-r--r--include/svx/svddrgv.hxx2
-rw-r--r--include/toolkit/controls/controlmodelcontainerbase.hxx2
-rw-r--r--include/tools/diagnose_ex.h2
-rw-r--r--include/vcl/svlbitm.hxx2
-rw-r--r--include/xmloff/formlayerexport.hxx2
56 files changed, 80 insertions, 80 deletions
diff --git a/connectivity/source/commontools/CommonTools.cxx b/connectivity/source/commontools/CommonTools.cxx
index eb06c5551b67..615cfe6c582f 100644
--- a/connectivity/source/commontools/CommonTools.cxx
+++ b/connectivity/source/commontools/CommonTools.cxx
@@ -197,8 +197,8 @@ bool isValidSQLName(const OUString& rName,const OUString& _rSpecials)
)
return false;
// the SQL-Standard requires the first character to be an alphabetic character, which
- // isn't easy to decide in UniCode ...
- // So we just prohibit the characters which already lead to problems ....
+ // isn't easy to decide in UniCode...
+ // So we just prohibit the characters which already lead to problems...
// 11.04.00 - 74902 - FS
return true;
diff --git a/connectivity/source/commontools/TPrivilegesResultSet.cxx b/connectivity/source/commontools/TPrivilegesResultSet.cxx
index 6347e3e17d71..de255d3cb8c1 100644
--- a/connectivity/source/commontools/TPrivilegesResultSet.cxx
+++ b/connectivity/source/commontools/TPrivilegesResultSet.cxx
@@ -42,7 +42,7 @@ OResultSetPrivileges::OResultSetPrivileges( const Reference< XDatabaseMetaData>&
// we want all catalogues, all schemas, all tables
sTableTypes[0] = "VIEW";
sTableTypes[1] = "TABLE";
- sTableTypes[2] = "%"; // just to be sure to include anything else ....
+ sTableTypes[2] = "%"; // just to be sure to include anything else...
try
{
m_xTables = _rxMeta->getTables(catalog,schemaPattern,tableNamePattern,sTableTypes);
diff --git a/connectivity/source/commontools/dbtools.cxx b/connectivity/source/commontools/dbtools.cxx
index 75df94ec8ea1..514b026b26c9 100644
--- a/connectivity/source/commontools/dbtools.cxx
+++ b/connectivity/source/commontools/dbtools.cxx
@@ -1062,7 +1062,7 @@ try
bool bIsString = aEffectiveDefault.getValueType().getTypeClass() == TypeClass_STRING;
OSL_ENSURE(bIsString || aEffectiveDefault.getValueType().getTypeClass() == TypeClass_DOUBLE,
"TransferFormComponentProperties : invalid property type !");
- // The Effective-Properties should always be void or string or double ....
+ // The Effective-Properties should always be void or string or double...
if (hasProperty(sPropDefaultDate, xNewProps) && !bIsString)
{ // (to convert an OUString into a date will not always succeed, because it might be bound to a text-column,
diff --git a/connectivity/source/commontools/parameters.cxx b/connectivity/source/commontools/parameters.cxx
index 4502dbc0687e..3862ebf0ff08 100644
--- a/connectivity/source/commontools/parameters.cxx
+++ b/connectivity/source/commontools/parameters.cxx
@@ -479,10 +479,10 @@ namespace dbtools
if ( nAlreadyVisited == aParam.second.aInnerIndexes.size() )
continue;
- // need a wrapper for this .... the "inner parameters" as supplied by a result set don't have a "Value"
+ // need a wrapper for this... the "inner parameters" as supplied by a result set don't have a "Value"
// property, but the parameter listeners expect such a property. So we need an object "aggregating"
// xParam and supplying an additional property ("Value")
- // (it's no real aggregation of course ...)
+ // (it's no real aggregation of course...)
m_pOuterParameters->push_back( new param::ParameterWrapper( aParam.second.xComposerColumn, m_xInnerParamUpdate, aParam.second.aInnerIndexes ) );
}
diff --git a/connectivity/source/commontools/paramwrapper.cxx b/connectivity/source/commontools/paramwrapper.cxx
index aae53c2d2a0f..92c78e319276 100644
--- a/connectivity/source/commontools/paramwrapper.cxx
+++ b/connectivity/source/commontools/paramwrapper.cxx
@@ -194,7 +194,7 @@ namespace param
{
try
{
- // TODO : aParamType & nScale can be obtained within the constructor ....
+ // TODO : aParamType & nScale can be obtained within the constructor...
sal_Int32 nParamType = DataType::VARCHAR;
OSL_VERIFY( m_xDelegator->getPropertyValue("Type") >>= nParamType );
diff --git a/connectivity/source/commontools/predicateinput.cxx b/connectivity/source/commontools/predicateinput.cxx
index 1c8812a8591c..7b9e1a1960ee 100644
--- a/connectivity/source/commontools/predicateinput.cxx
+++ b/connectivity/source/commontools/predicateinput.cxx
@@ -276,7 +276,7 @@ namespace dbtools
if ( _rxField.is() )
{
// The following is mostly stolen from the former implementation in the parameter dialog
- // (dbaccess/source/ui/dlg/paramdialog.cxx). I do not fully understand this .....
+ // (dbaccess/source/ui/dlg/paramdialog.cxx). I do not fully understand this...
OUString sError;
std::unique_ptr<OSQLParseNode> pParseNode = implPredicateTree( sError, _rPredicateValue, _rxField );
@@ -340,7 +340,7 @@ namespace dbtools
if ( _rxField.is() )
{
// The following is mostly stolen from the former implementation in the parameter dialog
- // (dbaccess/source/ui/dlg/paramdialog.cxx). I do not fully understand this .....
+ // (dbaccess/source/ui/dlg/paramdialog.cxx). I do not fully understand this...
OUString sError;
std::unique_ptr<OSQLParseNode> pParseNode = implPredicateTree( sError, _rPredicateValue, _rxField );
diff --git a/connectivity/source/commontools/warningscontainer.cxx b/connectivity/source/commontools/warningscontainer.cxx
index 65478f9c03ce..adb384be680d 100644
--- a/connectivity/source/commontools/warningscontainer.cxx
+++ b/connectivity/source/commontools/warningscontainer.cxx
@@ -42,8 +42,8 @@ namespace dbtools
_rChainLeft = _rChainRight;
else
{
- // to travel the chain by reference (and not by value), we need the getValue ...
- // looks like a hack, but the meaning of getValue is documented, and it's the only chance for reference-traveling ....
+ // to travel the chain by reference (and not by value), we need the getValue...
+ // looks like a hack, but the meaning of getValue is documented, and it's the only chance for reference-traveling...
OSL_ENSURE( SQLExceptionInfo( _rChainLeft ).isValid(),
"lcl_concatWarnings: invalid warnings chain (this will crash)!" );
diff --git a/connectivity/source/drivers/dbase/DTable.cxx b/connectivity/source/drivers/dbase/DTable.cxx
index 681eb44a260d..9cfee8f0b8af 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -1427,7 +1427,7 @@ bool ODbaseTable::Drop_Static(const OUString& _sUrl, bool _bHasMemoFields, OColl
}
catch(const Exception&)
{
- // silently ignore this ....
+ // silently ignore this...
}
}
}
diff --git a/connectivity/source/drivers/file/FDatabaseMetaData.cxx b/connectivity/source/drivers/file/FDatabaseMetaData.cxx
index 0caa53b3bf35..9bb1cfc920b7 100644
--- a/connectivity/source/drivers/file/FDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/file/FDatabaseMetaData.cxx
@@ -126,7 +126,7 @@ namespace
if ( bCanAccess )
{
// here we have two contents whose URLs differ by case only.
- // Now let's check if both really refer to the same object ....
+ // Now let's check if both really refer to the same object...
Reference< XContent > xContent1 = aContent1.get();
Reference< XContent > xContent2 = aContent2.get();
OSL_ENSURE( xContent1.is() && xContent2.is(), "isCaseSensitiveParentFolder: invalid content interfaces!" );
@@ -140,7 +140,7 @@ namespace
comphelper::getProcessComponentContext() )->
compareContentIds( xID1, xID2 ) == 0 ) )
{
- // finally, we know that the folder is not case-sensitive ....
+ // finally, we know that the folder is not case-sensitive...
nIsCS = 0;
}
}
diff --git a/connectivity/source/drivers/hsqldb/HTables.cxx b/connectivity/source/drivers/hsqldb/HTables.cxx
index f47166e989d3..c2b13cfe79ca 100644
--- a/connectivity/source/drivers/hsqldb/HTables.cxx
+++ b/connectivity/source/drivers/hsqldb/HTables.cxx
@@ -53,7 +53,7 @@ sdbcx::ObjectType OTables::createObject(const OUString& _rName)
Sequence< OUString > sTableTypes(3);
sTableTypes[0] = "VIEW";
sTableTypes[1] = "TABLE";
- sTableTypes[2] = "%"; // just to be sure to include anything else ....
+ sTableTypes[2] = "%"; // just to be sure to include anything else...
Any aCatalog;
if ( !sCatalog.isEmpty() )
diff --git a/connectivity/source/drivers/mysql_jdbc/YCatalog.cxx b/connectivity/source/drivers/mysql_jdbc/YCatalog.cxx
index 7255642dadda..ad98bfa1a7fa 100644
--- a/connectivity/source/drivers/mysql_jdbc/YCatalog.cxx
+++ b/connectivity/source/drivers/mysql_jdbc/YCatalog.cxx
@@ -55,7 +55,7 @@ void OMySQLCatalog::refreshTables()
Sequence<OUString> sTableTypes(3);
sTableTypes[0] = "VIEW";
sTableTypes[1] = "TABLE";
- sTableTypes[2] = "%"; // just to be sure to include anything else ....
+ sTableTypes[2] = "%"; // just to be sure to include anything else...
refreshObjects(sTableTypes, aVector);
diff --git a/connectivity/source/drivers/mysql_jdbc/YTables.cxx b/connectivity/source/drivers/mysql_jdbc/YTables.cxx
index e65f510c700e..0ef8fff9033d 100644
--- a/connectivity/source/drivers/mysql_jdbc/YTables.cxx
+++ b/connectivity/source/drivers/mysql_jdbc/YTables.cxx
@@ -54,7 +54,7 @@ sdbcx::ObjectType OTables::createObject(const OUString& _rName)
Sequence<OUString> sTableTypes(3);
sTableTypes[0] = "VIEW";
sTableTypes[1] = "TABLE";
- sTableTypes[2] = "%"; // just to be sure to include anything else ....
+ sTableTypes[2] = "%"; // just to be sure to include anything else...
Any aCatalog;
if (!sCatalog.isEmpty())
diff --git a/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx b/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx
index 82f26a3be1b0..74254ebffd14 100644
--- a/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx
+++ b/connectivity/source/drivers/postgresql/pq_preparedstatement.cxx
@@ -170,7 +170,7 @@ PreparedStatement::PreparedStatement(
int elements = 0;
for(const OString & str : m_splittedStatement)
{
- // ignore quoted strings ....
+ // ignore quoted strings...
if( ! isQuoted( str ) )
{
// the ':' cannot be the first or the last part of the
diff --git a/connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx b/connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx
index 110eb18e9a51..fd919583fb16 100644
--- a/connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_resultsetmetadata.cxx
@@ -418,7 +418,7 @@ sal_Bool ResultSetMetaData::isWritable( sal_Int32 column )
sal_Bool ResultSetMetaData::isDefinitelyWritable( sal_Int32 column )
{
- return isWritable(column); // uhh, now it becomes really esoteric ....
+ return isWritable(column); // uhh, now it becomes really esoteric...
}
OUString ResultSetMetaData::getColumnServiceName( sal_Int32 )
{
diff --git a/connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx b/connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx
index a60ed4b09879..188f69c06df5 100644
--- a/connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_sequenceresultsetmetadata.cxx
@@ -167,7 +167,7 @@ sal_Bool SequenceResultSetMetaData::isWritable( sal_Int32 column )
sal_Bool SequenceResultSetMetaData::isDefinitelyWritable( sal_Int32 column )
{
- return isWritable(column); // uhh, now it becomes really esoteric ....
+ return isWritable(column); // uhh, now it becomes really esoteric...
}
OUString SequenceResultSetMetaData::getColumnServiceName( sal_Int32 /* column */ )
{
diff --git a/connectivity/source/drivers/postgresql/pq_xtables.cxx b/connectivity/source/drivers/postgresql/pq_xtables.cxx
index 411cc917ea29..2c57e8f10551 100644
--- a/connectivity/source/drivers/postgresql/pq_xtables.cxx
+++ b/connectivity/source/drivers/postgresql/pq_xtables.cxx
@@ -265,7 +265,7 @@ void Tables::appendByDescriptor(
// execute the creation !
transaction.executeUpdate( buf.makeStringAndClear() );
- // description ....
+ // description...
OUString description = extractStringProperty( descriptor, st.DESCRIPTION );
if( !description.isEmpty() )
{
diff --git a/connectivity/source/parse/sqliterator.cxx b/connectivity/source/parse/sqliterator.cxx
index 3be9ec8b570e..4cb00394faa3 100644
--- a/connectivity/source/parse/sqliterator.cxx
+++ b/connectivity/source/parse/sqliterator.cxx
@@ -267,7 +267,7 @@ namespace
Sequence< OUString > sTableTypes(3);
sTableTypes[0] = "VIEW";
sTableTypes[1] = "TABLE";
- sTableTypes[2] = s_sWildcard; // just to be sure to include anything else ....
+ sTableTypes[2] = s_sWildcard; // just to be sure to include anything else...
if ( _rxDBMeta.is() )
{
diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx
index 576dcfbbb4d9..a9192ec63b43 100644
--- a/editeng/source/editeng/editdoc.cxx
+++ b/editeng/source/editeng/editdoc.cxx
@@ -1450,7 +1450,7 @@ void ContentNode::CopyAndCutAttribs( ContentNode* pPrevNode, SfxItemPool& rPool,
{
if ( pAttrib->GetEnd() < nCut )
{
- // remain unchanged ....
+ // remain unchanged...
;
}
else if ( pAttrib->GetEnd() == nCut )
@@ -2524,7 +2524,7 @@ void EditDoc::InsertAttrib( ContentNode* pNode, sal_Int32 nStart, sal_Int32 nEnd
EditCharAttrib* pAttr = rAttrList.FindEmptyAttrib( rPoolItem.Which(), nStart );
if ( pAttr )
{
- // Remove attribute....
+ // Remove attribute...
rAttrList.Remove(pAttr);
}
diff --git a/editeng/source/editeng/editeng.cxx b/editeng/source/editeng/editeng.cxx
index ef821184ec7b..582c42d56062 100644
--- a/editeng/source/editeng/editeng.cxx
+++ b/editeng/source/editeng/editeng.cxx
@@ -2383,7 +2383,7 @@ sal_Int32 EditEngine::FindParagraph( long nDocPosY )
EPosition EditEngine::FindDocPosition( const Point& rDocPos ) const
{
EPosition aPos;
- // From the point of the API, this is const....
+ // From the point of the API, this is const...
EditPaM aPaM = const_cast<EditEngine*>(this)->pImpEditEngine->GetPaM( rDocPos, false );
if ( aPaM.GetNode() )
{
@@ -2716,7 +2716,7 @@ bool EditEngine::HasValidData( const css::uno::Reference< css::datatransfer::XTr
if ( rTransferable.is() )
{
- // Every application that copies rtf or any other text format also copies plain text into the clipboard....
+ // Every application that copies rtf or any other text format also copies plain text into the clipboard...
datatransfer::DataFlavor aFlavor;
SotExchange::GetFormatDataFlavor( SotClipboardFormatId::STRING, aFlavor );
bValidData = rTransferable->isDataFlavorSupported( aFlavor );
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index 23deae365db8..641a920d7ba2 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -513,7 +513,7 @@ const SfxItemSet& EditView::GetEmptyItemSet()
void EditView::SetAttribs( const SfxItemSet& rSet )
{
- DBG_ASSERT( !pImpEditView->aEditSelection.IsInvalid(), "Blind Selection in ...." );
+ DBG_ASSERT( !pImpEditView->aEditSelection.IsInvalid(), "Blind Selection in..." );
pImpEditView->DrawSelectionXOR();
pImpEditView->pEditEngine->SetAttribs( pImpEditView->GetEditSelection(), rSet, SetAttribsMode::WholeWord );
@@ -560,7 +560,7 @@ void EditView::RemoveCharAttribs( sal_Int32 nPara, sal_uInt16 nWhich )
SfxItemSet EditView::GetAttribs()
{
- DBG_ASSERT( !pImpEditView->aEditSelection.IsInvalid(), "Blind Selection in ...." );
+ DBG_ASSERT( !pImpEditView->aEditSelection.IsInvalid(), "Blind Selection in..." );
return pImpEditView->pEditEngine->pImpEditEngine->GetAttribs( pImpEditView->GetEditSelection() );
}
diff --git a/editeng/source/editeng/eertfpar.cxx b/editeng/source/editeng/eertfpar.cxx
index 02df47e17d2d..a8fac71a7c72 100644
--- a/editeng/source/editeng/eertfpar.cxx
+++ b/editeng/source/editeng/eertfpar.cxx
@@ -399,7 +399,7 @@ void EditRTFParser::SetAttrInDoc( SvxRTFItemStackType &rSet )
mpEditEngine->SetAttribs(
EditSelection(aStartPaM, EditPaM(aStartPaM.GetNode(), aStartPaM.GetNode()->Len())), rSet.GetAttrSet());
- // the beginning of the EndNodes....
+ // the beginning of the EndNodes...
if ( aEndPaM.GetIndex() == aEndPaM.GetNode()->Len() )
mpEditEngine->SetParaAttribsOnly(nEndNode, rSet.GetAttrSet());
else
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index 45192712de69..265dc3cbe79c 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -1736,7 +1736,7 @@ bool ImpEditView::SetCursorAtPoint( const Point& rPointPixel )
// Can be optimized: first go through the lines within a paragraph for PAM,
// then again with the PaM for the Rect, even though the line is already
- // known .... This must not be, though!
+ // known... This must not be, though!
EditPaM aPaM = pEditEngine->GetPaM(aDocPos);
bool bGotoCursor = DoAutoScroll();
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index 6e065352ee68..26c9d25961fa 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -492,7 +492,7 @@ private:
OnDemandLocaleDataWrapper xLocaleDataWrapper;
OnDemandTransliterationWrapper xTransliterationWrapper;
- // For Formatting / Update ....
+ // For Formatting / Update...
std::vector<std::unique_ptr<DeletedNodeInfo> > aDeletedNodes;
tools::Rectangle aInvalidRect;
sal_uInt32 nCurTextHeight;
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index b66c4fa7638f..75a5e741c471 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -2439,7 +2439,7 @@ EditPaM ImpEditEngine::ImpDeleteSelection(const EditSelection& rCurSel)
OSL_ENSURE( nEndNode != EE_PARA_NOT_FOUND, "Start > End ?!" );
OSL_ENSURE( nStartNode <= nEndNode, "Start > End ?!" );
- // Remove all nodes in between ....
+ // Remove all nodes in between...
for ( sal_Int32 z = nStartNode+1; z < nEndNode; z++ )
{
// Always nStartNode+1, due to Remove()!
@@ -2454,14 +2454,14 @@ EditPaM ImpEditEngine::ImpDeleteSelection(const EditSelection& rCurSel)
OSL_ENSURE( pPortion, "Blind Portion in ImpDeleteSelection(3)" );
pPortion->MarkSelectionInvalid( aStartPaM.GetIndex() );
- // The beginning of the EndNodes....
+ // The beginning of the EndNodes...
const sal_Int32 nChars = aEndPaM.GetIndex();
aEndPaM.SetIndex( 0 );
ImpRemoveChars( aEndPaM, nChars );
pPortion = FindParaPortion( aEndPaM.GetNode() );
OSL_ENSURE( pPortion, "Blind Portion in ImpDeleteSelection(4)" );
pPortion->MarkSelectionInvalid( 0 );
- // Join together....
+ // Join together...
aStartPaM = ImpConnectParagraphs( aStartPaM.GetNode(), aEndPaM.GetNode() );
}
else
@@ -4214,7 +4214,7 @@ tools::Rectangle ImpEditEngine::GetEditCursor( ParaPortion* pPortion, sal_Int32
GetCursorFlags::EndOfLine: If after the last character of a wrapped line, remaining
at the end of the line, not the beginning of the next one.
Purpose: - END => really after the last character
- - Selection....
+ - Selection...
*/
long nY = pPortion->GetFirstLineOffset();
diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx
index 367eb250f0a3..836ae9557e6f 100644
--- a/editeng/source/editeng/impedit4.cxx
+++ b/editeng/source/editeng/impedit4.cxx
@@ -2352,7 +2352,7 @@ void ImpEditEngine::DoOnlineSpelling( ContentNode* pThisNodeOnly, bool bSpellAtC
aClipRect.Intersection( pView->GetVisArea() );
if ( !aClipRect.IsEmpty() )
{
- // convert to window coordinates ....
+ // convert to window coordinates...
aClipRect.SetPos( pView->pImpEditView->GetWindowPos( aClipRect.TopLeft() ) );
pView->pImpEditView->InvalidateAtWindow(aClipRect);
}
@@ -2365,7 +2365,7 @@ void ImpEditEngine::DoOnlineSpelling( ContentNode* pThisNodeOnly, bool bSpellAtC
aInvalidRect = tools::Rectangle();
}
}
- // After two corrected nodes give up the control ...
+ // After two corrected nodes give up the control...
nInvalids++;
if ( bInterruptible && ( nInvalids >= 2 ) )
{
diff --git a/editeng/source/editeng/impedit5.cxx b/editeng/source/editeng/impedit5.cxx
index df65322c3b4d..dfb3395cd848 100644
--- a/editeng/source/editeng/impedit5.cxx
+++ b/editeng/source/editeng/impedit5.cxx
@@ -326,12 +326,12 @@ SfxItemSet ImpEditEngine::GetAttribs( EditSelection aSel, EditEngineAttribs nOnl
const sal_Int32 nStartPos = nNode==nStartNode ? aSel.Min().GetIndex() : 0;
const sal_Int32 nEndPos = nNode==nEndNode ? aSel.Max().GetIndex() : pNode->Len(); // Can also be == nStart!
- // Problem: Templates ....
+ // Problem: Templates...
// => Other way:
- // 1) Hard character attributes, as usual ...
- // 2) Examine Style and paragraph attributes only when OFF ...
+ // 1) Hard character attributes, as usual...
+ // 2) Examine Style and paragraph attributes only when OFF...
- // First the very hard formatting ...
+ // First the very hard formatting...
EditDoc::FindAttribs( pNode, nStartPos, nEndPos, aCurSet );
if( nOnlyHardAttrib != EditEngineAttribs::OnlyHard )
diff --git a/extensions/source/abpilot/admininvokationimpl.cxx b/extensions/source/abpilot/admininvokationimpl.cxx
index 3abb4c836a5d..8b7f034ed99c 100644
--- a/extensions/source/abpilot/admininvokationimpl.cxx
+++ b/extensions/source/abpilot/admininvokationimpl.cxx
@@ -90,7 +90,7 @@ namespace abp
// As this wizard is intended to run on the first office start, it is very likely that the
// context needs to be freshly created
// Thus, we access the context here (within the WaitCursor), which means the user sees a waitcursor
- // while his/her office blocks a few seconds ....
+ // while his/her office blocks a few seconds...
DriverManager::create( m_xContext );
}
diff --git a/extensions/source/abpilot/fieldmappingimpl.cxx b/extensions/source/abpilot/fieldmappingimpl.cxx
index dc81dee64764..c011d4a55825 100644
--- a/extensions/source/abpilot/fieldmappingimpl.cxx
+++ b/extensions/source/abpilot/fieldmappingimpl.cxx
@@ -200,7 +200,7 @@ namespace abp
catch( const Exception& )
{
OSL_FAIL("fieldmapping::defaultMapping: code is assumed to throw no exceptions!");
- // the config nodes we're using herein should not do this ....
+ // the config nodes we're using herein should not do this...
}
}
@@ -234,7 +234,7 @@ namespace abp
!= *pExistentFields),
"extensions.abpilot",
"fieldmapping::writeTemplateAddressFieldMapping: inconsistent config data!");
- // there should be a redundancy in the config data .... if this asserts, there isn't anymore!
+ // there should be a redundancy in the config data... if this asserts, there isn't anymore!
// do we have a new alias for the programmatic?
MapString2String::iterator aPos = aFieldAssignment.find( *pExistentFields );
diff --git a/extensions/source/bibliography/datman.cxx b/extensions/source/bibliography/datman.cxx
index 612cc7b70893..ed29de7a5b08 100644
--- a/extensions/source/bibliography/datman.cxx
+++ b/extensions/source/bibliography/datman.cxx
@@ -149,7 +149,7 @@ static Reference< XNameAccess > getColumns(const Reference< XForm > & _rxForm)
xReturn = xSupplyCols->getColumns();
if (!xReturn.is() || !xReturn->getElementNames().hasElements())
- { // no ....
+ { // no...
xReturn = nullptr;
// -> get the table the form is bound to and ask it for their columns
Reference< XTablesSupplier > xSupplyTables( getConnection( _rxForm ), UNO_QUERY );
diff --git a/extensions/source/dbpilots/groupboxwiz.cxx b/extensions/source/dbpilots/groupboxwiz.cxx
index 3a8ca305e443..8ec840f4a353 100644
--- a/extensions/source/dbpilots/groupboxwiz.cxx
+++ b/extensions/source/dbpilots/groupboxwiz.cxx
@@ -136,7 +136,7 @@ namespace dbp
break;
}
- // setting the def button .... to be done before the base class is called, too, 'cause the base class
+ // setting the def button... to be done before the base class is called, too, 'cause the base class
// calls the pages, which are allowed to override our def button behaviour
defaultButton(GBW_STATE_FINALIZE == _nState ? WizardButtonFlags::FINISH : WizardButtonFlags::NEXT);
diff --git a/extensions/source/propctrlr/fontdialog.cxx b/extensions/source/propctrlr/fontdialog.cxx
index 703fec1b819f..d065e7b63429 100644
--- a/extensions/source/propctrlr/fontdialog.cxx
+++ b/extensions/source/propctrlr/fontdialog.cxx
@@ -465,7 +465,7 @@ namespace pcr
void ControlCharacterDialog::createItemSet(std::unique_ptr<SfxItemSet>& _rpSet, SfxItemPool*& _rpPool, std::vector<SfxPoolItem*>*& _rpDefaults)
{
- // just to be sure ....
+ // just to be sure...
_rpSet = nullptr;
_rpPool = nullptr;
_rpDefaults = nullptr;
diff --git a/extensions/source/propctrlr/formgeometryhandler.cxx b/extensions/source/propctrlr/formgeometryhandler.cxx
index 28c5aa03901a..8ea36b02a7bb 100644
--- a/extensions/source/propctrlr/formgeometryhandler.cxx
+++ b/extensions/source/propctrlr/formgeometryhandler.cxx
@@ -285,7 +285,7 @@ namespace pcr
Reference< XControlModel > xControlModel( m_xComponent, UNO_QUERY );
if ( xControlModel.is() )
{
- // do not ask the map for shapes for grid control columns ....
+ // do not ask the map for shapes for grid control columns...
Reference< XChild > xCompChild( m_xComponent, UNO_QUERY_THROW );
Reference< XGridColumnFactory > xCheckGrid( xCompChild->getParent(), UNO_QUERY );
if ( !xCheckGrid.is() )
diff --git a/extensions/source/propctrlr/genericpropertyhandler.cxx b/extensions/source/propctrlr/genericpropertyhandler.cxx
index 955426c434ce..40308ba43d8a 100644
--- a/extensions/source/propctrlr/genericpropertyhandler.cxx
+++ b/extensions/source/propctrlr/genericpropertyhandler.cxx
@@ -531,7 +531,7 @@ namespace pcr
{
// no superseded properties at all. This handler offers the very basic PropertyHandler
// functionality, so it's much more likely that other handlers want to supersede
- // *our* properties ....
+ // *our* properties...
return Sequence< OUString >( );
}
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;
diff --git a/include/comphelper/logging.hxx b/include/comphelper/logging.hxx
index 1a9d9ac367a2..5057ff9d838f 100644
--- a/include/comphelper/logging.hxx
+++ b/include/comphelper/logging.hxx
@@ -76,7 +76,7 @@ namespace comphelper
You can use this class as follows
<pre>
EventLogger aLogger( xContext, sLoggerName );
- ....
+ ...
aLogger.log( LogLevel::SEVERE, sSomeMessage );
aLogger.logp( LogLevel::CONFIG, "MyClass", "MyMethod", sSomeMessage, SomeParameter1, SomeParameter2, SomeParameter3 );
</pre>
diff --git a/include/comphelper/types.hxx b/include/comphelper/types.hxx
index 3b9c3ef1617b..3f9f16707c70 100644
--- a/include/comphelper/types.hxx
+++ b/include/comphelper/types.hxx
@@ -75,10 +75,10 @@ namespace comphelper
//= replacement of the former UsrAny.getXXX methods
- // may be used if you need the return value just as temporary, else it's may be too inefficient ....
+ // may be used if you need the return value just as temporary, else it's may be too inefficient...
// no, we don't use templates here. This would lead to a lot of implicit uses of the conversion methods,
- // which would be difficult to trace ...
+ // which would be difficult to trace...
COMPHELPER_DLLPUBLIC sal_Int64 getINT64(const css::uno::Any& _rAny);
COMPHELPER_DLLPUBLIC sal_Int32 getINT32(const css::uno::Any& _rAny);
diff --git a/include/comphelper/uno3.hxx b/include/comphelper/uno3.hxx
index 1312d0c6e240..36044ecd3114 100644
--- a/include/comphelper/uno3.hxx
+++ b/include/comphelper/uno3.hxx
@@ -161,7 +161,7 @@ namespace comphelper
usage:<br/>
Reference<XFoo> xFoo;<br/>
if (query_aggregation(xAggregatedObject, xFoo))<br/>
- ....
+ ...
*/
template <class iface>
bool query_aggregation(const css::uno::Reference< css::uno::XAggregation >& _rxAggregate, css::uno::Reference<iface>& _rxOut)
diff --git a/include/editeng/editstat.hxx b/include/editeng/editstat.hxx
index 242d179b36a5..a9e634246a0c 100644
--- a/include/editeng/editstat.hxx
+++ b/include/editeng/editstat.hxx
@@ -30,7 +30,7 @@ enum class EEControlBits
DOIDLEFORMAT = 0x00000008, // Formatting idle
PASTESPECIAL = 0x00000010, // Allow PasteSpecial
AUTOINDENTING = 0x00000020, // Automatic indenting
- UNDOATTRIBS = 0x00000040, // Undo for Attributes....
+ UNDOATTRIBS = 0x00000040, // Undo for Attributes...
ONECHARPERLINE = 0x00000080, // One character per line
NOCOLORS = 0x00000100, // Engine: No Color
OUTLINER = 0x00000200, // Special treatment Outliner/Outline mode
diff --git a/include/filter/msfilter/escherex.hxx b/include/filter/msfilter/escherex.hxx
index c723318ebff6..bd705ae4b9cd 100644
--- a/include/filter/msfilter/escherex.hxx
+++ b/include/filter/msfilter/escherex.hxx
@@ -1131,8 +1131,8 @@ public:
// features during the creation of the following Containers:
- // ESCHER_DggContainer: a EscherDgg Atom is automatically being created and managed
- // ESCHER_DgContainer: a EscherDg Atom is automatically being created and managed
+ // ESCHER_DggContainer: an EscherDgg Atom is automatically being created and managed
+ // ESCHER_DgContainer: an EscherDg Atom is automatically being created and managed
// ESCHER_SpgrContainer:
// ESCHER_SpContainer:
diff --git a/include/jvmfwk/framework.hxx b/include/jvmfwk/framework.hxx
index a376920bd96a..3c7fe2981436 100644
--- a/include/jvmfwk/framework.hxx
+++ b/include/jvmfwk/framework.hxx
@@ -99,13 +99,13 @@
<p>
regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2
-env:&quot;UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar&quot;
- -register ....
+ -register...
</p>
<p>If UNO_JAVA_JFW_VENDOR_SETTINGS is not set then a plugin library must be specified. For example:</p>
<p>
regcomp -env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2
-env:&quot;UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar&quot;
- -register ....
+ -register...
</p>
<p>Additional parameters for the Java VM can be provided. For every parameter
a separate bootstrap parameter must be specified. The names are
@@ -115,7 +115,7 @@
-env:UNO_JAVA_JFW_PARAMETER_2=-Xrunjdwp:transport=dt_socket,server=y,address=8100
-env:UNO_JAVA_JFW_JREHOME=file:///d:/j2re1.4.2
-env:&quot;UNO_JAVA_JFW_CLASSPATH=d:\\solver\\bin\\classes.jar;d:\\solver\\bin\\jurt.jar&quot;
- -register ....</p>
+ -register...</p>
<p>
Here is a complete list of the bootstrap parameter for the direct mode:
</p>
diff --git a/include/o3tl/enumrange.hxx b/include/o3tl/enumrange.hxx
index 4f26c22337df..560a158cecb6 100644
--- a/include/o3tl/enumrange.hxx
+++ b/include/o3tl/enumrange.hxx
@@ -33,7 +33,7 @@ namespace o3tl {
/// Use like this:
/// enum class COLOR { RED, GREEN, BLUE, LAST=BLUE };
/// for( auto e : o3tl::enumrange<Color>() )
-/// .....;
+/// ....;
///
/// \param T the 'enum class' type.
template< typename T>
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index f12edefd6c2e..af44c7613b8a 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -164,7 +164,7 @@ public:
// TODO
-// The whole selection thingie in this class is somewhat .... suspicious to me.
+// The whole selection thingie in this class is somewhat... suspicious to me.
// some oddities:
// * method parameters named like members (and used in both semantics within the method!)
// * the multi selection flag is sometimes used as if it is for row selection, sometimes as if
diff --git a/include/svx/fmgridif.hxx b/include/svx/fmgridif.hxx
index 593619f98b15..38984b191a7e 100644
--- a/include/svx/fmgridif.hxx
+++ b/include/svx/fmgridif.hxx
@@ -364,7 +364,7 @@ private:
std::unique_ptr<css::uno::Reference< css::frame::XDispatch >[]> m_pDispatchers;
// one dispatcher for each supported url
// (I would like to have a vector here but including the stl in an exported file seems
- // very risky to me ....)
+ // very risky to me...)
class GridListenerDelegator;
friend class GridListenerDelegator;
diff --git a/include/svx/fmsrccfg.hxx b/include/svx/fmsrccfg.hxx
index 2366d5b34ca2..ea8e80fe780a 100644
--- a/include/svx/fmsrccfg.hxx
+++ b/include/svx/fmsrccfg.hxx
@@ -49,7 +49,7 @@ namespace svxform
protected:
TransliterationFlags
nTransliterationFlags;
- // they're way too sensitive for direct access ....
+ // they're way too sensitive for direct access...
public:
// no bit fields at all (want to pass the addresses to the OConfigurationValueContainer)
diff --git a/include/svx/fmsrcimp.hxx b/include/svx/fmsrcimp.hxx
index 194411ce174d..6b14e4119d49 100644
--- a/include/svx/fmsrcimp.hxx
+++ b/include/svx/fmsrcimp.hxx
@@ -261,7 +261,7 @@ public:
// position will be ignored in case of m_bWildCard==sal_True
public:
- /** two constructs, both analogical to FmSearchDialog, therefore look this up for explanations ....
+ /** two constructs, both analogical to FmSearchDialog, therefore look this up for explanations...
xCursor has to implement css::data::DatabaseCursor service each time.
If eMode == SM_USETHREAD, a ProgressHandler should be set, because in this case the result forwarding will be done
by this handler.
diff --git a/include/svx/svddrgv.hxx b/include/svx/svddrgv.hxx
index 5fbb65c9dee7..2de2d23d0e26 100644
--- a/include/svx/svddrgv.hxx
+++ b/include/svx/svddrgv.hxx
@@ -223,7 +223,7 @@ public:
// it must be taken into account that because of subsequent
// recalculation of the SnapRect (on Resize), rounding errors can
// occur, because of which the LimitRect might be exceeded by a
- // very small extent....
+ // very small extent...
// Implemented for Move and Resize
virtual bool TakeDragLimit(SdrDragMode eMode, tools::Rectangle& rRect) const;
};
diff --git a/include/toolkit/controls/controlmodelcontainerbase.hxx b/include/toolkit/controls/controlmodelcontainerbase.hxx
index b2f4af1f5484..d7b914304b72 100644
--- a/include/toolkit/controls/controlmodelcontainerbase.hxx
+++ b/include/toolkit/controls/controlmodelcontainerbase.hxx
@@ -62,7 +62,7 @@ class ControlModelContainerBase : public ControlModelContainer_IBase
public:
enum ChildOperation { Insert = 0, Remove };
// would like to make this typedef private, too, but the Forte 7 compiler does have
- // problems with this .....
+ // problems with this...
typedef ::std::pair< css::uno::Reference< css::awt::XControlModel >, OUString >
UnoControlModelHolder;
private:
diff --git a/include/tools/diagnose_ex.h b/include/tools/diagnose_ex.h
index fc814d91db40..558420e5417f 100644
--- a/include/tools/diagnose_ex.h
+++ b/include/tools/diagnose_ex.h
@@ -54,7 +54,7 @@ inline css::uno::Any DbgGetCaughtException()
/** reports a caught UNO exception via OSL diagnostics
Note that whenever you use this, it might be an indicator that your error
- handling is not correct ....
+ handling is not correct...
This takes two optional parameters: area and explanatory
*/
#define DBG_UNHANDLED_EXCEPTION_0_ARGS() \
diff --git a/include/vcl/svlbitm.hxx b/include/vcl/svlbitm.hxx
index 08b1604dd8b8..4411045e8f6f 100644
--- a/include/vcl/svlbitm.hxx
+++ b/include/vcl/svlbitm.hxx
@@ -65,7 +65,7 @@ private:
long nHeight;
std::unique_ptr<SvLBoxButtonData_Impl> pImpl;
bool bDataOk;
- std::vector<Image> aBmps; // indices s. constants BMP_ ....
+ std::vector<Image> aBmps; // indices s. constants BMP_...
VCL_DLLPRIVATE void SetWidthAndHeight();
VCL_DLLPRIVATE void InitData( bool _bRadioBtn, const Control* pControlForSettings );
diff --git a/include/xmloff/formlayerexport.hxx b/include/xmloff/formlayerexport.hxx
index abe6f30ad943..01a2bd2f468e 100644
--- a/include/xmloff/formlayerexport.hxx
+++ b/include/xmloff/formlayerexport.hxx
@@ -122,7 +122,7 @@ namespace xmloff
expect the forms collection to be stored like
<listing>
&lt;Forms&gt;
- .... // all the forms stuff here
+ ... // all the forms stuff here
&lt;/Forms&gt;
</listing>
you have to start the Forms element yourself.</p>