summaryrefslogtreecommitdiffstats
path: root/odk
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-02-06 22:41:09 +0100
committerJulien Nabet <serval2412@yahoo.fr>2014-02-06 22:41:48 +0100
commit9bbb7ca9f730217f872462086493ba281ad399f8 (patch)
tree4ce7e5a9aca68b8f7de0b3401b8fc91f3bf1a991 /odk
parent-Typo: falback -> fallback (diff)
downloadcore-9bbb7ca9f730217f872462086493ba281ad399f8.tar.gz
core-9bbb7ca9f730217f872462086493ba281ad399f8.zip
Typo: formating -> formatting
Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/Text/HardFormatting.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/java/Text/HardFormatting.java b/odk/examples/java/Text/HardFormatting.java
index b94f62064833..bcd40262e6f4 100644
--- a/odk/examples/java/Text/HardFormatting.java
+++ b/odk/examples/java/Text/HardFormatting.java
@@ -80,7 +80,7 @@ public class HardFormatting {
com.sun.star.text.XTextRange xTextRange = null;
com.sun.star.beans.XPropertySet xPropertySet = null;
- // BEGIN: 'Hard formating'
+ // BEGIN: 'Hard formatting'
// the text range not the cursor contains the 'parastyle' property
xTextRange = xText.getEnd();
xPropertySet = UnoRuntime.queryInterface(
@@ -152,7 +152,7 @@ public class HardFormatting {
xPropertyStateValue = xPropertyState.getPropertyState("CharWeight");
checkPropertyState(xWordCursor, xPropertyStateValue);
- // END: 'Hard formating' Section from the Cookbook
+ // END: 'Hard formatting' Section from the Cookbook
}
catch( Exception e) {
e.printStackTrace(System.err);