diff options
Diffstat (limited to 'xmloff/source/style/PageMasterExportPropMapper.hxx')
-rw-r--r-- | xmloff/source/style/PageMasterExportPropMapper.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/xmloff/source/style/PageMasterExportPropMapper.hxx b/xmloff/source/style/PageMasterExportPropMapper.hxx index bc11ee0159b5..8a3e495fc5ac 100644 --- a/xmloff/source/style/PageMasterExportPropMapper.hxx +++ b/xmloff/source/style/PageMasterExportPropMapper.hxx @@ -2,9 +2,9 @@ * * $RCSfile: PageMasterExportPropMapper.hxx,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 @@ -68,6 +68,9 @@ #ifndef _XMLBACKGROUNDIMAGEEXPORT_HXX #include "XMLBackgroundImageExport.hxx" #endif +#ifndef _XMLOFF_XMLTEXTCOLUMNSEXPORT_HXX +#include "XMLTextColumnsExport.hxx" +#endif //______________________________________________________________________________ @@ -76,6 +79,7 @@ class XMLPageMasterExportPropMapper : public SvXMLExportPropertyMapper { protected: XMLBackgroundImageExport aBackgroundImageExport; + XMLTextColumnsExport aTextColumnsExport; public: XMLPageMasterExportPropMapper( |