summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-05 23:15:37 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 09:13:38 +0200
commitc12c84e6d8f26b7c7dfd4d0daa642879b435d2c6 (patch)
treedc9fb5b02c71a41f5b00e89ab2e03f10b4b5864a
parent3c1c1b8885e76a24b961b2fadbecfb536f423293 (diff)
Fixing "...."
Change-Id: I3424e17cfdfb563fdc5882942031deafae8689fe Reviewed-on: https://gerrit.libreoffice.org/78678 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--sal/osl/w32/dllentry.cxx2
-rw-r--r--sal/rtl/hash.cxx2
-rwxr-xr-xsal/test/bootstrap.bat2
-rw-r--r--sc/qa/unit/subsequent_export-test.cxx6
-rw-r--r--sc/qa/unit/ucalc.cxx2
-rw-r--r--sc/qa/unit/ucalc_formula.cxx2
-rw-r--r--sc/source/filter/excel/xepivotxml.cxx2
-rw-r--r--sc/source/ui/unoobj/celllistsource.cxx2
-rw-r--r--sc/source/ui/unoobj/cellvaluebinding.cxx2
-rw-r--r--sc/source/ui/vba/vbachart.cxx2
-rw-r--r--sc/source/ui/vba/vbarange.cxx24
-rw-r--r--scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java4
-rw-r--r--sd/source/filter/eppt/eppt.cxx2
-rw-r--r--sd/source/ui/inc/tools/ConfigurationAccess.hxx2
-rw-r--r--sd/workben/custompanel/ctp_panel.cxx2
-rw-r--r--setup_native/scripts/admin.pl4
-rw-r--r--sfx2/source/dialog/filtergrouping.cxx8
-rw-r--r--sfx2/source/doc/objcont.cxx2
-rw-r--r--solenv/bin/modules/installer/control.pm4
-rw-r--r--solenv/gbuild/UnpackedTarball.mk2
-rw-r--r--stoc/source/javaloader/javaloader.cxx2
-rw-r--r--svl/source/numbers/zforscan.hxx2
-rw-r--r--svtools/source/svhtml/htmlout.cxx2
-rw-r--r--svtools/source/table/tablecontrol_impl.cxx2
-rw-r--r--svx/source/accessibility/AccessibleControlShape.cxx4
-rw-r--r--svx/source/accessibility/AccessibleShape.cxx4
-rw-r--r--svx/source/fmcomp/dbaexchange.cxx4
-rw-r--r--svx/source/fmcomp/fmgridcl.cxx8
-rw-r--r--svx/source/fmcomp/fmgridif.cxx8
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
-rw-r--r--svx/source/fmcomp/gridctrl.cxx4
-rw-r--r--svx/source/form/fmshell.cxx4
-rw-r--r--svx/source/form/fmshimp.cxx4
-rw-r--r--svx/source/form/fmsrccfg.cxx2
-rw-r--r--svx/source/form/fmundo.cxx4
-rw-r--r--svx/source/form/fmview.cxx2
-rw-r--r--svx/source/form/fmvwimp.cxx2
-rw-r--r--svx/source/form/formcontroller.cxx2
-rw-r--r--svx/source/inc/gridcell.hxx2
-rw-r--r--toolkit/source/awt/vclxwindow.cxx2
-rw-r--r--toolkit/source/controls/accessiblecontrolcontext.cxx4
-rw-r--r--toolkit/source/controls/controlmodelcontainerbase.cxx6
-rw-r--r--toolkit/source/controls/roadmapcontrol.cxx4
-rw-r--r--toolkit/source/controls/unocontrol.cxx4
-rw-r--r--ucb/source/ucp/hierarchy/hierarchydata.cxx2
-rw-r--r--ucb/source/ucp/webdav-neon/LinkSequence.cxx2
-rw-r--r--udkapi/com/sun/star/script/XDefaultMethod.idl2
-rw-r--r--unotest/source/java/org/openoffice/test/OfficeConnection.java2
-rw-r--r--unotools/source/config/configvaluecontainer.cxx4
-rw-r--r--unotools/source/config/moduleoptions.cxx4
50 files changed, 89 insertions, 89 deletions
diff --git a/sal/osl/w32/dllentry.cxx b/sal/osl/w32/dllentry.cxx
index e9323248e3db..300d43ac1631 100644
--- a/sal/osl/w32/dllentry.cxx
+++ b/sal/osl/w32/dllentry.cxx
@@ -44,7 +44,7 @@ startup and shutdown sequence looks like this:
_pRawDllMain()
_CRT_INIT()
DllMain()
-....
+...
DllMain()
_CRT_INIT()
_pRawDllMain()
diff --git a/sal/rtl/hash.cxx b/sal/rtl/hash.cxx
index 489030f62861..4cbe1da785c6 100644
--- a/sal/rtl/hash.cxx
+++ b/sal/rtl/hash.cxx
@@ -44,7 +44,7 @@ static StringHashTable * getHashTable()
return pInternPool;
}
-// Better / smaller / faster hash set ....
+// Better / smaller / faster hash set...
// TODO: add bottom bit-set list terminator to string list
diff --git a/sal/test/bootstrap.bat b/sal/test/bootstrap.bat
index 69580011301c..f94696ba917c 100755
--- a/sal/test/bootstrap.bat
+++ b/sal/test/bootstrap.bat
@@ -37,7 +37,7 @@ echo 6
echo 7
set MYBOOTSTRAPTESTVALUE=
-rem simply ignore the file ....
+rem simply ignore the file...
.\testbootstrap default -env:INIFILENAME=
echo 8
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index bb1870987cee..d406100866ef 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -2859,7 +2859,7 @@ void ScExportTest::testSharedFormulaExportXLSX()
}
}
- // C2:C7 should show 10,20,....,60.
+ // C2:C7 should show 10,20,...,60.
fExpected = 10.0;
for (SCROW i = 1; i <= 6; ++i, fExpected+=10.0)
{
@@ -2924,7 +2924,7 @@ void ScExportTest::testSharedFormulaStringResultExportXLSX()
bool checkContent( const ScDocument& rDoc )
{
{
- // B2:B7 should show A,B,....,F.
+ // B2:B7 should show A,B,...,F.
const char* const expected[] = { "A", "B", "C", "D", "E", "F" };
for (SCROW i = 0; i <= 5; ++i)
{
@@ -2940,7 +2940,7 @@ void ScExportTest::testSharedFormulaStringResultExportXLSX()
}
{
- // C2:C7 should show AA,BB,....,FF.
+ // C2:C7 should show AA,BB,...,FF.
const char* const expected[] = { "AA", "BB", "CC", "DD", "EE", "FF" };
for (SCROW i = 0; i <= 5; ++i)
{
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 7b48202cedca..98a1a45a03dd 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -2129,7 +2129,7 @@ void Test::testDataArea()
CPPUNIT_ASSERT_MESSAGE("Sheet is expected to be empty.", m_pDoc->IsPrintEmpty(0, 0, 0, 100, 100));
CPPUNIT_ASSERT_MESSAGE("Sheet is expected to be empty.", m_pDoc->IsBlockEmpty(0, 0, 0, 100, 100));
- // Now, set borders in some cells....
+ // Now, set borders in some cells...
::editeng::SvxBorderLine aLine(nullptr, 50, SvxBorderLineStyle::SOLID);
SvxBoxItem aBorderItem(ATTR_BORDER);
aBorderItem.SetLine(&aLine, SvxBoxItemLine::LEFT);
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index b743e646f12e..a82f456f2d28 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -5399,7 +5399,7 @@ void Test::testFuncVLOOKUP()
// Start over again.
clearSheet(m_pDoc, 0);
- // Set A,B,....,G to A1:A7.
+ // Set A,B,...,G to A1:A7.
m_pDoc->SetString(ScAddress(0,0,0), "A");
m_pDoc->SetString(ScAddress(0,1,0), "B");
m_pDoc->SetString(ScAddress(0,2,0), "C");
diff --git a/sc/source/filter/excel/xepivotxml.cxx b/sc/source/filter/excel/xepivotxml.cxx
index 36db55476da8..dcf18e6e2b0a 100644
--- a/sc/source/filter/excel/xepivotxml.cxx
+++ b/sc/source/filter/excel/xepivotxml.cxx
@@ -592,7 +592,7 @@ void XclExpXmlPivotTableManager::Initialize()
// Get the cache ID for this pivot table.
CacheIdMapType::iterator itCache = maCacheIdMap.find(&rDPObj);
if (itCache == maCacheIdMap.end())
- // No cache ID found. Something is wrong here....
+ // No cache ID found. Something is wrong here...
continue;
sal_Int32 nCacheId = itCache->second;
diff --git a/sc/source/ui/unoobj/celllistsource.cxx b/sc/source/ui/unoobj/celllistsource.cxx
index bc79178d4909..e8591c1732b2 100644
--- a/sc/source/ui/unoobj/celllistsource.cxx
+++ b/sc/source/ui/unoobj/celllistsource.cxx
@@ -117,7 +117,7 @@ namespace calc
void SAL_CALL OCellListSource::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const
{
OSL_ENSURE( _nHandle == PROP_HANDLE_RANGE_ADDRESS, "OCellListSource::getFastPropertyValue: invalid handle!" );
- // we only have this one property ....
+ // we only have this one property...
_rValue <<= getRangeAddress( );
}
diff --git a/sc/source/ui/unoobj/cellvaluebinding.cxx b/sc/source/ui/unoobj/cellvaluebinding.cxx
index de7f0fde4f71..8063ecf4b54e 100644
--- a/sc/source/ui/unoobj/cellvaluebinding.cxx
+++ b/sc/source/ui/unoobj/cellvaluebinding.cxx
@@ -120,7 +120,7 @@ namespace calc
void SAL_CALL OCellValueBinding::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandle ) const
{
OSL_ENSURE( _nHandle == PROP_HANDLE_BOUND_CELL, "OCellValueBinding::getFastPropertyValue: invalid handle!" );
- // we only have this one property ....
+ // we only have this one property...
_rValue.clear();
Reference< XCellAddressable > xCellAddress( m_xCell, UNO_QUERY );
diff --git a/sc/source/ui/vba/vbachart.cxx b/sc/source/ui/vba/vbachart.cxx
index 8534d66c30bf..d83cee30b002 100644
--- a/sc/source/ui/vba/vbachart.cxx
+++ b/sc/source/ui/vba/vbachart.cxx
@@ -547,7 +547,7 @@ void SAL_CALL
ScVbaChart::Activate()
{
// #TODO how are Chart sheets handled ( I know we don't even consider
- // them in the worksheets/sheets collections ), but.....???
+ // them in the worksheets/sheets collections ), but...???
// note: in vba for excel the parent of a Chart sheet is a workbook,
// e.g. 'ThisWorkbook'
uno::Reference< XHelperInterface > xParent( getParent() );
diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index d48981bbf1cc..1bc8fcd885af 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -1485,7 +1485,7 @@ ScVbaRange::getValue( ValueGetter& valueGetter)
uno::Any SAL_CALL
ScVbaRange::getValue()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1564,7 +1564,7 @@ ScVbaRange::Clear()
void
ScVbaRange::ClearContents( sal_Int32 nFlags, bool bFireEvent )
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1629,7 +1629,7 @@ ScVbaRange::setFormulaValue( const uno::Any& rFormula, formula::FormulaGrammar::
uno::Any
ScVbaRange::getFormulaValue( formula::FormulaGrammar::Grammar eGram )
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1695,7 +1695,7 @@ ScVbaRange::getCount()
sal_Int32
ScVbaRange::getRow()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1711,7 +1711,7 @@ ScVbaRange::getRow()
sal_Int32
ScVbaRange::getColumn()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1819,7 +1819,7 @@ ScVbaRange::FillDown()
OUString
ScVbaRange::getText()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1871,7 +1871,7 @@ ScVbaRange::Offset( const ::uno::Any &nRowOff, const uno::Any &nColOff )
uno::Reference< excel::XRange >
ScVbaRange::CurrentRegion()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1892,7 +1892,7 @@ ScVbaRange::CurrentRegion()
uno::Reference< excel::XRange >
ScVbaRange::CurrentArray()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1912,7 +1912,7 @@ ScVbaRange::CurrentArray()
uno::Any
ScVbaRange::getFormulaArray()
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1950,7 +1950,7 @@ ScVbaRange::getFormulaArray()
void
ScVbaRange::setFormulaArray(const uno::Any& rFormula)
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -1986,7 +1986,7 @@ ScVbaRange::setFormulaArray(const uno::Any& rFormula)
OUString
ScVbaRange::Characters(const uno::Any& Start, const uno::Any& Length)
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
@@ -2109,7 +2109,7 @@ ScVbaRange::Font()
uno::Reference< excel::XRange >
ScVbaRange::Cells( const uno::Any &nRowIndex, const uno::Any &nColumnIndex )
{
- // #TODO code within the test below "if ( m_Areas.... " can be removed
+ // #TODO code within the test below "if ( m_Areas... " can be removed
// Test is performed only because m_xRange is NOT set to be
// the first range in m_Areas ( to force failure while
// the implementations for each method are being updated )
diff --git a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
index 821e2e84ab37..4b6a75520ce3 100644
--- a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
+++ b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
@@ -255,10 +255,10 @@ public class UnoPkgContainer extends ParcelContainer {
XTruncate xTrc = UnoRuntime.queryInterface(XTruncate.class, xos);
if (xTrc != null) {
- LogUtils.DEBUG("In writeUnoPackageDB() Truncating....");
+ LogUtils.DEBUG("In writeUnoPackageDB() Truncating...");
xTrc.truncate();
} else {
- LogUtils.DEBUG("In writeUnoPackageDB() CAN'T Truncate....");
+ LogUtils.DEBUG("In writeUnoPackageDB() CAN'T Truncate...");
}
os = new XOutputStreamWrapper(xos);
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index a477636e49ab..163e9d8c8cbf 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -1109,7 +1109,7 @@ void PPTWriter::ImplWriteNotes( sal_uInt32 nPageNum )
mpPptEscherEx->OpenContainer( EPP_Notes );
mpPptEscherEx->AddAtom( 8, EPP_NotesAtom, 1 );
mpStrm->WriteUInt32( nPageNum + 0x100 )
- .WriteUInt16( 3 ) // follow master ....
+ .WriteUInt16( 3 ) // follow master...
.WriteUInt16( 0 );
ImplCreateHeaderFooters( mXPagePropSet );
diff --git a/sd/source/ui/inc/tools/ConfigurationAccess.hxx b/sd/source/ui/inc/tools/ConfigurationAccess.hxx
index 03973e77bf43..987f20cbb967 100644
--- a/sd/source/ui/inc/tools/ConfigurationAccess.hxx
+++ b/sd/source/ui/inc/tools/ConfigurationAccess.hxx
@@ -104,7 +104,7 @@ public:
This can be a node returned by GetConfigurationNode().
@param rArguments
The functor is called with arguments that are children of each
- element of the container. The set of children is specified this
+ element of the container. The set of children is specified in this
list.
@param rFunctor
The functor to be executed for some or all of the elements in
diff --git a/sd/workben/custompanel/ctp_panel.cxx b/sd/workben/custompanel/ctp_panel.cxx
index b7b1cf3e62d9..063091b36813 100644
--- a/sd/workben/custompanel/ctp_panel.cxx
+++ b/sd/workben/custompanel/ctp_panel.cxx
@@ -148,7 +148,7 @@ namespace sd { namespace colortoolpanel
(void)i_rParentAccessible;
return Reference< XAccessible >( m_xWindow, UNO_QUERY );
// TODO: this is, strictly, not correct, as we ignore i_ParentAccessible here. If you are not doing a sample
- // extension only, you'll want to do this correctly ....
+ // extension only, you'll want to do this correctly...
}
Reference< XResourceId > SAL_CALL SingleColorPanel::getResourceId( ) throw (RuntimeException)
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl
index 351c28faa00b..edc41cdfa207 100644
--- a/setup_native/scripts/admin.pl
+++ b/setup_native/scripts/admin.pl
@@ -219,7 +219,7 @@ sub check_system_path
foreach $onefile ( @needed_files_in_path )
{
- print("...... searching $onefile ...");
+ print("... searching $onefile ...");
my $fileref = get_sourcepath_from_filename_and_includepath(\$onefile, $patharrayref);
@@ -240,7 +240,7 @@ sub check_system_path
foreach $onefile ( @optional_files_in_path )
{
- print("...... searching $onefile ...");
+ print("... searching $onefile ...");
my $fileref = get_sourcepath_from_filename_and_includepath(\$onefile, $patharrayref);
diff --git a/sfx2/source/dialog/filtergrouping.cxx b/sfx2/source/dialog/filtergrouping.cxx
index 62d58ceee285..8db8f4f8bdad 100644
--- a/sfx2/source/dialog/filtergrouping.cxx
+++ b/sfx2/source/dialog/filtergrouping.cxx
@@ -57,12 +57,12 @@ namespace sfx2
/**
- Some general words about what's going on here ....
+ Some general words about what's going on here...
<p>In our file open dialog, usually we display every filter we know. That's how it was before: every filter
lead to an own line in the filter list box, e.g. "StarWriter 5.0 Document" or "Microsoft Word 97".</p>
- <p>But then the PM came. And everything changed ....</p>
+ <p>But then the PM came. And everything changed...</p>
<p>A basic idea are groups: Why simply listing all the single filters? Couldn't we draw nice separators
between the filters which logically belong together? I.e. all the filters which open a document in StarWriter:
@@ -209,7 +209,7 @@ namespace sfx2
// we do not know this global class
OSL_FAIL( "ReadGlobalFilter::operator(): unknown filter name!" );
// TODO: perhaps we should be more tolerant - at the moment, the filter is dropped
- // We could silently push_back it to the container ....
+ // We could silently push_back it to the container...
}
else
{
@@ -487,7 +487,7 @@ namespace sfx2
}
}
if ( pTokenLoop > pTokenStart )
- // the last one ....
+ // the last one...
aWildCards.emplace_back( pTokenStart, pTokenLoop - pTokenStart );
}
diff --git a/sfx2/source/doc/objcont.cxx b/sfx2/source/doc/objcont.cxx
index 890fea99990f..87f44dcf596e 100644
--- a/sfx2/source/doc/objcont.cxx
+++ b/sfx2/source/doc/objcont.cxx
@@ -256,7 +256,7 @@ void SfxObjectShell::UpdateTime_Impl(
}
else if (nDays<=31)
{
- // If time of working without save greater then 1 month (!) ....
+ // If time of working without save greater then 1 month (!)...
// we add 0 to aOldTime!
// If 1 or up to 31 days between now and last editing - calculate time indirectly.
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm
index c013b593cb79..196a13546ee0 100644
--- a/solenv/bin/modules/installer/control.pm
+++ b/solenv/bin/modules/installer/control.pm
@@ -38,7 +38,7 @@ sub check_needed_files_in_path
foreach $onefile ( @{$filesref} )
{
- installer::logger::print_message( "...... searching $onefile ..." );
+ installer::logger::print_message( "... searching $onefile ..." );
my $fileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath_classic(\$onefile, $installer::globals::patharray , 0);
@@ -105,7 +105,7 @@ sub check_system_path
foreach $onefile ( @needed_files_in_path )
{
- installer::logger::print_message( "...... searching $onefile ..." );
+ installer::logger::print_message( "... searching $onefile ..." );
my $fileref = installer::scriptitems::get_sourcepath_from_filename_and_includepath_classic(\$onefile, $patharrayref , 0);
diff --git a/solenv/gbuild/UnpackedTarball.mk b/solenv/gbuild/UnpackedTarball.mk
index d5657aa7c0f0..5ba30d9fa977 100644
--- a/solenv/gbuild/UnpackedTarball.mk
+++ b/solenv/gbuild/UnpackedTarball.mk
@@ -347,7 +347,7 @@ endef
# around or delete files (typically because the file causes build
# problems in the original location, c.f. clucene). This is doable by
# using -E with patch (we use GNU patch anyway), but it would mean an
-# additional patch to maintain....
+# additional patch to maintain...
#
# gb_UnpackedTarball_set_post_action unpacked shell-command
define gb_UnpackedTarball_set_post_action
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx
index 06332c73329f..4af288f737b8 100644
--- a/stoc/source/javaloader/javaloader.cxx
+++ b/stoc/source/javaloader/javaloader.cxx
@@ -337,7 +337,7 @@ static css::uno::Reference<XInterface> JavaComponentLoader_CreateInstance(const
try {
MutexGuard guard( getInitMutex() );
// The javaloader is never destroyed and there can be only one!
- // Note that the first context wins ....
+ // Note that the first context wins...
static css::uno::Reference< XInterface > xStaticRef = *new JavaComponentLoader(xCtx);
xRet = xStaticRef;
}
diff --git a/svl/source/numbers/zforscan.hxx b/svl/source/numbers/zforscan.hxx
index 0080d1dfeef3..77f8eef513a8 100644
--- a/svl/source/numbers/zforscan.hxx
+++ b/svl/source/numbers/zforscan.hxx
@@ -190,7 +190,7 @@ private: // Private section
sal_uInt16 nResultStringsCnt; // Result symbol count
SvNumFormatType eScannedType; // Type according to scan
bool bThousand; // With thousands marker
- sal_uInt16 nThousand; // Counts .... series
+ sal_uInt16 nThousand; // Counts ... series
sal_uInt16 nCntPre; // Counts digits of integral part
sal_uInt16 nCntPost; // Counts digits of fractional part
sal_uInt16 nCntExp; // Counts exponent digits AM/PM
diff --git a/svtools/source/svhtml/htmlout.cxx b/svtools/source/svhtml/htmlout.cxx
index d5e17721f108..6c6250fd01d0 100644
--- a/svtools/source/svhtml/htmlout.cxx
+++ b/svtools/source/svhtml/htmlout.cxx
@@ -889,7 +889,7 @@ SvStream& HTMLOutFuncs::OutScript( SvStream& rStrm,
if( JAVASCRIPT != eScriptType )
{
// MIB/MM: if it is not StarBasic, a // could be wrong.
- // As the comment is removed during reading, it is not helping us....
+ // As the comment is removed during reading, it is not helping us...
rStrm.WriteCharPtr( STARBASIC == eScriptType ? "' -->" : "// -->" )
.WriteCharPtr( SAL_NEWLINE_STRING );
}
diff --git a/svtools/source/table/tablecontrol_impl.cxx b/svtools/source/table/tablecontrol_impl.cxx
index 7ef4f08cb139..35eeb4eca4d9 100644
--- a/svtools/source/table/tablecontrol_impl.cxx
+++ b/svtools/source/table/tablecontrol_impl.cxx
@@ -628,7 +628,7 @@ namespace svt { namespace table
WB_DRAG | ( _bHorizontal ? WB_HSCROLL : WB_VSCROLL )
);
_rpBar->SetScrollHdl( _rScrollHandler );
- // get some speed into the scrolling ....
+ // get some speed into the scrolling...
lcl_setButtonRepeat( *_rpBar );
}
diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx
index 165d0b24dc27..9342f26efe7a 100644
--- a/svx/source/accessibility/AccessibleControlShape.cxx
+++ b/svx/source/accessibility/AccessibleControlShape.cxx
@@ -186,7 +186,7 @@ void AccessibleControlShape::Init()
// for any component, which supports _exactly_ the same interfaces as the component. In addition, it can
// be aggregated, as by definition the proxy's ref count is exactly 1 when returned from the factory.
// Sounds better. Though this yields the problem of slightly degraded performance, it's the only solution
- // I'm aware of at the moment .....
+ // I'm aware of at the moment...
// get the control which belongs to our model (relative to our view)
const OutputDevice* pViewWindow = maShapeTreeInfo.GetDevice();
@@ -631,7 +631,7 @@ void SAL_CALL AccessibleControlShape::disposing()
m_xModelPropsMeta.clear();
m_aControlContext = WeakReference< XAccessibleContext >();
- // stop listening at the control container (should never be necessary here, but who knows ....)
+ // stop listening at the control container (should never be necessary here, but who knows...)
if ( m_bWaitingForControl )
{
OSL_FAIL( "AccessibleControlShape::disposing: this should never happen!" );
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx
index 5bf62fccfd3b..3e181647808b 100644
--- a/svx/source/accessibility/AccessibleShape.cxx
+++ b/svx/source/accessibility/AccessibleShape.cxx
@@ -1287,7 +1287,7 @@ OUString AccessibleShape::getObjectLink( const uno::Any& )
sal_Int32 SAL_CALL AccessibleShape::getHyperLinkCount()
{
// MT: Introduced with IA2 CWS, but SvxAccessibleHyperlink was redundant to svx::AccessibleHyperlink which we introduced meanwhile.
- // Code need to be adapted....
+ // Code need to be adapted...
return 0;
/*
@@ -1303,7 +1303,7 @@ uno::Reference< XAccessibleHyperlink > SAL_CALL
{
uno::Reference< XAccessibleHyperlink > xRet;
// MT: Introduced with IA2 CWS, but SvxAccessibleHyperlink was redundant to svx::AccessibleHyperlink which we introduced meanwhile.
- // Code need to be adapted....
+ // Code need to be adapted...
/*
SvxAccessibleHyperlink* pLink = new SvxAccessibleHyperlink(m_pShape,this);
if (pLink->IsValidHyperlink())
diff --git a/svx/source/fmcomp/dbaexchange.cxx b/svx/source/fmcomp/dbaexchange.cxx
index 563043b305fb..0e6df6cfb871 100644
--- a/svx/source/fmcomp/dbaexchange.cxx
+++ b/svx/source/fmcomp/dbaexchange.cxx
@@ -95,7 +95,7 @@ namespace svx
OSL_FAIL("OColumnTransferable::OColumnTransferable: could not collect essential data source attributes !");
}
- // If the data source is an SQL-statement and simple enough (means "select <field list> from <table> where ....")
+ // If the data source is an SQL-statement and simple enough (means "select <field list> from <table> where...")
// we are able to fake the drag information we are about to create.
if (bTryToParse && (CommandType::COMMAND == nCommandType))
{
@@ -309,7 +309,7 @@ namespace svx
return true;
}
- // check if we have a (string) format we can use ....
+ // check if we have a (string) format we can use...
SotClipboardFormatId nRecognizedFormat = SotClipboardFormatId::NONE;
if (_rData.HasFormat(SotClipboardFormatId::SBA_FIELDDATAEXCHANGE))
nRecognizedFormat = SotClipboardFormatId::SBA_FIELDDATAEXCHANGE;
diff --git a/svx/source/fmcomp/fmgridcl.cxx b/svx/source/fmcomp/fmgridcl.cxx
index 2375819bc196..d5d9b3218772 100644
--- a/svx/source/fmcomp/fmgridcl.cxx
+++ b/svx/source/fmcomp/fmgridcl.cxx
@@ -270,7 +270,7 @@ sal_Int8 FmGridHeader::ExecuteDrop( const ExecuteDropEvent& _rEvt )
static_cast<FmGridControl*>(GetParent())->getContext(), nullptr );
}
catch(NoSuchElementException&)
- { // allowed, means sDatasource isn't a valid data source name ....
+ { // allowed, means sDatasource isn't a valid data source name...
}
catch(Exception&)
{
@@ -901,7 +901,7 @@ void FmGridHeader::PostExecuteColumnContextMenu(sal_uInt16 nColId, const PopupMe
xCurCol.set(xCols->getByIndex(i), css::uno::UNO_QUERY);
xCurCol->setPropertyValue(FM_PROP_HIDDEN, makeAny(false));
}
- // TODO : there must be a more clever way to do this ....
+ // TODO : there must be a more clever way to do this...
// with the above the view is updated after every single model update ...
}
else if (nExecutionResult>0 && nExecutionResult<=16)
@@ -1852,11 +1852,11 @@ Sequence< Any> FmGridControl::getSelectionBookmarks()
}
SetUpdateMode(true);
- // if one of the SeekCursor-calls failed ....
+ // if one of the SeekCursor-calls failed...
aBookmarks.realloc(i);
// (the alternative : while collecting the bookmarks lock our propertyChanged, this should resolve both our problems.
- // but this would be incompatible as we need a locking flag, then ...)
+ // but this would be incompatible as we need a locking flag, then...)
return aBookmarks;
}
diff --git a/svx/source/fmcomp/fmgridif.cxx b/svx/source/fmcomp/fmgridif.cxx
index 639edd2f0189..80d4bee1aca9 100644
--- a/svx/source/fmcomp/fmgridif.cxx
+++ b/svx/source/fmcomp/fmgridif.cxx
@@ -455,8 +455,8 @@ void SAL_CALL FmXGridControl::createPeer(const Reference< css::awt::XToolkit >&
DBG_ASSERT(/*(0 == m_nPeerCreationLevel) && */!mbCreatingPeer, "FmXGridControl::createPeer : recursion!");
// I think this should never assert, now that we're using the base class' mbCreatingPeer in addition to
// our own m_nPeerCreationLevel
- // But I'm not sure as I don't _fully_ understand the underlying toolkit implementations ....
- // (if this asserts, we still need m_nPeerCreationLevel. If not, we could omit it ....)
+ // But I'm not sure as I don't _fully_ understand the underlying toolkit implementations...
+ // (if this asserts, we still need m_nPeerCreationLevel. If not, we could omit it...)
// 14.05.2001 - 86836 - frank.schoenheit@germany.sun.com
// TODO: why the hell this whole class does not use any mutex?
@@ -1558,8 +1558,8 @@ void FmXGridPeer::addColumnListeners(const Reference< XPropertySet >& xCol)
void FmXGridPeer::removeColumnListeners(const Reference< XPropertySet >& xCol)
{
- // the same props as in addColumnListeners ... linux has problems with global static UStrings, so
- // we have to do it this way ....
+ // the same props as in addColumnListeners... linux has problems with global static UStrings, so
+ // we have to do it this way...
static const OUStringLiteral aPropsListenedTo[] =
{
FM_PROP_LABEL, FM_PROP_WIDTH, FM_PROP_HIDDEN, FM_PROP_ALIGN,
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 09251caaee8d..004830ff8f9f 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -1307,7 +1307,7 @@ void DbFormattedField::Init( vcl::Window& rParent, const Reference< XRowSet >& x
// So if our LoadListener is called before the LoadListener of the model, this "else case" is
// allowed.
// Of course our property listener for the FormatKey property will notify us if the prop is changed,
- // so this here isn't really bad ....
+ // so this here isn't really bad...
nFormatKey = 0;
}
}
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index d30818511578..bd44a83b3f50 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -3119,7 +3119,7 @@ bool DbGridControl::SaveModified()
}
else
{
- // reset the modified flag ....
+ // reset the modified flag...
Controller()->SetModified();
}
@@ -3401,7 +3401,7 @@ sal_uInt16 DbGridControl::GetColumnIdFromModelPos( sal_uInt16 nPos ) const
--nViewPos;
DBG_ASSERT(pCol && GetColumnIdFromViewPos(nViewPos) == pCol->GetId(),
- "DbGridControl::GetColumnIdFromModelPos : this isn't consistent .... did I misunderstand something ?");
+ "DbGridControl::GetColumnIdFromModelPos : this isn't consistent... did I misunderstand something ?");
}
#endif
return pCol->GetId();
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index eb4d4c4c56f5..96f209998457 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -494,8 +494,8 @@ void FmFormShell::Execute(SfxRequest &rReq)
{
// #99013# if selected with control key, return focus to current view
// do this asynchron, so that the creation can be finished first
- // reusing the SID_FM_TOGGLECONTROLFOCUS is somewhat hacky ... which it wouldn't if it would have another
- // name, so I do not really have a big problem with this ....
+ // reusing the SID_FM_TOGGLECONTROLFOCUS is somewhat hacky... which it wouldn't if it would have another
+ // name, so I do not really have a big problem with this...
SfxBoolItem aGrabFocusIndicatorItem( SID_FM_TOGGLECONTROLFOCUS, true );
GetViewShell()->GetViewFrame()->GetDispatcher()->ExecuteList(
nSlot, SfxCallMode::ASYNCHRON,
diff --git a/svx/source/form/fmshimp.cxx b/svx/source/form/fmshimp.cxx
index 0a1f936f8765..46547f22ad38 100644
--- a/svx/source/form/fmshimp.cxx
+++ b/svx/source/form/fmshimp.cxx
@@ -514,7 +514,7 @@ bool IsSearchableControl( const css::uno::Reference< css::uno::XInterface>& _rxC
bool FmXBoundFormFieldIterator::ShouldStepInto(const Reference< XInterface>& _rContainer) const
{
if (_rContainer == m_xStartingPoint)
- // would be quite stupid to step over the root ....
+ // would be quite stupid to step over the root...
return true;
return Reference< XControlModel>(_rContainer, UNO_QUERY).is();
@@ -3438,7 +3438,7 @@ void FmXFormShell::CreateExternalView_Lock()
"FmXFormShell::CreateExternalView : inconsistent radio descriptions !");
sal_Int16 nPosition = (*aOffset).second;
nPosition = nPosition + nOffset;
- // we already inserted nOffset additional columns ....
+ // we already inserted nOffset additional columns...
pDispatchArgs->Value <<= nPosition;
++pDispatchArgs;
diff --git a/svx/source/form/fmsrccfg.cxx b/svx/source/form/fmsrccfg.cxx
index 94fc3269b291..021d5b40b201 100644
--- a/svx/source/form/fmsrccfg.cxx
+++ b/svx/source/form/fmsrccfg.cxx
@@ -137,7 +137,7 @@ namespace svxform
SAL_WARN( "svx", "lcl_implMapIntValue: could not convert the integer value "
<< _nValue << " !");
static const sal_Char* const s_pDummy = "";
- // just as a fallback ....
+ // just as a fallback...
return s_pDummy;
}
diff --git a/svx/source/form/fmundo.cxx b/svx/source/form/fmundo.cxx
index 56c57f529fc5..7b632521b465 100644
--- a/svx/source/form/fmundo.cxx
+++ b/svx/source/form/fmundo.cxx
@@ -617,7 +617,7 @@ void SAL_CALL FmXUndoEnvironment::propertyChange(const PropertyChangeEvent& evt)
PropertySetInfo::AllProperties& rPropInfos = aSetPos->second.aProps;
PropertySetInfo::AllProperties::iterator aPropertyPos = rPropInfos.find(evt.PropertyName);
if (aPropertyPos == rPropInfos.end())
- { // nothing 'til now ... have to change this ....
+ { // nothing 'til now ... have to change this...
PropertyInfo aNewEntry;
// the attributes
@@ -1060,7 +1060,7 @@ FmUndoContainerAction::FmUndoContainerAction(FmFormModel& _rMod,
FmUndoContainerAction::~FmUndoContainerAction()
{
- // if we own the object ....
+ // if we own the object...
DisposeElement( m_xOwnElement );
}
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index 894002d8c7de..6c089c44c98c 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -108,7 +108,7 @@ void FmFormView::Init()
// We _want_ to have this because it makes a lot of hacks following the original fix
DBG_ASSERT( !bInitDesignMode, "FmFormView::Init: doesn't the model default to FALSE anymore?" );
// if this asserts, either the on-construction default in the model has changed (then this here
- // may not be necessary anymore), or we're not dealing with a new document ....
+ // may not be necessary anymore), or we're not dealing with a new document...
bInitDesignMode = true;
}
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx
index 69eed6d706a9..8ed702b4a4e0 100644
--- a/svx/source/form/fmvwimp.cxx
+++ b/svx/source/form/fmvwimp.cxx
@@ -692,7 +692,7 @@ IMPL_LINK_NOARG(FmXFormView, OnActivate, void*, void)
if ( !m_pView )
{
- OSL_FAIL( "FmXFormView::OnActivate: well .... seems we have a timing problem (the view already died)!" );
+ OSL_FAIL( "FmXFormView::OnActivate: well... seems we have a timing problem (the view already died)!" );
return;
}
diff --git a/svx/source/form/formcontroller.cxx b/svx/source/form/formcontroller.cxx
index 39d2f8f6a81d..025b6ca05026 100644
--- a/svx/source/form/formcontroller.cxx
+++ b/svx/source/form/formcontroller.cxx
@@ -3985,7 +3985,7 @@ sal_Bool SAL_CALL FormController::confirmDelete(const RowChangeEvent& aEvent)
void SAL_CALL FormController::invalidateFeatures( const Sequence< ::sal_Int16 >& Features )
{
::osl::MutexGuard aGuard( m_aMutex );
- // for now, just copy the ids of the features, because ....
+ // for now, just copy the ids of the features, because...
::std::copy( Features.begin(), Features.end(),
::std::insert_iterator< ::std::set< sal_Int16 > >( m_aInvalidFeatures, m_aInvalidFeatures.begin() )
);
diff --git a/svx/source/inc/gridcell.hxx b/svx/source/inc/gridcell.hxx
index 752ef978055e..029e82547e5b 100644
--- a/svx/source/inc/gridcell.hxx
+++ b/svx/source/inc/gridcell.hxx
@@ -86,7 +86,7 @@ private:
sal_Int16 m_nTypeId;
sal_uInt16 const m_nId;
sal_Int16 m_nFieldPos;
- sal_Int16 m_nAlign; // specified with TXT_ALIGN_LEFT ....
+ sal_Int16 m_nAlign; // specified with TXT_ALIGN_LEFT...
bool m_bReadOnly : 1;
bool m_bAutoValue : 1;
bool m_bInSave : 1;
diff --git a/toolkit/source/awt/vclxwindow.cxx b/toolkit/source/awt/vclxwindow.cxx
index 58afca500b80..38a30298a656 100644
--- a/toolkit/source/awt/vclxwindow.cxx
+++ b/toolkit/source/awt/vclxwindow.cxx
@@ -2262,7 +2262,7 @@ void VCLXWindow::draw( sal_Int32 nX, sal_Int32 nY )
// #i40647# don't draw here if this is a recursive call
// sometimes this is called recursively, because the Update call on the parent
// (strangely) triggers another paint. Prevent a stack overflow here
- // Yes, this is only fixing symptoms for the moment ....
+ // Yes, this is only fixing symptoms for the moment...
// #i40647# / 2005-01-18 / frank.schoenheit@sun.com
if ( !mpImpl->getDrawingOntoParent_ref() )
{
diff --git a/toolkit/source/controls/accessiblecontrolcontext.cxx b/toolkit/source/controls/accessiblecontrolcontext.cxx
index a72f7694ebf8..39614d0a5916 100644
--- a/toolkit/source/controls/accessiblecontrolcontext.cxx
+++ b/toolkit/source/controls/accessiblecontrolcontext.cxx
@@ -67,7 +67,7 @@ namespace toolkit
OContextEntryGuard aGuard( this );
// retrieve the model of the control
- OSL_ENSURE( !m_xControlModel.is(), "OAccessibleControlContext::Init: already know a control model....!???" );
+ OSL_ENSURE( !m_xControlModel.is(), "OAccessibleControlContext::Init: already know a control model...!???" );
Reference< awt::XControl > xControl( _rxCreator, UNO_QUERY );
if ( xControl.is() )
@@ -257,7 +257,7 @@ namespace toolkit
awt::Rectangle aBounds( 0, 0, 0, 0 );
if ( xWindow.is() )
{
- // ugly, but .... though the XWindow has a getPosSize, it is impossible to determine the
+ // ugly, but... though the XWindow has a getPosSize, it is impossible to determine the
// parent which this position/size is relative to. This means we must tunnel UNO and ask the
// implementation
vcl::Window* pVCLParent = pVCLWindow ? pVCLWindow->GetParent() : nullptr;
diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx
index 97f960462a3b..efbd432b5718 100644
--- a/toolkit/source/controls/controlmodelcontainerbase.cxx
+++ b/toolkit/source/controls/controlmodelcontainerbase.cxx
@@ -158,19 +158,19 @@ public:
static void lcl_throwIllegalArgumentException( )
-{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this ....
+{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this...
throw IllegalArgumentException();
}
static void lcl_throwNoSuchElementException( )
-{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this ....
+{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this...
throw NoSuchElementException();
}
static void lcl_throwElementExistException( )
-{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this ....
+{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this...
throw ElementExistException();
}
diff --git a/toolkit/source/controls/roadmapcontrol.cxx b/toolkit/source/controls/roadmapcontrol.cxx
index ee9aed15d455..427d2fb1bf87 100644
--- a/toolkit/source/controls/roadmapcontrol.cxx
+++ b/toolkit/source/controls/roadmapcontrol.cxx
@@ -43,12 +43,12 @@ namespace toolkit
static void lcl_throwIllegalArgumentException( )
-{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this ....
+{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this...
throw IllegalArgumentException();
}
static void lcl_throwIndexOutOfBoundsException( )
-{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this ....
+{ // throwing is expensive (in terms of code size), thus we hope the compiler does not inline this...
throw IndexOutOfBoundsException();
}
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index 17aa5d74207d..18018b759c5a 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -610,8 +610,8 @@ void UnoControl::ImplModelPropertiesChanged( const Sequence< PropertyChangeEvent
{
SolarMutexGuard aVclGuard;
// and now this is the final withdrawal:
- // I have no other idea than locking the SolarMutex here....
- // I really hate the fact that VCL is not threadsafe....
+ // I have no other idea than locking the SolarMutex here...
+ // I really hate the fact that VCL is not threadsafe...
// Doesn't work for Container!
getPeer()->dispose();
diff --git a/ucb/source/ucp/hierarchy/hierarchydata.cxx b/ucb/source/ucp/hierarchy/hierarchydata.cxx
index 158cf62905f5..37494f50b9a8 100644
--- a/ucb/source/ucp/hierarchy/hierarchydata.cxx
+++ b/ucb/source/ucp/hierarchy/hierarchydata.cxx
@@ -951,7 +951,7 @@ bool HierarchyEntry::next( iterator const & it )
OUString HierarchyEntry::createPathFromHierarchyURL(
const HierarchyUri& rURI )
{
- // Transform path....
+ // Transform path...
// folder/subfolder/subsubfolder
// --> ['folder']/Children/['subfolder']/Children/['subsubfolder']
diff --git a/ucb/source/ucp/webdav-neon/LinkSequence.cxx b/ucb/source/ucp/webdav-neon/LinkSequence.cxx
index fc9e29851be0..361e1a27fbd7 100644
--- a/ucb/source/ucp/webdav-neon/LinkSequence.cxx
+++ b/ucb/source/ucp/webdav-neon/LinkSequence.cxx
@@ -195,7 +195,7 @@ bool LinkSequence::createFromXML( const OString & rInData,
bool LinkSequence::toXML( const uno::Sequence< ucb::Link > & rInData,
OUString & rOutData )
{
- // <link><src>value</src><dst>value</dst></link><link><src>....
+ // <link><src>value</src><dst>value</dst></link><link><src>...
for ( const auto& rLink : rInData )
{
diff --git a/udkapi/com/sun/star/script/XDefaultMethod.idl b/udkapi/com/sun/star/script/XDefaultMethod.idl
index e60e675750bf..7905f8ccfead 100644
--- a/udkapi/com/sun/star/script/XDefaultMethod.idl
+++ b/udkapi/com/sun/star/script/XDefaultMethod.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module script {
<p>For example where ExampleObject is an instance of an Object that
supports this interface which returns the default method name
"defaultMethod".A scripting engine could use this information to support
- syntax like <p>"ExampleObject( Param1 .... ParamN )"</p>
+ syntax like <p>"ExampleObject( Param1 ... ParamN )"</p>
which would be equivalent to writing
<p>"ExampleObject.defaultMethod( Param1 ... ParamN )"</p>
*/
diff --git a/unotest/source/java/org/openoffice/test/OfficeConnection.java b/unotest/source/java/org/openoffice/test/OfficeConnection.java
index 8dc523251e00..0801da6e03bd 100644
--- a/unotest/source/java/org/openoffice/test/OfficeConnection.java
+++ b/unotest/source/java/org/openoffice/test/OfficeConnection.java
@@ -38,7 +38,7 @@ import static org.junit.Assert.*;
/** Start up and shut down an OOo instance.
Details about the OOo instance are tunneled in via
- org.openoffice.test.arg.... system properties.
+ org.openoffice.test.arg... system properties.
*/
diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx
index ce9853aaa0b4..fcdae8faee58 100644
--- a/unotools/source/config/configvaluecontainer.cxx
+++ b/unotools/source/config/configvaluecontainer.cxx
@@ -125,7 +125,7 @@ namespace utl
switch ( _rAccessor.getLocType() )
{
case LocationType::SimplyObjectInstance:
- // a simple setValue ....
+ // a simple setValue...
_rData.setValue( _rAccessor.getLocation(), _rAccessor.getDataType() );
break;
@@ -224,7 +224,7 @@ namespace utl
void OConfigurationValueContainer::registerExchangeLocation( const sal_Char* _pRelativePath,
void* _pContainer, const Type& _rValueType )
{
- // checks ....
+ // checks...
SAL_WARN_IF(!_pContainer, "unotools.config",
"OConfigurationValueContainer::registerExchangeLocation: invalid container location!");
SAL_WARN_IF(!( (TypeClass_CHAR == _rValueType.getTypeClass( ) )
diff --git a/unotools/source/config/moduleoptions.cxx b/unotools/source/config/moduleoptions.cxx
index ffdfb3008d2e..103bf2a7bd3e 100644
--- a/unotools/source/config/moduleoptions.cxx
+++ b/unotools/source/config/moduleoptions.cxx
@@ -349,7 +349,7 @@ void SvtModuleOptions_Impl::ImplCommit()
OUString sBasePath;
for( FactoryInfo & rInfo : m_lFactories )
{
- // These path is used to build full qualified property names ....
+ // These path is used to build full qualified property names...
// See pInfo->getChangedProperties() for further information
sBasePath = PATHSEPARATOR + rInfo.getFactory() + PATHSEPARATOR;
@@ -358,7 +358,7 @@ void SvtModuleOptions_Impl::ImplCommit()
nRealCount += lChangedProperties.getLength();
}
// Resize commit list to real size.
- // If nothing to do - suppress calling of configuration ...
+ // If nothing to do - suppress calling of configuration...
// It could be too expensive :-)
if( nRealCount > 0 )
{