diff options
author | Frank Schönheit <fs@openoffice.org> | 2001-05-28 14:16:59 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2001-05-28 14:16:59 +0000 |
commit | 5cde8b90e26d7f385f7595e77d0c3dd4e14841ad (patch) | |
tree | dc55ab5e96bdcbd6f8e2d147272d6147759bb090 /xmloff | |
parent | 7de436e54552c6c86bb53f929fe2538d054a6d0c (diff) |
#86712# SetAutoStyles: set the auto styles on the form importer, too
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/core/xmlimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/core/xmlimp.cxx b/xmloff/source/core/xmlimp.cxx index e73d3d3479fe..931f73bd8d23 100644 --- a/xmloff/source/core/xmlimp.cxx +++ b/xmloff/source/core/xmlimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlimp.cxx,v $ * - * $Revision: 1.39 $ + * $Revision: 1.40 $ * - * last change: $Author: mib $ $Date: 2001-05-18 13:46:50 $ + * last change: $Author: fs $ $Date: 2001-05-28 15:16:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -990,7 +990,7 @@ void SvXMLImport::SetAutoStyles( SvXMLStylesContext *pAutoStyles ) GetTextImport()->SetAutoStyles( pAutoStyles ); GetShapeImport()->SetAutoStylesContext( pAutoStyles ); GetChartImport()->SetAutoStylesContext( pAutoStyles ); -// GetFormImport()->setAutoStyleContext( pAutoStyles ); + GetFormImport()->setAutoStyleContext( pAutoStyles ); } void SvXMLImport::SetMasterStyles( SvXMLStylesContext *pMasterStyles ) |