diff options
-rw-r--r-- | android/README | 2 | ||||
-rw-r--r-- | android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java | 4 | ||||
-rw-r--r-- | basctl/source/basicide/baside2.cxx | 2 | ||||
-rw-r--r-- | bean/com/sun/star/comp/beans/OOoBean.java | 2 | ||||
-rw-r--r-- | config.guess | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | filter/source/config/cache/typedetection.hxx | 6 | ||||
-rw-r--r-- | filter/source/xslt/import/wordml/wordml2ooo_path.xsl | 4 | ||||
-rw-r--r-- | filter/source/xslt/odf2xhtml/export/xhtml/header.xsl | 4 | ||||
-rw-r--r-- | idl/source/prj/database.cxx | 2 | ||||
-rwxr-xr-x | logerrit | 2 | ||||
-rw-r--r-- | lotuswordpro/source/filter/bento.hxx | 2 | ||||
-rw-r--r-- | nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java | 2 | ||||
-rw-r--r-- | oox/source/ole/axbinarywriter.cxx | 2 | ||||
-rw-r--r-- | oox/source/ppt/animationspersist.cxx | 2 |
15 files changed, 20 insertions, 20 deletions
diff --git a/android/README b/android/README index 4ebfab6594ff..2e2fe5a434e8 100644 --- a/android/README +++ b/android/README @@ -305,7 +305,7 @@ Which services are combined in the android lib is determined by lo_dlneeds: Could not read ELF header of /data/data/org.libreoffice...libfoo.so This (most likely) means that the install quietly failed, and that -the file is truncated; check it out with adb shell ls -l /data/data/.... +the file is truncated; check it out with adb shell ls -l /data/data/... * Startup details diff --git a/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java b/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java index 063c75bf2158..032a8461a01b 100644 --- a/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java +++ b/android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java @@ -309,7 +309,7 @@ public class LibreOfficeMainActivity extends AppCompatActivity implements Settin outputChannel = new FileOutputStream(mTempFile).getChannel(); long bytesTransferred = 0; - // might not copy all at once, so make sure everything gets copied.... + // might not copy all at once, so make sure everything gets copied... while (bytesTransferred < inputChannel.size()) { bytesTransferred += outputChannel.transferFrom(inputChannel, bytesTransferred, inputChannel.size()); } @@ -898,7 +898,7 @@ public class LibreOfficeMainActivity extends AppCompatActivity implements Settin source = Channels.newChannel(assetManager.open(fromAssetPath)); dest = new FileOutputStream(toPath).getChannel(); long bytesTransferred = 0; - // might not copy all at once, so make sure everything gets copied.... + // might not copy all at once, so make sure everything gets copied... ByteBuffer buffer = ByteBuffer.allocate(4096); while (source.read(buffer) > 0) { buffer.flip(); diff --git a/basctl/source/basicide/baside2.cxx b/basctl/source/basicide/baside2.cxx index dd1da4e144d6..8e17a864f1fe 100644 --- a/basctl/source/basicide/baside2.cxx +++ b/basctl/source/basicide/baside2.cxx @@ -603,7 +603,7 @@ void ModulWindow::BasicErrorHdl( StarBASIC const * pBasic ) // Return value: BOOL // FALSE: cancel - // TRUE: go on.... + // TRUE: go on... sal_uInt16 nErrorLine = StarBASIC::GetLine() - 1; sal_uInt16 nErrCol1 = StarBASIC::GetCol1(); sal_uInt16 nErrCol2 = StarBASIC::GetCol2(); diff --git a/bean/com/sun/star/comp/beans/OOoBean.java b/bean/com/sun/star/comp/beans/OOoBean.java index 345d5614c266..742b7dc2e32b 100644 --- a/bean/com/sun/star/comp/beans/OOoBean.java +++ b/bean/com/sun/star/comp/beans/OOoBean.java @@ -720,7 +720,7 @@ public class OOoBean { // wrap Java stream into UNO stream - // copy stream.... + // copy stream... int s = 4096; int r=0 ,n = 0; byte[] buffer = new byte[s]; diff --git a/config.guess b/config.guess index 4cd9454b35c4..35716ef7296c 100644 --- a/config.guess +++ b/config.guess @@ -1481,7 +1481,7 @@ main () #if defined (sony) #if defined (MIPSEB) /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed, - I don't know.... */ + I don't know... */ printf ("mips-sony-bsd\n"); exit (0); #else #include <sys/param.h> diff --git a/configure.ac b/configure.ac index 658abe24081a..4033d6f8fe87 100644 --- a/configure.ac +++ b/configure.ac @@ -10126,7 +10126,7 @@ if test "$ENABLE_LPSOLVE" = TRUE; then AC_CHECK_HEADER(lpsolve/lp_lib.h, [], [ AC_MSG_ERROR(lpsolve headers not found.)], []) save_LIBS=$LIBS - # some systems need this. Like Ubuntu.... + # some systems need this. Like Ubuntu... AC_CHECK_LIB(m, floor) AC_CHECK_LIB(dl, dlopen) AC_CHECK_LIB([lpsolve55], [make_lp], [:], diff --git a/filter/source/config/cache/typedetection.hxx b/filter/source/config/cache/typedetection.hxx index 24e76a4ed2fa..eaac83146432 100644 --- a/filter/source/config/cache/typedetection.hxx +++ b/filter/source/config/cache/typedetection.hxx @@ -129,7 +129,7 @@ private: enable/disable using of a might existing deep detection service. @return The internal name of a detected type. - An empty value if detection failed. .... but see rLastChance + An empty value if detection failed. ... but see rLastChance for additional returns! */ OUString impl_detectTypeFlatAndDeep( utl::MediaDescriptor& rDescriptor , @@ -142,8 +142,8 @@ private: /** @short seek a might existing stream to position 0. @descr This is an optional action to be more robust - in case any detect service doesn't make this seek ... - Normally it's part of any called detect service or filter ... + in case any detect service doesn't make this seek... + Normally it's part of any called detect service or filter... but sometimes it's not done there. @param rDescriptor diff --git a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl index 7f2625672b08..ed8dbac422d3 100644 --- a/filter/source/xslt/import/wordml/wordml2ooo_path.xsl +++ b/filter/source/xslt/import/wordml/wordml2ooo_path.xsl @@ -435,7 +435,7 @@ <xsl:with-param name="current-y" select=" $current-y"/> </xsl:call-template> </xsl:when> - <!--Code below is for the support of h-command like ha,hb....hi, maybe still need to revise--> + <!--Code below is for the support of h-command like ha,hb...hi, maybe still need to revise--> <xsl:when test="$command = 'ha' "> <xsl:variable name="new-svg-path" select="$svg-path"/> <!--simply did nothing which might be wrong--> @@ -842,7 +842,7 @@ <xsl:with-param name="current-y" select=" $val_y "/> </xsl:call-template> </xsl:when> - <!--Code below is for the support of h-command like ha,hb....hi, maybe still need to revise--> + <!--Code below is for the support of h-command like ha,hb...hi, maybe still need to revise--> <xsl:when test="$command = 'ha' "> <xsl:variable name="new-enhanced-path" select="$enhanced-path"/> <!--simply did nothing which might be wrong--> diff --git a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl index 78b634a238e4..522ad4823d63 100644 --- a/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl +++ b/filter/source/xslt/odf2xhtml/export/xhtml/header.xsl @@ -57,12 +57,12 @@ <xsl:element name="head"> <xsl:attribute name="profile">http://dublincore.org/documents/dcmi-terms/</xsl:attribute> - <xsl:if test="$debugEnabled"><xsl:message>CSS helper variable will be created....</xsl:message></xsl:if> + <xsl:if test="$debugEnabled"><xsl:message>CSS helper variable will be created...</xsl:message></xsl:if> <xsl:call-template name='xhtml-header-properties'> <xsl:with-param name="globalData" select="$globalData" /> </xsl:call-template> - <xsl:if test="$debugEnabled"><xsl:message>CSS variable ready, header will be created....</xsl:message></xsl:if> + <xsl:if test="$debugEnabled"><xsl:message>CSS variable ready, header will be created...</xsl:message></xsl:if> <!-- constructing the css header simulating inheritance of style-families by style order --> <xsl:call-template name='create-css-styleheader'> <xsl:with-param name="globalData" select="$globalData" /> diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index c0b7b8cf9cea..f76b38687915 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -242,7 +242,7 @@ bool SvIdlDataBase::ReadIdFile( const OString& rOFileName ) if (aName == "sfx2/groupid.hxx") { // contains C++ code which we cannot parse - // we special-case this by defining a macro internally in .... + // we special-case this by defining a macro internally in... } else if (aName == "svl/typedwhich.hxx") { @@ -55,7 +55,7 @@ case "$1" in echo " pull CHANGEID pull (and merge) the changes on current branch" echo " cherry-pick CHANGEID cherry-pick the change on current branch" echo " patch CHANGEID show the change as a patch" - echo " query .... query for changes for review on project core" + echo " query ... query for changes for review on project core" echo " <any other gerrit command>" echo echo "advanced users should consider using git review instead:" diff --git a/lotuswordpro/source/filter/bento.hxx b/lotuswordpro/source/filter/bento.hxx index 4668d292f4e6..65b98674e1cd 100644 --- a/lotuswordpro/source/filter/bento.hxx +++ b/lotuswordpro/source/filter/bento.hxx @@ -113,7 +113,7 @@ enum BenError BenErr_NotBentoContainer = 22, BenErr_PropertyWithMoreThanOneValue = 23 - // IMPORTANT - UtStream errors (UtErr_....) are also valid Bento + // IMPORTANT - UtStream errors (UtErr_...) are also valid Bento // errors. They have codes of 100 and higher. When, say, a Bento // container open fails due to an access violation (somebody else, say, // has it open exclusive), will get a UtErr code. If define own diff --git a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java index acfd569ba441..d425e2a4c887 100644 --- a/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java +++ b/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/BaseNLPSolver.java @@ -503,7 +503,7 @@ public abstract class BaseNLPSolver extends WeakBase } public static String nanoTimeToString(ResourceManager resourceManager, long nanoseconds) { - if (nanoseconds < 0) return null; //shouldn't happen .... but if it does, throw an error! + if (nanoseconds < 0) return null; // shouldn't happen... but if it does, throw an error! if (nanoseconds == 0) return "0"; diff --git a/oox/source/ole/axbinarywriter.cxx b/oox/source/ole/axbinarywriter.cxx index 400e6fbde551..85b3621b2733 100644 --- a/oox/source/ole/axbinarywriter.cxx +++ b/oox/source/ole/axbinarywriter.cxx @@ -73,7 +73,7 @@ void AxAlignedOutputStream::pad( sal_Int32 nBytes ) css::uno::Sequence< sal_Int8 > aData( nBytes ); // ok we could be padding with rubbish here, but really that shouldn't matter // set to 0(s), easier to not get fooled by 0's when looking at - // binary content...... + // binary content... memset( static_cast<void*>( aData.getArray() ), 0, nBytes ); mpOutStrm->writeData( aData ); mnStrmPos = mpOutStrm->tell() - mnWrappedBeginPos; diff --git a/oox/source/ppt/animationspersist.cxx b/oox/source/ppt/animationspersist.cxx index 3546c047c835..c9215a90980e 100644 --- a/oox/source/ppt/animationspersist.cxx +++ b/oox/source/ppt/animationspersist.cxx @@ -101,7 +101,7 @@ namespace oox { namespace ppt { switch(mnRangeType) { case XML_charRg: - // TODO calculate the corresponding paragraph for the text range.... + // TODO calculate the corresponding paragraph for the text range... SAL_INFO("oox.ppt", "OOX: TODO calculate the corresponding paragraph for the text range..." ); break; case XML_pRg: |