[Libreoffice-commits] core.git: forms/source qadevOOo/runner reportbuilder/java xmloff/source
Julien Nabet
serval2412 at yahoo.fr
Tue Feb 25 13:05:14 PST 2014
forms/source/xforms/binding.cxx | 2 +-
qadevOOo/runner/lib/MultiPropertyTest.java | 2 +-
reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java | 2 +-
xmloff/source/transform/OOo2Oasis.cxx | 2 +-
xmloff/source/transform/Oasis2OOo.cxx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
New commits:
commit f1a73892b3c4d2218a4b2941f6fc45d892f66d39
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Tue Feb 25 22:04:17 2014 +0100
Typo: apropriate -> appropriate
Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx
index 4f9b07d..1e5862a 100644
--- a/forms/source/xforms/binding.cxx
+++ b/forms/source/xforms/binding.cxx
@@ -666,7 +666,7 @@ void Binding::bind( bool bForceRebind )
}
}
- // now evaluate remaining MIPs in the apropriate context
+ // now evaluate remaining MIPs in the appropriate context
maReadonly.evaluate( rContext );
maRelevant.evaluate( rContext );
maRequired.evaluate( rContext );
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index bffd568..6d22968 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -467,7 +467,7 @@ public class MultiPropertyTest extends MultiMethodTest
* The method compares obj1 and obj2. It calls
* MultiPropertyTest.compare, but subclasses can override to change
* the behaviour, since normally compare calls Object.equals method
- * which is not apropriate in some cases(e.g., structs with equals
+ * which is not appropriate in some cases(e.g., structs with equals
* not overridden).
*/
protected boolean compare(Object obj1, Object obj2)
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
index 4e731466..d1c5b41 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
@@ -504,7 +504,7 @@ public abstract class OfficeDocumentReportTarget extends AbstractReportTarget
}
/**
- * Starts the processing of an element and updates the processing state. This will select an apropriate handler method
+ * Starts the processing of an element and updates the processing state. This will select an appropriate handler method
* for the call and will call one of the start* methods.
*
* @param roAttrs the attribute map for the current element
diff --git a/xmloff/source/transform/OOo2Oasis.cxx b/xmloff/source/transform/OOo2Oasis.cxx
index 5e3f849..60491fb 100644
--- a/xmloff/source/transform/OOo2Oasis.cxx
+++ b/xmloff/source/transform/OOo2Oasis.cxx
@@ -704,7 +704,7 @@ static XMLTransformerActionInit aStyleRefActionTable[] =
// OOO_SHAPE_ACTIONS
// !!ATTENTION!! If you change something here, please also change
-// aConnectorActionTable if apropriate
+// aConnectorActionTable if appropriate
static XMLTransformerActionInit aShapeActionTable[] =
{
ENTRY0( SVG, X, XML_ATACTION_INCH2IN ),
diff --git a/xmloff/source/transform/Oasis2OOo.cxx b/xmloff/source/transform/Oasis2OOo.cxx
index ff1adbe..f818980 100644
--- a/xmloff/source/transform/Oasis2OOo.cxx
+++ b/xmloff/source/transform/Oasis2OOo.cxx
@@ -709,7 +709,7 @@ static XMLTransformerActionInit aParaActionTable[] =
};
// !!ATTENTION!! If you change something here, please also change
-// aConnectorActionTable if apropriate
+// aConnectorActionTable if appropriate
static XMLTransformerActionInit aShapeActionTable[] =
{
ENTRY1( DRAW, STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,
More information about the Libreoffice-commits
mailing list