From 70bc4b60181723d9e8646f340de8ffdc69903916 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Fri, 17 Aug 2007 11:06:19 +0000 Subject: INTEGRATION: CWS chart12 (1.3.36); FILE MERGED 2007/08/07 14:03:42 iha 1.3.36.1: #i80250# symbol style automatic is not saved correctly --- xmloff/source/chart/SchXMLTools.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'xmloff') diff --git a/xmloff/source/chart/SchXMLTools.hxx b/xmloff/source/chart/SchXMLTools.hxx index 9e5304b1e4c0..8e23830b5beb 100644 --- a/xmloff/source/chart/SchXMLTools.hxx +++ b/xmloff/source/chart/SchXMLTools.hxx @@ -4,9 +4,9 @@ * * $RCSfile: SchXMLTools.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2007-06-27 14:50:40 $ + * last change: $Author: ihi $ $Date: 2007-08-17 12:06:19 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,6 +55,9 @@ namespace com { namespace sun { namespace star { } }}} +class XMLPropStyleContext; +class SvXMLStylesContext; + namespace SchXMLTools { enum SchXMLChartTypeEnum @@ -93,6 +96,7 @@ namespace SchXMLTools sal_Int32 nDimensionIndex, tSchXMLLSequencesPerIndex * pLSequencesPerIndex = 0 ); + ::com::sun::star::uno::Any getPropertyFromContext( const ::rtl::OUString& rPropertyName, const XMLPropStyleContext * pPropStyleContext, const SvXMLStylesContext* pStylesCtxt ); } #endif // SCH_XML_TOOLS_HXX_ -- cgit