[Libreoffice-commits] core.git: 2 commits - bin/fuzzfiles bin/get_config_variables configure.ac dbaccess/source filter/qa filter/source postprocess/CustomTarget_registry.mk svl/qa vcl/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jul 24 06:22:29 UTC 2018


 bin/fuzzfiles                                                       |    2 +-
 bin/get_config_variables                                            |    2 +-
 configure.ac                                                        |    2 +-
 dbaccess/source/core/api/TableDeco.cxx                              |    2 +-
 filter/qa/complex/filter/detection/typeDetection/TypeDetection.java |    2 +-
 filter/source/xslt/export/wordml/ooo2wordml_field.xsl               |    2 +-
 postprocess/CustomTarget_registry.mk                                |    2 +-
 svl/qa/unit/svl.cxx                                                 |    2 +-
 vcl/inc/svdata.hxx                                                  |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit cec5271db3563bf393e1afe40bd5a368eeaf0b88
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 23 22:13:47 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 24 08:22:20 2018 +0200

    Fix variable name
    
    Change-Id: I6e5bef8840730f61ca976c72a808b9ffd21fe8dc
    Reviewed-on: https://gerrit.libreoffice.org/57883
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/bin/get_config_variables b/bin/get_config_variables
index 43a3ad1d2ab0..60a2bdc04788 100644
--- a/bin/get_config_variables
+++ b/bin/get_config_variables
@@ -20,4 +20,4 @@ done
 
 unset glv_var
 unset glv_value
-unset glv_vonfig
+unset glv_config
commit 5050e9d9c188524bc601b54eade5924be9ae77ea
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jul 23 22:15:58 2018 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 24 08:22:05 2018 +0200

    Fix typos
    
    Change-Id: I07cf04cd2acc5b50d64224edb9f2c2de2c61e356
    Reviewed-on: https://gerrit.libreoffice.org/57884
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Jenkins

diff --git a/bin/fuzzfiles b/bin/fuzzfiles
index e650fe5ffe08..ed0432d2371c 100755
--- a/bin/fuzzfiles
+++ b/bin/fuzzfiles
@@ -37,5 +37,5 @@ for file in $@; do
                 zzuf -r $ratio < $file > "$basename-$ratio-$i"
                 done #end of for i in {1..
             done #end of for ratio in ...
-    fi #end if of file vailidity check
+    fi #end if of file validity check
 done #end for file in $@
diff --git a/configure.ac b/configure.ac
index d418e54d0d2a..9b31d8904b54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3233,7 +3233,7 @@ printf ("hello world\n");
 fi
 AC_SUBST(HAVE_LD_BSYMBOLIC_FUNCTIONS)
 
-# Use -isystem (gcc) if possible, to avoid warnigs in 3rd party headers.
+# Use -isystem (gcc) if possible, to avoid warnings in 3rd party headers.
 # NOTE: must _not_ be used for bundled external libraries!
 ISYSTEM=
 if test "$GCC" = "yes"; then
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx
index d2798165b36c..be1b8512ee73 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -373,7 +373,7 @@ Any SAL_CALL ODBTableDecorator::queryInterface( const Type & rType )
 Sequence< Type > SAL_CALL ODBTableDecorator::getTypes(  )
 {
     Reference<XTypeProvider> xTypes(m_xTable,UNO_QUERY);
-    OSL_ENSURE(xTypes.is(),"Table must be a TypePropvider!");
+    OSL_ENSURE(xTypes.is(),"Table must be a TypeProvider!");
     return xTypes->getTypes();
 }
 
diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
index b3e6c914b8af..f46b85f38371 100644
--- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
+++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java
@@ -274,7 +274,7 @@ public class TypeDetection extends ComplexTestCase {
         }
     }
 
-    /** To check the <CODE>TypeDedection</CODE> by URL the <CODE>MediaDescriptor</CODE>
+    /** To check the <CODE>TypeDetection</CODE> by URL the <CODE>MediaDescriptor</CODE>
      * was filled at first with the URL only, at second with <CODE>XInputStream</CODE>
      * only. The <CODE>TypeDetection</CODE> must return the expected value
      * @param fileAlias the alias name of the test file
diff --git a/filter/source/xslt/export/wordml/ooo2wordml_field.xsl b/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
index 3e327e11a4b8..349a07e0e006 100644
--- a/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
+++ b/filter/source/xslt/export/wordml/ooo2wordml_field.xsl
@@ -509,7 +509,7 @@
         <xsl:call-template name="export_hyoerlink"/>
     </xsl:template>
     <xsl:template name="export_hyoerlink">
-        <!-- all params are useed by draw -->
+        <!-- all params are used by draw -->
         <xsl:param name="TargetMeasure"/>
         <xsl:param name="x-adjust"/>
         <xsl:param name="y-adjust"/>
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index bc120e444939..5bb86845b423 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -584,7 +584,7 @@ $(call gb_CustomTarget_get_workdir,postprocess/registry)/Langpack-%.list :
 	echo '<list><dependency file="main"/><filename>$(call gb_XcuLangpackTarget_get_target,Langpack-$*.xcu)</filename></list>' > $@
 
 # It can happen that localized fcfg_langpack_*.zip contains
-# zero-sized org/openoffice/TypeDectection/Filter.xcu; filter them out in the
+# zero-sized org/openoffice/TypeDetection/Filter.xcu; filter them out in the
 # find shell command below (see issue 110041):
 $(call gb_CustomTarget_get_workdir,postprocess/registry)/fcfg_langpack_%.list :
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,2)
diff --git a/svl/qa/unit/svl.cxx b/svl/qa/unit/svl.cxx
index 12efb5b06ea6..69c1be6f853f 100644
--- a/svl/qa/unit/svl.cxx
+++ b/svl/qa/unit/svl.cxx
@@ -1294,7 +1294,7 @@ void Test::testUserDefinedNumberFormats()
         checkPreviewString(aFormatter, sCode, M_PI, eLang, sExpected);
     }
     {  // tdf#101096: different detection of month/minute with Excel
-        sCode =     "HH DD MM"; // month detectected because of previous DD
+        sCode =     "HH DD MM"; // month detected because of previous DD
         sExpected = "03 02 01";
         checkPreviewString(aFormatter, sCode, M_PI, eLang, sExpected);
         sCode =     "HH:MM HH DD/MM"; // month detected because of previous DD
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx
index 233ff8add528..407f1ceff165 100644
--- a/vcl/inc/svdata.hxx
+++ b/vcl/inc/svdata.hxx
@@ -210,7 +210,7 @@ struct ImplSVWinData
     std::vector<Image>      maMsgBoxImgList;                // ImageList for MessageBox
     VclPtr<vcl::Window>     mpAutoScrollWin;                // window, that is in AutoScrollMode mode
     VclPtr<vcl::Window>     mpLastWheelWindow;              // window, that last received a mouse wheel event
-    SalWheelMouseEvent      maLastWheelEvent;               // the last received mouse whell event
+    SalWheelMouseEvent      maLastWheelEvent;               // the last received mouse wheel event
 
     StartTrackingFlags      mnTrackFlags = StartTrackingFlags::NONE; // tracking flags
     StartAutoScrollFlags    mnAutoScrollFlags = StartAutoScrollFlags::NONE; // auto scroll flags


More information about the Libreoffice-commits mailing list