summaryrefslogtreecommitdiff
path: root/filter
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 /filter
parent1474d5c9c3274579efc9793614e830725b9384ca (diff)
Typo: formating -> formatting
Change-Id: If4aba89909a3ef049a756182c37d8a5d6812ae70
Diffstat (limited to 'filter')
-rw-r--r--filter/source/flash/swfwriter1.cxx2
-rw-r--r--filter/source/graphicfilter/eps/eps.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/flash/swfwriter1.cxx b/filter/source/flash/swfwriter1.cxx
index c7872750a61d..d5c07a6e0f2c 100644
--- a/filter/source/flash/swfwriter1.cxx
+++ b/filter/source/flash/swfwriter1.cxx
@@ -1298,7 +1298,7 @@ bool Writer::Impl_writeFilling( SvtGraphicFill& rFilling )
/* CL: The idea was to export page fields as text fields that get theire
string from a variable set with actionscript by each page. This didn't
- work out since the formating is always wrong when text follows the
+ work out since the formatting is always wrong when text follows the
page number field since pages greater one may require more space than
page 1
*/
diff --git a/filter/source/graphicfilter/eps/eps.cxx b/filter/source/graphicfilter/eps/eps.cxx
index 05283165fcf8..e818bd051c8b 100644
--- a/filter/source/graphicfilter/eps/eps.cxx
+++ b/filter/source/graphicfilter/eps/eps.cxx
@@ -50,7 +50,7 @@ using namespace ::com::sun::star::uno;
#define PS_LINESIZE 70 // maximum number of characters a line in the output
-#define PS_NONE 0 // formating mode: action which is inserted behind the output
+#define PS_NONE 0 // formatting mode: action which is inserted behind the output
#define PS_SPACE 1
#define PS_RET 2
#define PS_WRAP 4