[Libreoffice-commits] core.git: extensions/source include/editeng include/svx include/xmloff qadevOOo/tests sal/osl sfx2/source shell/source vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jul 30 06:53:22 UTC 2019


 extensions/source/propctrlr/composeduiupdate.cxx           |    2 +-
 include/editeng/AccessibleContextBase.hxx                  |    2 +-
 include/svx/svdpoev.hxx                                    |    2 +-
 include/xmloff/xmlexp.hxx                                  |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java         |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShape.java                 |    2 +-
 qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java           |    2 +-
 sal/osl/w32/file_dirvol.cxx                                |    2 +-
 sfx2/source/config/evntconf.cxx                            |    2 +-
 shell/source/win32/shlxthandler/util/iso8601_converter.cxx |    2 +-
 vcl/source/gdi/pdfbuildin_fonts.hxx                        |    6 +++---
 11 files changed, 13 insertions(+), 13 deletions(-)

New commits:
commit bfdf2594315cce95b95a2c1891a4518bc8f281c7
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jul 30 07:40:48 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Jul 30 08:52:21 2019 +0200

    Fix typos
    
    It passed "make check"
    
    Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3
    Reviewed-on: https://gerrit.libreoffice.org/76543
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx
index 6e11d7eb21f9..679a894795ee 100644
--- a/extensions/source/propctrlr/composeduiupdate.cxx
+++ b/extensions/source/propctrlr/composeduiupdate.cxx
@@ -508,7 +508,7 @@ namespace pcr
 
 
         // an implementation of the ->IStringKeyBooleanUIUpdate interface which calls
