diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:04:17 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-02-25 22:04:17 +0100 |
commit | f1a73892b3c4d2218a4b2941f6fc45d892f66d39 (patch) | |
tree | 7aa7cd490d6f756c0176fe4f9cf367cb0a0a2f4b | |
parent | 36774806da0f23897ff9c0b619bf17068d2213cd (diff) |
Typo: apropriate -> appropriate
Change-Id: I05e23039dc3ae0b6595c87fe550f4228ad93d5d6
-rw-r--r-- | forms/source/xforms/binding.cxx | 2 | ||||
-rw-r--r-- | qadevOOo/runner/lib/MultiPropertyTest.java | 2 | ||||
-rw-r--r-- | reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java | 2 | ||||
-rw-r--r-- | xmloff/source/transform/OOo2Oasis.cxx | 2 | ||||
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.cxx | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/forms/source/xforms/binding.cxx b/forms/source/xforms/binding.cxx index 4f9b07dd14b1..1e5862a53b82 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 bffd56837d7f..6d22968f313b 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 4e731466c49e..d1c5b41aa122 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 5e3f849cbbd1..60491fb3bd8a 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 ff1adbe92d53..f8189800157d 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, |