summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 11:46:36 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 11:46:36 +0000
commit926cbdd55f70e7a94b6041bbe09b48dcf1d10b2f (patch)
tree0f88f43d28b647df7118f9cf38e61a2e6eed6c60 /writerfilter
parent62d6ec6bd5f1666dea0fbfcb5a4e586873dff9d3 (diff)
INTEGRATION: CWS xmlfilter06 (1.5.6); FILE MERGED
2008/06/05 15:59:01 hbrinkm 1.5.6.3: debug code 2008/05/30 12:20:17 hbrinkm 1.5.6.2: use TagLogger 2008/05/27 11:36:10 dr 1.5.6.1: joined changes from CWS xmlfilter05
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/source/ooxml/OOXMLParserState.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/writerfilter/source/ooxml/OOXMLParserState.hxx b/writerfilter/source/ooxml/OOXMLParserState.hxx
index 5e17050df819..ef050ce8b8c3 100644
--- a/writerfilter/source/ooxml/OOXMLParserState.hxx
+++ b/writerfilter/source/ooxml/OOXMLParserState.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: OOXMLParserState.hxx,v $
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,7 @@
#define INCLUDE_OOXML_PARSER_STATE_HXX
#include <ooxml/OOXMLDocument.hxx>
-#include <resourcemodel/QNameToString.hxx>
+#include <resourcemodel/TagLogger.hxx>
#include "OOXMLPropertySetImpl.hxx"
namespace writerfilter {
@@ -91,6 +91,7 @@ public:
void newCharacterProperty(const Id & rId, OOXMLValue::Pointer_t pVal);
void resolveCharacterProperties(Stream & rStream);
+ OOXMLPropertySet::Pointer_t getCharacterProperties() const;
void setCharacterProperties(OOXMLPropertySet::Pointer_t pProps);
void resolveTableProperties(Stream & rStream);
void setTableProperties(OOXMLPropertySet::Pointer_t pProps);