summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-05 21:34:42 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-05 21:34:42 +0000
commitca7b46cd2e03f17a408417d706c869893ec57271 (patch)
tree7a1c9d923fbfa4348c902fbbb8dbbf9aae175bc8 /xmloff/source/style/PageMasterExportPropMapper.cxx
parent4637f9fc7bdce0a6bc55a4d0d6b190a0c8c7fa7a (diff)
#80948# chaining only works if we call the base classes
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 76226b72baf4..1c29828f6359 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mib $ $Date: 2000-11-07 13:33:06 $
+ * last change: $Author: cl $ $Date: 2000-12-05 22:34:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -398,5 +398,7 @@ void XMLPageMasterExportPropMapper::ContextFilter(
lcl_RemoveStateIfZero16( pPMScaleTo );
if( pPMScaleToPages )
lcl_RemoveStateIfZero16( pPMScaleToPages );
+
+ SvXMLExportPropertyMapper::ContextFilter(rPropState,rPropSet);
}