summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/types.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/types.hxx')
-rw-r--r--sw/source/filter/ww8/types.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/ww8/types.hxx b/sw/source/filter/ww8/types.hxx
index 652baec7bfc1..af9df2069201 100644
--- a/sw/source/filter/ww8/types.hxx
+++ b/sw/source/filter/ww8/types.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,14 +45,14 @@ namespace ww
inline bool IsSevenMinus(WordVersion eVer) { return eVer <= eWW7; }
inline bool IsEightPlus(WordVersion eVer) { return eVer >= eWW8; }
- /** For custom wrapping
+ /** For custom wrapping
When you edit the wrap points of a contour in word, word uses a relative
scale of 0 to 21600 where 21600 is apparently 100% of the graphic width
*/
const int nWrap100Percent = 21600;
}
-
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */