diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-11 09:16:21 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:33:09 +0200 |
commit | 2e2d97fb2b6c6d8e9891152d794cda4694b0397b (patch) | |
tree | ea22f81b56d4977fe5d45d4c4524cb5148854299 | |
parent | 661f53f78506271dba3069a65bfbe5bb2d4faece (diff) |
typo: fileds -> fields
-rw-r--r-- | qadevOOo/runner/util/UITools.java | 2 | ||||
-rw-r--r-- | sw/source/core/doc/doc.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java index 812597627789..49a29e415e84 100644 --- a/qadevOOo/runner/util/UITools.java +++ b/qadevOOo/runner/util/UITools.java @@ -514,7 +514,7 @@ public class UITools { /** * returns the numeric value of a numeric filed. This is needed ie. for - * fileds include the moneytary unit. + * fields include the moneytary unit. * @param NumericFieldName the name of the numeric filed * @return the value of the numeric filed * @throws java.lang.Exception if something fail diff --git a/sw/source/core/doc/doc.cxx b/sw/source/core/doc/doc.cxx index 13f002c4ae9a..8b3d92567be8 100644 --- a/sw/source/core/doc/doc.cxx +++ b/sw/source/core/doc/doc.cxx @@ -1403,7 +1403,7 @@ void SwDoc::UpdatePagesForPrintingWithPostItData( // add all post-its on valid pages within the page range to the // temporary post-it document. - // Since the array of post-it fileds is sorted by page and line number we will + // Since the array of post-it fields is sorted by page and line number we will // already get them in the correct order sal_uInt16 nVirtPg = 0, nLineNo = 0, nLastPageNum = 0, nPhyPageNum = 0; bool bIsFirstPostIt = true; |