-        // am arbitrary ->XObjectInspectorUI method taking a string and a boolean flag
+        // an arbitrary ->XObjectInspectorUI method taking a string and a boolean flag
         class DefaultStringKeyBooleanUIUpdate : public IStringKeyBooleanUIUpdate
         {
         private:
diff --git a/include/editeng/AccessibleContextBase.hxx b/include/editeng/AccessibleContextBase.hxx
index 1293c31e2d32..23a91f817d1c 100644
--- a/include/editeng/AccessibleContextBase.hxx
+++ b/include/editeng/AccessibleContextBase.hxx
@@ -71,7 +71,7 @@ public:
     virtual ~AccessibleContextBase() override;
 
 
-    /** Call all accessiblity event listeners to inform them about the
+    /** Call all accessibility event listeners to inform them about the
         specified event.
         @param aEventId
             Id of the event type.
diff --git a/include/svx/svdpoev.hxx b/include/svx/svdpoev.hxx
index 4d418a33d2e5..ffe72230e0df 100644
--- a/include/svx/svdpoev.hxx
+++ b/include/svx/svdpoev.hxx
@@ -68,7 +68,7 @@ public:
     void ResizeMarkedPoints(const Point& rRef, const Fraction& xFact, const Fraction& yFact);
     void RotateMarkedPoints(const Point& rRef, long nAngle);
 
-    // This probably creates an abitrary amount of new objects
+    // This probably creates an arbitrary amount of new objects
     void RipUpAtMarkedPoints() override;
     bool IsRipUpAtMarkedPointsPossible() const override;
 
diff --git a/include/xmloff/xmlexp.hxx b/include/xmloff/xmlexp.hxx
index 81b50d0ad483..ad9548f7350d 100644
--- a/include/xmloff/xmlexp.hxx
+++ b/include/xmloff/xmlexp.hxx
@@ -382,7 +382,7 @@ public:
     css::uno::Reference< css::xml::sax::XAttributeList > GetXAttrList() { return mxAttrList.get(); }
 
     // Get document handler. This methods are not const, because the
-    // reference allowes modifications through the handler.
+    // reference allows modifications through the handler.
     const css::uno::Reference< css::xml::sax::XDocumentHandler > & GetDocHandler() { return mxHandler; }
 
     // Get original URL.
diff --git a/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java b/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
index 879fbcab207f..d544d0294feb 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxGraphicObject.java
@@ -143,7 +143,7 @@ public class SvxGraphicObject extends TestCase {
      *      service instance. </li>
      *  <li> <code>'XTEXTINFO'</code> for
      *      {@link ifc.text._XText} :
-     *      creator which can create instnaces of
+     *      creator which can create instances of
      *      <code>com.sun.star.text.TextField.URL</code>
      *      service. </li>
      * </ul>
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShape.java b/qadevOOo/tests/java/mod/_svx/SvxShape.java
index 9d67a4e58aa4..74a4e209be70 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShape.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShape.java
@@ -148,7 +148,7 @@ public class SvxShape extends TestCase {
      *       shape added to the draw page. </li>
      *  <li> <code>'XTEXTINFO'</code> for
      *      {@link ifc.text._XText} :
-     *      creator which can create instnaces of
+     *      creator which can create instances of
      *      <code>com.sun.star.text.TextField.URL</code>
      *      service. </li>
      * </ul>
diff --git a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
index 2eba316f34e7..63fd2c4ebb94 100644
--- a/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
+++ b/qadevOOo/tests/java/mod/_svx/SvxShapeCircle.java
@@ -145,7 +145,7 @@ public class SvxShapeCircle extends TestCase {
      *       shape added to the draw page. </li>
      *  <li> <code>'XTEXTINFO'</code> for
      *      {@link ifc.text._XText} :
-     *      creator which can create instnaces of
+     *      creator which can create instances of
      *      <code>com.sun.star.text.TextField.URL</code>
      *      service. </li>
      * </ul>
diff --git a/sal/osl/w32/file_dirvol.cxx b/sal/osl/w32/file_dirvol.cxx
index 36a4b5d4013d..96a2a473e731 100644
--- a/sal/osl/w32/file_dirvol.cxx
+++ b/sal/osl/w32/file_dirvol.cxx
@@ -1362,7 +1362,7 @@ static oslFileError get_filesystem_attributes(
             pInfo->uValidFields   |= osl_VolumeInfo_Mask_MaxNameLength;
             pInfo->uMaxNameLength  = mcl;
 
-            // Should the uMaxPathLength be set to 32767, "\\?\" prefix allowes it
+            // Should the uMaxPathLength be set to 32767, "\\?\" prefix allows it
             pInfo->uValidFields   |= osl_VolumeInfo_Mask_MaxPathLength;
             pInfo->uMaxPathLength  = MAX_PATH;
 
diff --git a/sfx2/source/config/evntconf.cxx b/sfx2/source/config/evntconf.cxx
index c21ba4dbbf7d..013b129dec36 100644
--- a/sfx2/source/config/evntconf.cxx
+++ b/sfx2/source/config/evntconf.cxx
@@ -106,7 +106,7 @@ static uno::Any CreateEventData_Impl( const SvxMacro *pMacro )
 /*
     This function converts a SvxMacro into an Any containing three
     properties. These properties are EventType and Script. Possible
-    values for EventType ar StarBasic, JavaScript, ...
+    values for EventType are StarBasic, JavaScript, ...
     The Script property should contain the URL to the macro and looks
     like "macro://./standard.module1.main()"
 
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
index 7521aa57b0e6..c0415deb9e30 100644
--- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
+++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx
@@ -103,7 +103,7 @@ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate )
    conforming to the current locale
 
    Expect format PTnHnMnS according to
-   ISO 8601 where n is abitrary number
+   ISO 8601 where n is arbitrary number
    of digits
 */
 
diff --git a/vcl/source/gdi/pdfbuildin_fonts.hxx b/vcl/source/gdi/pdfbuildin_fonts.hxx
index 69bdee5dcb9c..e85afdfd3996 100644
--- a/vcl/source/gdi/pdfbuildin_fonts.hxx
+++ b/vcl/source/gdi/pdfbuildin_fonts.hxx
@@ -16,8 +16,8 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#ifndef INCLUDED_VCL_SOURCE_PDF_BUILDIN_FONTS_HXX
-#define INCLUDED_VCL_SOURCE_PDF_BUILDIN_FONTS_HXX
+#ifndef INCLUDED_VCL_SOURCE_PDF_BUILTIN_FONTS_HXX
+#define INCLUDED_VCL_SOURCE_PDF_BUILTIN_FONTS_HXX
 
 #include <PhysicalFontFace.hxx>
 #include <fontinstance.hxx>
@@ -76,6 +76,6 @@ public:
 } // namespace pdf
 } // namespace vcl
 
-#endif // INCLUDED_VCL_SOURCE_PDF_BUILDIN_FONTS_HXX
+#endif // INCLUDED_VCL_SOURCE_PDF_BUILTIN_FONTS_HXX
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */


More information about the Libreoffice-commits mailing list