sc/source/filter/inc/xiescher.hxx                                           |  
 10 +++++-----
 scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java |  
  2 +-
 sfx2/classification/xNL-types.xsd                                           |  
  2 +-
 sfx2/source/doc/objstor.cxx                                                 |  
  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

New commits:
commit bec318a4accf6a026577dd33825d0359868daf8f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 20 09:11:04 2019 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Aug 31 14:38:58 2019 +0200

    Fix typos
    
    Change-Id: Iac08e415f84741ecdb151788776ee15e7364fae1
    Reviewed-on: https://gerrit.libreoffice.org/77762
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/filter/inc/xiescher.hxx 
b/sc/source/filter/inc/xiescher.hxx
index 37f457920d57..1d1c42859cb9 100644
--- a/sc/source/filter/inc/xiescher.hxx
+++ b/sc/source/filter/inc/xiescher.hxx
@@ -959,7 +959,7 @@ private:
                             DffRecordHeader& rHeader,
                             SvxMSDffClientData& rClientData,
                             DffObjData& rObjData ) override;
-    /** Processes an DFF object, reads properties from DFF stream. */
+    /** Processes a DFF object, reads properties from DFF stream. */
     virtual SdrObject*  ProcessObj(
                             SvStream& rDffStrm,
                             DffObjData& rDffObjData,
@@ -1086,7 +1086,7 @@ private:
     /** Reads and returns a bitmap from BMP format. */
     static void         ReadBmp( Graphic& rGraphic, const XclImpRoot& rRoot, 
XclImpStream& rStrm );
 
-    /** Reads contents of an DFF record and append data to internal DFF 
stream. */
+    /** Reads contents of a DFF record and append data to internal DFF stream. 
*/
     void                ReadDffRecord( XclImpStream& rStrm );
     /** Reads a BIFF8 OBJ record following an MSODRAWING record. */
     void                ReadObj8( XclImpStream& rStrm );
@@ -1181,7 +1181,7 @@ private:
 
 // DFF property set helper ====================================================
 
-/** This class reads an DFF property set (msofbtOPT record).
+/** This class reads a DFF property set (msofbtOPT record).
 
     It can return separate property values or an item set which contains items
     translated from these properties.
@@ -1191,8 +1191,8 @@ class XclImpDffPropSet : protected XclImpRoot
 public:
     explicit            XclImpDffPropSet( const XclImpRoot& rRoot );
 
-    /** Reads an DFF property set from the stream.
-        @descr  The stream must point to the start of an DFF record containing 
properties. */
+    /** Reads a DFF property set from the stream.
+        @descr  The stream must point to the start of a DFF record containing 
properties. */
     void                Read( XclImpStream& rStrm );
 
     /** Returns the specified property or zero, if not extant. */
diff --git 
a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java 
b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
index 0b5194215d36..821e2e84ab37 100644
--- 
a/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
+++ 
b/scripting/java/com/sun/star/script/framework/container/UnoPkgContainer.java
@@ -348,7 +348,7 @@ public class UnoPkgContainer extends ParcelContainer {
             uri.contains("$BUNDLED_EXTENSIONS/")) {
 
             //its in a bundle need to determine the uno-package file its in
-            LogUtils.DEBUG("processUnoPackage - is part of a uno bundle");
+            LogUtils.DEBUG("processUnoPackage - is part of a UNO bundle");
 
             int index = uri.lastIndexOf('/');
 
diff --git a/sfx2/classification/xNL-types.xsd 
b/sfx2/classification/xNL-types.xsd
index 7c52e5ba3307..dc8769ae34be 100644
--- a/sfx2/classification/xNL-types.xsd
+++ b/sfx2/classification/xNL-types.xsd
@@ -112,7 +112,7 @@
        </xs:simpleType>
        <xs:simpleType name="OrganisationNameElementList">
                <xs:annotation>
-                       <xs:documentation>A list of organisation name element 
types, e.g. Name, propriety type, liability type, etc.</xs:documentation>
+                       <xs:documentation>A list of organisation name element 
types, e.g. Name, property type, liability type, etc.</xs:documentation>
                </xs:annotation>
                <xs:restriction base="xs:normalizedString">
                        <xs:enumeration value="NameOnly">
diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index b703f0ffdfeb..aa4357d61b5d 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -3049,7 +3049,7 @@ bool SfxObjectShell::SaveAsOwnFormat( SfxMedium& rMedium )
     {
         sal_Int32 nVersion = rMedium.GetFilter()->GetVersion();
 
-        // OASIS templates have own mediatypes (SO7 also actually, but it is 
to late to use them here)
+        // OASIS templates have own mediatypes (SO7 also actually, but it is 
too late to use them here)
         const bool bTemplate = rMedium.GetFilter()->IsOwnTemplateFormat()
             && nVersion > SOFFICE_FILEFORMAT_60;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to