From 926cbdd55f70e7a94b6041bbe09b48dcf1d10b2f Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Tue, 22 Jul 2008 11:46:36 +0000 Subject: 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 --- writerfilter/source/ooxml/OOXMLParserState.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'writerfilter') 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 -#include +#include #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); -- cgit