summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/types.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-01-13 16:05:25 +0000
committerOliver Bolte <obo@openoffice.org>2004-01-13 16:05:25 +0000
commit4ab3abf752413d774cc02217a50d57797bf82443 (patch)
tree7a98387723d9745574d1afb835c98d3c7acc7977 /sw/source/filter/ww8/types.hxx
parentcf78288866c87d35cbd078bc9d8366f5de866683 (diff)
INTEGRATION: CWS mullingarfilterteam18 (1.3.16); FILE MERGED
2003/12/11 13:45:02 cmc 1.3.16.3: RESYNC: (1.3-1.4); FILE MERGED 2003/12/05 11:35:49 cmc 1.3.16.2: missing vector 2003/12/03 14:21:13 mmaher 1.3.16.1: #i7907# Added feature for including subdocuments in a master document
Diffstat (limited to 'sw/source/filter/ww8/types.hxx')
-rw-r--r--sw/source/filter/ww8/types.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/types.hxx b/sw/source/filter/ww8/types.hxx
index 40d67d99a274..aec3d2c8319a 100644
--- a/sw/source/filter/ww8/types.hxx
+++ b/sw/source/filter/ww8/types.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: types.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2003-12-09 11:51:03 $
+ * last change: $Author: obo $ $Date: 2004-01-13 17:05:25 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,7 @@
namespace ww
{
typedef std::vector<sal_uInt8> bytes;
+
enum WordVersion {eWW6 = 6, eWW7 = 7, eWW8 = 8};
inline bool IsSevenMinus(WordVersion eVer) { return eVer <= eWW7; }
inline bool IsEightPlus(WordVersion eVer) { return eVer >= eWW8; }