summaryrefslogtreecommitdiff
path: root/xmloff/source/style/prhdlfac.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 09:35:53 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 09:35:53 +0000
commit4bb31b7eaf7e960d06e4cb6eee3c0a7096932ed7 (patch)
tree8eeeab2df1250e8202adac455055bcef3600259f /xmloff/source/style/prhdlfac.cxx
parentd65acf861223aa048048decfe802bc6bd589cdec (diff)
INTEGRATION: CWS impress17 (1.22.88); FILE MERGED
2004/11/02 09:23:55 cl 1.22.88.1: #i35857# converted gamma value from double to percentage
Diffstat (limited to 'xmloff/source/style/prhdlfac.cxx')
-rw-r--r--xmloff/source/style/prhdlfac.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/style/prhdlfac.cxx b/xmloff/source/style/prhdlfac.cxx
index ad7c9f04c4e9..fa44ef6dce5e 100644
--- a/xmloff/source/style/prhdlfac.cxx
+++ b/xmloff/source/style/prhdlfac.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prhdlfac.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 08:24:41 $
+ * last change: $Author: obo $ $Date: 2004-11-17 10:35:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -293,6 +293,9 @@ const XMLPropertyHandler* XMLPropertyHandlerFactory::CreatePropertyHandler( sal_
case XML_TYPE_PERCENT16 :
pPropHdl = new XMLPercentPropHdl( 2 );
break;
+ case XML_TYPE_DOUBLE_PERCENT :
+ pPropHdl = new XMLDoublePercentPropHdl();
+ break;
case XML_TYPE_NEG_PERCENT :
pPropHdl = new XMLNegPercentPropHdl( 4 );
break;