From 22ef2a15bb5cae4b877449237bb8d3e41f2d49db Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 23:17:53 +0200 Subject: Fixing "...." Change-Id: Id005a7531d546dd43de13b49bcb3e93081c5ad8d Reviewed-on: https://gerrit.libreoffice.org/78679 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basic/source/classes/sbunoobj.cxx | 2 +- basic/source/inc/filefmt.hxx | 2 +- basic/source/sbx/sbxexec.cxx | 2 +- chart2/source/inc/UncachedDataSequence.hxx | 2 +- chart2/source/view/inc/VSeriesPlotter.hxx | 2 +- comphelper/source/misc/accessiblewrapper.cxx | 2 +- comphelper/source/property/propertycontainerhelper.cxx | 2 +- comphelper/source/streaming/seqstream.cxx | 4 ++-- compilerplugins/clang/store/constantfunction.cxx | 2 +- compilerplugins/clang/unusedfields.cxx | 2 +- compilerplugins/clang/useuniqueptr.cxx | 2 +- compilerplugins/clang/writeonlyvars.cxx | 2 +- .../test/deployment/update/website_update/update/web6/readme.txt | 2 +- .../test/deployment/update/website_update/update/web7/readme.txt | 2 +- fpicker/source/office/commonpicker.cxx | 6 +++--- fpicker/source/office/iodlg.cxx | 4 ++-- qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java | 4 ++-- qadevOOo/tests/java/ifc/uno/_XComponentContext.java | 4 ++-- reportdesign/source/core/sdr/UndoActions.cxx | 2 +- reportdesign/source/core/sdr/UndoEnv.cxx | 4 ++-- 20 files changed, 27 insertions(+), 27 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 ) diff --git a/chart2/source/inc/UncachedDataSequence.hxx b/chart2/source/inc/UncachedDataSequence.hxx index f9a910a4803c..c9d7e915de72 100644 --- a/chart2/source/inc/UncachedDataSequence.hxx +++ b/chart2/source/inc/UncachedDataSequence.hxx @@ -64,7 +64,7 @@ typedef ::cppu::WeakComponentImplHelper< * the internal data table. * *

A range representation can be either '0', '1', '2', ..., or 'label 1', - * 'label 2', ....

+ * 'label 2', ...

