summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-08-29 16:47:23 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-08-29 16:47:23 +0000
commit10841f8eecf9e7f8106b60ffe61657e3be7e9813 (patch)
tree4260f00cf52638a45d75763e4c0a29a76736ce9d /xmloff/source/style/PageMasterExportPropMapper.cxx
parent0d9c09f5be04500a71a0e8624eb0c01f060a45c3 (diff)
#99657# load/save background (color + image) transparancy
for Writer frames
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index ae845f526bbf..9162749f1811 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: sab $ $Date: 2002-04-23 13:56:56 $
+ * last change: $Author: dvo $ $Date: 2002-08-29 17:46:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -323,7 +323,7 @@ void XMLPageMasterExportPropMapper::handleElementItem(
pFilter = &rFilter.maValue;
}
sal_uInt32 nPropIndex = rProperty.mnIndex;
- pThis->aBackgroundImageExport.exportXML( rProperty.maValue, pPos, pFilter,
+ pThis->aBackgroundImageExport.exportXML( rProperty.maValue, pPos, pFilter, NULL,
getPropertySetMapper()->GetEntryNameSpace( nPropIndex ),
getPropertySetMapper()->GetEntryXMLName( nPropIndex ) );
}