summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-07-08 09:58:20 +0000
committerOliver Bolte <obo@openoffice.org>2005-07-08 09:58:20 +0000
commit08b5b7977379e32235b5691f8858648e6adf5a64 (patch)
treea4845bdcfa2c3173663d6efa82c3e0142f6676b9 /xmloff
parente45831d9df766e68b50f2cf1fef45ffc3c8040f4 (diff)
INTEGRATION: CWS swqbf34 (1.7.130); FILE MERGED
2005/06/29 08:50:26 od 1.7.130.1: #i50322# - no conversion of background graphic transparency value for document styles, because by defect former OpenOffice.org versions write always 100% and interpret it as 0%. Thus, attribute has only be renamed to opacity for document styles.
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/transform/PropertyActionsOOo.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/transform/PropertyActionsOOo.hxx b/xmloff/source/transform/PropertyActionsOOo.hxx
index 88b0e2b6dbca..2e70cb39f1d1 100644
--- a/xmloff/source/transform/PropertyActionsOOo.hxx
+++ b/xmloff/source/transform/PropertyActionsOOo.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PropertyActionsOOo.hxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-01-27 11:11:46 $
+ * last change: $Author: obo $ $Date: 2005-07-08 10:58:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,6 +91,9 @@ enum XMLPropOOOTransformerAction
XML_ATACTION_MOVE_PROTECT,
XML_ATACTION_SIZE_PROTECT,
XML_ATACTION_PROTECT,
+ // --> OD 2005-06-10 #i50322#
+ XML_ATACTION_WRITER_BACK_GRAPHIC_TRANSPARENCY,
+ // <--
XML_PTACTION_END=XML_TACTION_END
};