summaryrefslogtreecommitdiff
path: root/xmloff/source
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-09-05 13:53:14 +0000
committerOliver Bolte <obo@openoffice.org>2005-09-05 13:53:14 +0000
commit3d88c71c32613751390544babd066ebc271911aa (patch)
tree8f491449e872466593198a4941449bfbcc81e777 /xmloff/source
parent0ea0b846006afa83777746911f33df3bb57f52a8 (diff)
INTEGRATION: CWS impress67 (1.5.352); FILE MERGED
2005/08/29 07:27:11 cl 1.5.352.1: #i42959# fixed svg:stroke-opacity attribute
Diffstat (limited to 'xmloff/source')
-rw-r--r--xmloff/source/draw/propimp0.hxx8
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;