diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:06:19 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-08-17 11:06:19 +0000 |
commit | 70bc4b60181723d9e8646f340de8ffdc69903916 (patch) | |
tree | 2044cebe3702c520229b8c9d5e42167d3b966c23 /xmloff | |
parent | 220bb67756d4359b33b567063e415a39a07d33c0 (diff) |
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
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLTools.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
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_ |