summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prhdlfac.cxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2000-10-17 11:54:42 +0000
committerDaniel Rentz <dr@openoffice.org>2000-10-17 11:54:42 +0000
commitc11a30e1918f25adca1fd251ad3dc541db85027a (patch)
treee7f0f2c9fb99cd1c71c549a1b5698deee92fb208 /xmloff/source/style/prhdlfac.cxx
parente06b888ca36050fc6247bb8629622216589b23f6 (diff)
new basic types: XML_TYPE_COLORTRANSPARENT, XML_TYPE_ISTRANSPARENT
Diffstat (limited to 'xmloff/source/style/prhdlfac.cxx')
-rw-r--r--xmloff/source/style/prhdlfac.cxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx
index 8b156302b8b8..bcee882436c0 100644
--- a/xmloff/source/style/prhdlfac.cxx
+++ b/xmloff/source/style/prhdlfac.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prhdlfac.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:07:05 $
+ * last change: $Author: dr $ $Date: 2000-10-17 12:54:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -233,6 +233,12 @@ const XMLPropertyHandler* XMLPropertyHandlerFactory::GetBasicHandler( sal_Int32
case XML_TYPE_NBOOL :
pPropHdl = new XMLNBoolPropHdl;
break;
+ case XML_TYPE_COLORTRANSPARENT :
+ pPropHdl = new XMLColorTransparentPropHdl;
+ break;
+ case XML_TYPE_ISTRANSPARENT :
+ pPropHdl = new XMLIsTransparentPropHdl;
+ break;
case XML_TYPE_TEXT_CROSSEDOUT:
pPropHdl = new XMLCrossedOutPropHdl ;