summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-05-11 12:03:49 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-05-11 12:03:49 +0000
commit9c6f0c6f88c84ff4c9e8c84baa71e84939dbe62e (patch)
tree325ca506dd1f59a2376d6b5b859f7e473e0d972c /xmloff/source/style/PageMasterExportPropMapper.cxx
parent3879a47276f3de520bf8737c8aac2e543396872b (diff)
#86118# fixed header/footer page properties (e.g. borders)
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 9f6281d52576..6f98bdf3685e 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: dvo $ $Date: 2001-03-01 14:09:06 $
+ * last change: $Author: dvo $ $Date: 2001-05-11 13:03:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -339,7 +339,7 @@ void XMLPageMasterExportPropMapper::ContextFilter(
{
sal_Int16 nContextId = getPropertySetMapper()->GetEntryContextId( pProp->mnIndex );
sal_Int16 nFlag = nContextId & CTF_PM_FLAGMASK;
- sal_Int16 nSimpleId = nContextId & ~CTF_PM_FLAGMASK;
+ sal_Int16 nSimpleId = nContextId & (~CTF_PM_FLAGMASK | XML_PM_CTF_START);
XMLPropertyStateBuffer* pBuffer;
switch( nFlag )