diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/draw/propimp0.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/draw/propimp0.hxx b/xmloff/source/draw/propimp0.hxx index 037d74ee4c09..6fdcfde59a9d 100644 --- a/xmloff/source/draw/propimp0.hxx +++ b/xmloff/source/draw/propimp0.hxx @@ -2,9 +2,9 @@ * * $RCSfile: propimp0.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2004-03-30 16:13:57 $ + * last change: $Author: obo $ $Date: 2005-09-05 14:53:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -77,9 +77,13 @@ public: virtual sal_Bool exportXML( rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; }; +class SvXMLImport; class XMLOpacityPropertyHdl : public XMLPropertyHandler { +private: + SvXMLImport* mpImport; public: + XMLOpacityPropertyHdl( SvXMLImport* pImport ); virtual ~XMLOpacityPropertyHdl(); virtual sal_Bool importXML( const rtl::OUString& rStrImpValue, ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; virtual sal_Bool exportXML( rtl::OUString& rStrExpValue, const ::com::sun::star::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const; |