summaryrefslogtreecommitdiffstats
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-07-01 09:55:52 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-07-01 09:55:52 +0000
commitdfaeeb0e103428b8ce004d32b2faaf4c0a63f3c0 (patch)
tree42f6c32bf16ea7b3f3b095bd3defdd16ccd4bb03 /writerfilter/inc
parentINTEGRATION: CWS xmlfilter05 (1.21.2); FILE MERGED (diff)
downloadcore-dfaeeb0e103428b8ce004d32b2faaf4c0a63f3c0.tar.gz
core-dfaeeb0e103428b8ce004d32b2faaf4c0a63f3c0.zip
INTEGRATION: CWS xmlfilter05 (1.14.2); FILE MERGED
2008/05/02 10:34:14 hbrinkm 1.14.2.3: RESYNC: (1.14-1.16); FILE MERGED 2008/04/24 08:43:55 hbrinkm 1.14.2.2: parse settings from docx 2008/04/02 10:58:33 hbrinkm 1.14.2.1: merged changes from xmlfilter04 to xmlfilter05
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/ooxml/OOXMLDocument.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/writerfilter/inc/ooxml/OOXMLDocument.hxx b/writerfilter/inc/ooxml/OOXMLDocument.hxx
index b9359e8a49f4..f46fe24d00b8 100644
--- a/writerfilter/inc/ooxml/OOXMLDocument.hxx
+++ b/writerfilter/inc/ooxml/OOXMLDocument.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: OOXMLDocument.hxx,v $
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
* This file is part of OpenOffice.org.
*
@@ -90,7 +90,8 @@ using namespace com::sun::star;
class WRITERFILTER_DLLPUBLIC OOXMLStream
{
public:
- enum StreamType_t { UNKNOWN, DOCUMENT, STYLES, FONTTABLE, NUMBERING, FOOTNOTES, ENDNOTES, COMMENTS, THEME };
+ enum StreamType_t { UNKNOWN, DOCUMENT, STYLES, FONTTABLE, NUMBERING,
+ FOOTNOTES, ENDNOTES, COMMENTS, THEME, SETTINGS };
typedef boost::shared_ptr<OOXMLStream> Pointer_t;
virtual ~OOXMLStream() {}