From 73e3604fc16695758b9a7f55051d2f786f74be2d Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 5 Sep 2019 18:47:55 +0200 Subject: Fixing '....' and '..' Change-Id: I926069d6c1f2712e5020d930f7ff6c62fd00e912 Reviewed-on: https://gerrit.libreoffice.org/78667 Tested-by: Jenkins Reviewed-by: Julien Nabet --- odk/examples/DevelopersGuide/Forms/ControlLock.java | 2 +- odk/examples/DevelopersGuide/Forms/DataAwareness.java | 2 +- odk/examples/DevelopersGuide/Forms/SalesFilter.java | 2 +- odk/examples/DevelopersGuide/OfficeBean/OOoBeanViewer.java | 2 +- odk/examples/DevelopersGuide/UCB/DataStreamRetriever.java | 2 +- odk/examples/cpp/remoteclient/remoteclient.cxx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'odk') diff --git a/odk/examples/DevelopersGuide/Forms/ControlLock.java b/odk/examples/DevelopersGuide/Forms/ControlLock.java index 51358a7f02ba..6895f73f9289 100644 --- a/odk/examples/DevelopersGuide/Forms/ControlLock.java +++ b/odk/examples/DevelopersGuide/Forms/ControlLock.java @@ -90,7 +90,7 @@ class LockControlModels extends ComponentTreeTraversal xPSI = xCompProps.getPropertySetInfo(); if ( ( null != xPSI ) && xPSI.hasPropertyByName( "DataField" ) ) - { // indeed it has .... + { // indeed it has... String sDataField = (String)xCompProps.getPropertyValue( "DataField" ); if ( sDataField.equals( m_sDataField ) ) { // we found a control model which is bound to what we're looking for diff --git a/odk/examples/DevelopersGuide/Forms/DataAwareness.java b/odk/examples/DevelopersGuide/Forms/DataAwareness.java index 123360c4e942..fbb3b7fe5e8e 100644 --- a/odk/examples/DevelopersGuide/Forms/DataAwareness.java +++ b/odk/examples/DevelopersGuide/Forms/DataAwareness.java @@ -384,7 +384,7 @@ public class DataAwareness extends DocumentBasedExample implements XPropertyChan

The check is made using a SELECT statement, so even if the connection is a n SDB-level connection, which may filter tables in its table - supplier, the result may be reliable ....

+ supplier, the result may be reliable...

*/ protected boolean existsInvisibleTable( XConnection xConn, String sTableName ) throws java.lang.Exception { diff --git a/odk/examples/DevelopersGuide/Forms/SalesFilter.java b/odk/examples/DevelopersGuide/Forms/SalesFilter.java index 519e3e80ce65..753135bd3532 100644 --- a/odk/examples/DevelopersGuide/Forms/SalesFilter.java +++ b/odk/examples/DevelopersGuide/Forms/SalesFilter.java @@ -362,7 +362,7 @@ class SalesFilter implements XActionListener, XPropertyChangeListener, XResetLis // the current string items String[] aOldFilterItems = (String[])m_xFilterList.getPropertyValue( "StringItemList" ); - // translate this into a vector - much more comfort to work with a vector than with an array .... + // translate this into a vector - much more comfort to work with a vector than with an array... java.util.ArrayList aFilterItems = new java.util.ArrayList(); for ( int i=0; i & rxInterface ) sal_Int32 PipeClientMain::run( const Sequence< OUString > & aArguments ) throw ( RuntimeException ) { - printf( "Connecting ....\n" ); + printf( "Connecting...\n" ); if( aArguments.getLength() == 1 ) { -- cgit