summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/formlayerimport.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-02-01 08:46:47 +0000
committerFrank Schönheit <fs@openoffice.org>2001-02-01 08:46:47 +0000
commit2fccb8cfc9d706547f0f3787e3f0d7b762b5f7b8 (patch)
tree9608dc0437d3d5345cc46f2b062a92136c5b404a /xmloff/source/forms/formlayerimport.cxx
parent33bf6ac4b3af25416d3b1d6368e1d3c178f5b863 (diff)
no own style handling anymore - the shape exporter is responsible for our styles now
Diffstat (limited to 'xmloff/source/forms/formlayerimport.cxx')
-rw-r--r--xmloff/source/forms/formlayerimport.cxx11
1 files changed, 7 insertions, 4 deletions
diff --git a/xmloff/source/forms/formlayerimport.cxx b/xmloff/source/forms/formlayerimport.cxx
index 0e0c0a2ebae8..9d7a94c692be 100644
--- a/xmloff/source/forms/formlayerimport.cxx
+++ b/xmloff/source/forms/formlayerimport.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: formlayerimport.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fs $ $Date: 2000-12-18 15:14:35 $
+ * last change: $Author: fs $ $Date: 2001-02-01 09:46:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -98,11 +98,11 @@ namespace xmloff
//---------------------------------------------------------------------
void OFormLayerXMLImport::setAutoStyleContext(SvXMLStylesContext* _pAutoStyles)
{
- m_pImpl->setAutoStyleContext(_pAutoStyles);
+ OSL_ENSURE(sal_False, "OFormLayerXMLImport::setAutoStyleContext: obsolete method called!");
}
//---------------------------------------------------------------------
- SvXMLImportPropertyMapper* OFormLayerXMLImport::getStylePropertyMapper() const
+ ::vos::ORef< SvXMLImportPropertyMapper > OFormLayerXMLImport::getStylePropertyMapper() const
{
return m_pImpl->getStylePropertyMapper();
}
@@ -145,6 +145,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.4 2000/12/18 15:14:35 fs
+ * some changes ... now exporting/importing styles
+ *
* Revision 1.3 2000/12/13 10:40:15 fs
* new import related implementations - at this version, we should be able to import everything we export (which is all except events and styles)
*