[Libreoffice-commits] core.git: connectivity/source filter/source wizards/com
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 8 06:53:33 UTC 2018
connectivity/source/drivers/jdbc/tools.cxx | 6 +++---
filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl | 2 +-
wizards/com/sun/star/wizards/agenda/TopicsControl.py | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit bc8131987bb59f3e3467385c53be52fc7cfa0908
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Sep 7 22:57:09 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Sep 8 08:53:12 2018 +0200
Fix typos
Change-Id: I75692373028a64ba71899a4fd8c240fa4f2f1c02
Reviewed-on: https://gerrit.libreoffice.org/60172
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Jenkins
diff --git a/connectivity/source/drivers/jdbc/tools.cxx b/connectivity/source/drivers/jdbc/tools.cxx
index 7b651b68fe72..3e0ccc05e3ad 100644
--- a/connectivity/source/drivers/jdbc/tools.cxx
+++ b/connectivity/source/drivers/jdbc/tools.cxx
@@ -81,7 +81,7 @@ java_util_Properties::java_util_Properties( ): java_lang_Object( nullptr, nullpt
if( !t.pEnv )
return;
// Turn off Java-Call for the constructor
- // Initialize temperary Variables
+ // Initialize temporary Variables
static const char * const cSignature = "()V";
jobject tempObj;
static jmethodID mID(nullptr);
@@ -206,7 +206,7 @@ jobject connectivity::createByteInputStream(const css::uno::Reference< css::io::
if( !t.pEnv || !x.is() )
return nullptr;
// Turn off Java-Call for the constructor
- // Initialize temperary variables
+ // Initialize temporary variables
jclass clazz = java_lang_Object::findMyClass("java/io/ByteArrayInputStream");
static jmethodID mID(nullptr);
if ( !mID )
@@ -233,7 +233,7 @@ jobject connectivity::createCharArrayReader(const css::uno::Reference< css::io::
if( !t.pEnv || !x.is() )
return nullptr;
// Turn off Java-Call for the constructor
- // Initialize temperary Variables
+ // Initialize temporary Variables
jclass clazz = java_lang_Object::findMyClass("java/io/CharArrayReader");
static jmethodID mID(nullptr);
if ( !mID )
diff --git a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
index 6e88a09b9162..92fab9a35a1f 100644
--- a/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+++ b/filter/source/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
@@ -2691,7 +2691,7 @@
<xsl:with-param name="condition-pos" select="$condition-pos"/>
<xsl:with-param name="isNumberTextElementOpened" select="$isNumberTextElementOpened"/>
<xsl:with-param name="posed-number-format-unit" select="substring($number-format-unit,$unit-pos + 2)"/>
- <!-- place '*' temparily here, because now StarCalc doesn't support variable filling character definition -->
+ <!-- place '*' temporarily here, because now StarCalc doesn't support variable filling character definition -->
<xsl:with-param name="numberTextValue" select="substring($posed-number-format-unit,2,1)"/>
<xsl:with-param name="finished" select="$finished"/>
</xsl:call-template>
diff --git a/wizards/com/sun/star/wizards/agenda/TopicsControl.py b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
index 6b3561003b4c..be49d5d022e5 100644
--- a/wizards/com/sun/star/wizards/agenda/TopicsControl.py
+++ b/wizards/com/sun/star/wizards/agenda/TopicsControl.py
@@ -825,7 +825,7 @@ class ControlRow(object):
self.timebox.Model.Enabled = enabled
'''
- Impelementation of XKeyListener.
+ Implementation of XKeyListener.
Optionally performs the one of the following:
cursor up, or down, row up or down
'''
More information about the Libreoffice-commits
mailing list