[Libreoffice-commits] core.git: filter/source include/rtl qadevOOo/tests xmloff/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Dec 29 08:51:18 UTC 2017


 filter/source/flash/swfexporter.cxx                      |    2 +-
 include/rtl/alloc.h                                      |    2 +-
 qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java |    2 +-
 xmloff/source/draw/ximpshap.cxx                          |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 19e519593c940fbbf953b7d0ff6d7c86707f39e2
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri Dec 29 00:42:06 2017 +0100

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

diff --git a/filter/source/flash/swfexporter.cxx b/filter/source/flash/swfexporter.cxx
index 7b796a5c4bed..8b923b750f66 100644
--- a/filter/source/flash/swfexporter.cxx
+++ b/filter/source/flash/swfexporter.cxx
@@ -180,7 +180,7 @@ bool FlashExporter::exportAll( const Reference< XComponent >& xDoc, Reference< X
         if ( xStatusIndicator.is() )
             xStatusIndicator->setValue( nPage );
 
-        // #i56084# get current xDrawPage when not exporting selection; else alraedy set above
+        // #i56084# get current xDrawPage when not exporting selection; else already set above
         if(!mbExportSelection)
         {
             xDrawPages->getByIndex(nPage) >>= xDrawPage;
diff --git a/include/rtl/alloc.h b/include/rtl/alloc.h
index 83babccb9e70..9f8dfc1f992e 100644
--- a/include/rtl/alloc.h
+++ b/include/rtl/alloc.h
@@ -294,7 +294,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_cache_free (
  * This is used to control the pre-init logic
  * in rtl_alloc_preInit. The reason for this is
  * to first initialize all caching and other memory
- * logic from WSD (the Online demaon) at startup.
+ * logic from WSD (the Online daemon) at startup.
  * All these pages will then be forked over when
  * spawning per-document instances. This is done
  * by calling rtl_alloc_preInit with rtlAllocPreInitStart.
diff --git a/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java b/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java
index 49fe7107ffdf..884fb27afb8d 100644
--- a/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java
+++ b/qadevOOo/tests/java/ifc/beans/_XMultiPropertyStates.java
@@ -188,7 +188,7 @@ public class _XMultiPropertyStates extends MultiMethodTest {
            log.println("Ignore Runtime Exception: " + e.getMessage());
        }
         log.println("Checking that all properties are now in DEFAULT state" +
-            " excepting may be those which 'cann't be default'");
+            " excepting may be those which 'can't be default'");
 
         try {
             states = oObj.getPropertyStates(names);
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 2f4f873a9cf4..9061d9f2583e 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -3701,7 +3701,7 @@ void SdXMLCustomShapeContext::StartElement( const uno::Reference< xml::sax::XAtt
 
 void SdXMLCustomShapeContext::EndElement()
 {
-    // for backward compatibility, the above SetTransformation() may alraedy have
+    // for backward compatibility, the above SetTransformation() may already have
     // applied a call to SetMirroredX/SetMirroredY. This is not yet added to the
     // beans::PropertyValues in maCustomShapeGeometry. When applying these now, this
     // would be lost again.


More information about the Libreoffice-commits mailing list