Typo about "property"

Change-Id: I17bd9ce74d95beaa230276bec40b739b05b81cf2
Reviewed-on: https://gerrit.libreoffice.org/33898
Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet
2017-02-03 20:24:41 +01:00
parent 3a3b4f2b51
commit aea9eeb159
2 changed files with 3 additions and 3 deletions

View File

@@ -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>

View File

@@ -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 {