filter/source/xslt/import/wordml/wordml2ooo.xsl              |    2 +-
 qadevOOo/tests/java/ifc/ui/dialogs/_XControlInformation.java |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit aea9eeb15993db82746a31a4e6141e5748e1f1e4
Author: Julien Nabet <[email protected]>
Date:   Fri Feb 3 20:24:41 2017 +0100

    Typo about "property"
    
    Change-Id: I17bd9ce74d95beaa230276bec40b739b05b81cf2
    Reviewed-on: https://gerrit.libreoffice.org/33898
    Reviewed-by: Aleksandar Stefanović <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Julien Nabet <[email protected]>

diff --git a/filter/source/xslt/import/wordml/wordml2ooo.xsl 
b/filter/source/xslt/import/wordml/wordml2ooo.xsl
index 60676dd..55f9714 100644
--- a/filter/source/xslt/import/wordml/wordml2ooo.xsl
+++ b/filter/source/xslt/import/wordml/wordml2ooo.xsl
@@ -233,7 +233,7 @@
                     <xsl:call-template name="default_seqence_declaration"/>
                     <xsl:apply-templates 
select="/w:wordDocument/w:body//w:instrText[substring(normalize-space(text()),1,3)
 = 'SEQ' ] | 
/w:wordDocument/w:body//w:fldSimple[substring(normalize-space(@w:instr),1,3) = 
'SEQ' ]  " mode="sequence_declare"/>
                 </text:sequence-decls>
-                <!--  add the user field variables declare for Docpropety 
fields importing G.Y.-->
+                <!--  add the user field variables declare for Docproperty 
fields importing G.Y.-->
                 <text:user-field-decls>
                     <xsl:call-template name="user_fields_declare_docproperty"/>
                 </text:user-field-decls>
diff --git a/qadevOOo/tests/java/ifc/ui/dialogs/_XControlInformation.java 
b/qadevOOo/tests/java/ifc/ui/dialogs/_XControlInformation.java
index 34797b2..1da7431 100644
--- a/qadevOOo/tests/java/ifc/ui/dialogs/_XControlInformation.java
+++ b/qadevOOo/tests/java/ifc/ui/dialogs/_XControlInformation.java
@@ -98,7 +98,7 @@ public class _XControlInformation extends MultiMethodTest {
 
         supProperties = new String[supControls.length][];
         for (int i = 0; i < supControls.length; i++) {
-            log.println("Getting proeprties for control: " + supControls[i]);
+            log.println("Getting properties for control: " + supControls[i]);
             try {
                 supProperties[i] =
                     oObj.getSupportedControlProperties(supControls[i]);
@@ -141,7 +141,7 @@ public class _XControlInformation extends MultiMethodTest {
         boolean result = true;
 
         for (int i = 0; i < supControls.length; i++) {
-            log.println("Checking proeprties for control " + supControls[i]);
+            log.println("Checking properties for control " + supControls[i]);
             for (int j = 0; j < supProperties[i].length; j++) {
                 log.println("   " + supProperties[i][j]);
                 try {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to