summaryrefslogtreecommitdiff
path: root/xmloff/source/style/PageMasterExportPropMapper.cxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2000-10-26 07:35:07 +0000
committerMichael Brauer <mib@openoffice.org>2000-10-26 07:35:07 +0000
commitad7a757873f5380a03c13bd78bfadc564adb42ac (patch)
treee78cfe3f069cae3441b44a4b2543b2b35760e184 /xmloff/source/style/PageMasterExportPropMapper.cxx
parent65fdd813f27282d2fc8b39b5df66eff8a66f3bff (diff)
page styles continued
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.cxx')
-rw-r--r--xmloff/source/style/PageMasterExportPropMapper.cxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.cxx b/xmloff/source/style/PageMasterExportPropMapper.cxx
index 2b22db7ed153..a8a2816a5b4f 100644
--- a/xmloff/source/style/PageMasterExportPropMapper.cxx
+++ b/xmloff/source/style/PageMasterExportPropMapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: PageMasterExportPropMapper.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2000-10-20 16:30:27 $
+ * last change: $Author: mib $ $Date: 2000-10-26 08:35:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,8 @@ XMLPageMasterExportPropMapper::XMLPageMasterExportPropMapper(
const UniReference< XMLPropertySetMapper >& rMapper,
SvXMLExport& rExport ) :
SvXMLExportPropertyMapper( rMapper ),
- aBackgroundImageExport( rExport )
+ aBackgroundImageExport( rExport ),
+ aTextColumnsExport( rExport )
{
}
@@ -126,6 +127,9 @@ void XMLPageMasterExportPropMapper::handleElementItem(
getPropertySetMapper()->GetEntryNameSpace( nPropIndex ),
getPropertySetMapper()->GetEntryXMLName( nPropIndex ) );
}
+ case CTF_PM_TEXTCOLUMNS:
+ pThis->aTextColumnsExport.exportXML( rProperty.maValue );
+ break;
}
}