*/ class UncachedDataSequence final : public ::comphelper::OMutexAndBroadcastHelper, diff --git a/chart2/source/view/inc/VSeriesPlotter.hxx b/chart2/source/view/inc/VSeriesPlotter.hxx index 572e428ac14a..7b799eb9c4bf 100644 --- a/chart2/source/view/inc/VSeriesPlotter.hxx +++ b/chart2/source/view/inc/VSeriesPlotter.hxx @@ -231,7 +231,7 @@ public: std::vector< VDataSeries* > getAllSeries(); - // This method creates a series plotter of the requested type; e.g. : return new PieChart .... + // This method creates a series plotter of the requested type; e.g. : return new PieChart... static VSeriesPlotter* createSeriesPlotter( const css::uno::Reference< css::chart2::XChartType >& xChartTypeModel , sal_Int32 nDimensionCount , bool bExcludingPositioning /*for pie and donut charts labels and exploded segments are excluded from the given size*/); diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx index da86b96bf5d4..4d4edb1393dc 100644 --- a/comphelper/source/misc/accessiblewrapper.cxx +++ b/comphelper/source/misc/accessiblewrapper.cxx @@ -409,7 +409,7 @@ namespace comphelper { return m_xInnerContext->getAccessibleRelationSet(); // TODO: if this relation set would contain relations to siblings, we would normally need - // to wrap them, too .... + // to wrap them, too... } diff --git a/comphelper/source/property/propertycontainerhelper.cxx b/comphelper/source/property/propertycontainerhelper.cxx index e25743342136..252b3aa8179e 100644 --- a/comphelper/source/property/propertycontainerhelper.cxx +++ b/comphelper/source/property/propertycontainerhelper.cxx @@ -386,7 +386,7 @@ void OPropertyContainerHelper::setFastPropertyValue(sal_Int32 _nHandle, const An reinterpret_cast< uno_ReleaseFunc >( cpp_release ) ); OSL_ENSURE( bSuccess, - "OPropertyContainerHelper::setFastPropertyValue: ooops .... the value could not be assigned!"); + "OPropertyContainerHelper::setFastPropertyValue: ooops... the value could not be assigned!"); break; } diff --git a/comphelper/source/streaming/seqstream.cxx b/comphelper/source/streaming/seqstream.cxx index e7bcad1103c1..12a9bf1b5217 100644 --- a/comphelper/source/streaming/seqstream.cxx +++ b/comphelper/source/streaming/seqstream.cxx @@ -165,7 +165,7 @@ void SAL_CALL OSequenceOutputStream::writeBytes( const Sequence< sal_Int8 >& _rD nNewLength = nCurrentLength + m_nMinimumResize; if (nNewLength < m_nSize + _rData.getLength()) - { // it's not enough .... the data would not fit + { // it's not enough... the data would not fit // let's take the double amount of the length of the data to be written, as the next write // request could be as large as this one @@ -173,7 +173,7 @@ void SAL_CALL OSequenceOutputStream::writeBytes( const Sequence< sal_Int8 >& _rD nNewLength = nCurrentLength + nNewGrowth; } - // round it off to the next multiple of 4 ... + // round it off to the next multiple of 4... nNewLength = (nNewLength + 3) / 4 * 4; m_rSequence.realloc(nNewLength); diff --git a/compilerplugins/clang/store/constantfunction.cxx b/compilerplugins/clang/store/constantfunction.cxx index 0673df7a2521..982482fb4ce0 100644 --- a/compilerplugins/clang/store/constantfunction.cxx +++ b/compilerplugins/clang/store/constantfunction.cxx @@ -84,7 +84,7 @@ bool ConstantFunction::VisitFunctionDecl(const FunctionDecl * pFunctionDecl) { if (aFileName.startswith(SRCDIR "/basegfx/test/")) { return true; } - // bridges has some weird stuff in it.... + // bridges has some weird stuff in it... if (aFileName.startswith(SRCDIR "/bridges/")) { return true; } diff --git a/compilerplugins/clang/unusedfields.cxx b/compilerplugins/clang/unusedfields.cxx index f08cc843788b..c9df58e427a2 100644 --- a/compilerplugins/clang/unusedfields.cxx +++ b/compilerplugins/clang/unusedfields.cxx @@ -733,7 +733,7 @@ void UnusedFields::checkIfWrittenTo(const FieldDecl* fieldDecl, const Expr* memb // if we're inside a block that looks like // if (fieldDecl) - // .... + // ... // then writes to this field don't matter, because unless we find another write to this field, this field is dead if (std::find(insideConditionalCheckOfMemberSet.begin(), insideConditionalCheckOfMemberSet.end(), fieldDecl) != insideConditionalCheckOfMemberSet.end()) return; diff --git a/compilerplugins/clang/useuniqueptr.cxx b/compilerplugins/clang/useuniqueptr.cxx index cdf7b07e4751..9caab06341a0 100644 --- a/compilerplugins/clang/useuniqueptr.cxx +++ b/compilerplugins/clang/useuniqueptr.cxx @@ -352,7 +352,7 @@ void UseUniquePtr::CheckDeleteLocalVar(const FunctionDecl* functionDecl, const C if (fn == SRCDIR "/vcl/unx/gtk3/gtk3gtkdata.cxx" || fn == SRCDIR "/vcl/unx/gtk/gtkdata.cxx") return; - // sometimes this stuff is held by tools::SvRef, sometimes by std::unique_ptr ..... + // sometimes this stuff is held by tools::SvRef, sometimes by std::unique_ptr... if (fn == SRCDIR "/sot/source/unoolestorage/xolesimplestorage.cxx") return; // don't feel like messing with this chunk of sfx2 diff --git a/compilerplugins/clang/writeonlyvars.cxx b/compilerplugins/clang/writeonlyvars.cxx index 95d6ac3ad0a2..d9daa172820d 100644 --- a/compilerplugins/clang/writeonlyvars.cxx +++ b/compilerplugins/clang/writeonlyvars.cxx @@ -796,7 +796,7 @@ void WriteOnlyVars::checkIfWrittenTo(const VarDecl* varDecl, const Expr* memberE { // if we're inside a block that looks like // if (varDecl) - // .... + // ... // then writes to this var don't matter, because unless we find another write to this var, this var is dead if (std::find(insideConditionalCheckOfMemberSet.begin(), insideConditionalCheckOfMemberSet.end(), varDecl) diff --git a/desktop/test/deployment/update/website_update/update/web6/readme.txt b/desktop/test/deployment/update/website_update/update/web6/readme.txt index 7a1ba06efaa3..6756b8ef91cd 100644 --- a/desktop/test/deployment/update/website_update/update/web6/readme.txt +++ b/desktop/test/deployment/update/website_update/update/web6/readme.txt @@ -2,4 +2,4 @@ This folder contains the description.xml from update/web6.oxt When creating the release 2.0 on the repository then this description.xml can be uploaded. -This folder is not needed on extensions.openoffice.org/testarea/desktop/.... +This folder is not needed on extensions.openoffice.org/testarea/desktop/... diff --git a/desktop/test/deployment/update/website_update/update/web7/readme.txt b/desktop/test/deployment/update/website_update/update/web7/readme.txt index 8a6721b8e85c..45b2e237400e 100644 --- a/desktop/test/deployment/update/website_update/update/web7/readme.txt +++ b/desktop/test/deployment/update/website_update/update/web7/readme.txt @@ -2,4 +2,4 @@ This folder contains the description.xml from update/web7.oxt When creating the release 2.0 on the repository then this description.xml can be uploaded. -This folder is not needed on extensions.openoffice.org/testarea/desktop/.... +This folder is not needed on extensions.openoffice.org/testarea/desktop/... diff --git a/fpicker/source/office/commonpicker.cxx b/fpicker/source/office/commonpicker.cxx index 7751cf25316b..6168a74d2327 100644 --- a/fpicker/source/office/commonpicker.cxx +++ b/fpicker/source/office/commonpicker.cxx @@ -226,7 +226,7 @@ namespace svt } // _and_ add as event listener to the parent - in case the parent is destroyed - // before we are disposed, our disposal would access dead VCL windows then .... + // before we are disposed, our disposal would access dead VCL windows then... m_xDialogParent = VCLUnoHelper::GetInterface( m_pDlg->GetParent() ); OSL_ENSURE( m_xDialogParent.is() || !m_pDlg->GetParent(), "OCommonPicker::createFileDialog: invalid window component (the parent this time)!" ); if ( m_xDialogParent.is() ) @@ -377,11 +377,11 @@ namespace svt // Thus we post ourself a message for cancelling the dialog. This way, the message // is either handled in the thread which opened the dialog (which may even be // this thread here), or, if no dialog is open, in the thread doing scheduling - // currently. Both is okay for us .... + // currently. Both is okay for us... // Note that we could do check if we are really executing the dialog currently. // but the information would be potentially obsolete at the moment our event - // arrives, so we need to check it there, anyway ... + // arrives, so we need to check it there, anyway... m_nCancelEvent = Application::PostUserEvent( LINK( this, OCommonPicker, OnCancelPicker ) ); } diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index b8f587ca2a6a..d22bbcf0c45f 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -184,7 +184,7 @@ namespace void lcl_autoUpdateFileExtension( SvtFileDialog* _pDialog, const OUString& _rLastFilterExt ) { - // if auto extension is enabled .... + // if auto extension is enabled... if ( _pDialog->isAutoExtensionEnabled() ) { // automatically switch to the extension of the (maybe just newly selected) extension @@ -862,7 +862,7 @@ void SvtFileDialog::OpenHdl_Impl(void const * pVoid) if ( aFileName.isEmpty() ) { - // if an entry is selected in the view .... + // if an entry is selected in the view... if ( _pFileView->GetSelectionCount() ) { // -> use this one. This will allow us to step down this folder aFileName = _pFileView->GetCurrentURL(); diff --git a/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java b/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java index 519cd2513676..e3c124d0a668 100644 --- a/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java +++ b/qadevOOo/tests/java/ifc/awt/tree/_XTreeControl.java @@ -553,10 +553,10 @@ public class _XTreeControl extends MultiMethodTest { boolean bOK = true; - log.println("add EditListener 1...."); + log.println("add EditListener 1..."); oObj.addTreeEditListener(mTreeEditListener1); - log.println("add EditListener 2...."); + log.println("add EditListener 2..."); oObj.addTreeEditListener(mTreeEditListener2); try { diff --git a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java index 4de0687156c6..a776f7e21124 100644 --- a/qadevOOo/tests/java/ifc/uno/_XComponentContext.java +++ b/qadevOOo/tests/java/ifc/uno/_XComponentContext.java @@ -44,7 +44,7 @@ public class _XComponentContext extends MultiMethodTest { log.println("try to instantiate found servicename " + names[i]); directly.createInstanceWithContext(names[i], oObj); - log.println("worked .... ok"); + log.println("worked... ok"); res &= true; } catch (com.sun.star.uno.Exception e) { log.println("Exception occurred " + e.getMessage()); @@ -69,4 +69,4 @@ public class _XComponentContext extends MultiMethodTest { boolean res = ValueComparer.equalValue(byValue, directly); tRes.tested("getValueByName()", res); } -} \ No newline at end of file +} diff --git a/reportdesign/source/core/sdr/UndoActions.cxx b/reportdesign/source/core/sdr/UndoActions.cxx index 2c6ea11629b3..86f617b239a7 100644 --- a/reportdesign/source/core/sdr/UndoActions.cxx +++ b/reportdesign/source/core/sdr/UndoActions.cxx @@ -117,7 +117,7 @@ OUndoContainerAction::OUndoContainerAction(SdrModel& _rMod OUndoContainerAction::~OUndoContainerAction() { - // if we own the object .... + // if we own the object... Reference< XComponent > xComp( m_xOwnElement, UNO_QUERY ); if ( xComp.is() ) { diff --git a/reportdesign/source/core/sdr/UndoEnv.cxx b/reportdesign/source/core/sdr/UndoEnv.cxx index a4abf09b6e58..80aab3c3a428 100644 --- a/reportdesign/source/core/sdr/UndoEnv.cxx +++ b/reportdesign/source/core/sdr/UndoEnv.cxx @@ -235,7 +235,7 @@ void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEv if (objectPos == m_pImpl->m_aPropertySetCache.end()) { objectPos = m_pImpl->m_aPropertySetCache.emplace( xSet, ObjectInfo() ).first; - DBG_ASSERT(objectPos != m_pImpl->m_aPropertySetCache.end(), "OXUndoEnvironment::propertyChange : just inserted it ... why it's not there ?"); + DBG_ASSERT(objectPos != m_pImpl->m_aPropertySetCache.end(), "OXUndoEnvironment::propertyChange : just inserted it... why it's not there?"); } if ( objectPos == m_pImpl->m_aPropertySetCache.end() ) return; @@ -245,7 +245,7 @@ void SAL_CALL OXUndoEnvironment::propertyChange( const PropertyChangeEvent& _rEv ObjectInfo& rObjectInfo = objectPos->second; PropertiesInfo::const_iterator aPropertyPos = rObjectInfo.aProperties.find( _rEvent.PropertyName ); if ( aPropertyPos == rObjectInfo.aProperties.end() ) - { // nothing 'til now ... have to change this .... + { // nothing 'til now... have to change this... // the attributes Reference< XPropertySetInfo > xPSI( xSet->getPropertySetInfo(), UNO_SET_THROW ); sal_Int32 nPropertyAttributes = 0; -- cgit