summaryrefslogtreecommitdiff
path: root/xmloff/source/forms/callbacks.hxx
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/callbacks.hxx
parent33bf6ac4b3af25416d3b1d6368e1d3c178f5b863 (diff)
no own style handling anymore - the shape exporter is responsible for our styles now
Diffstat (limited to 'xmloff/source/forms/callbacks.hxx')
-rw-r--r--xmloff/source/forms/callbacks.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/source/forms/callbacks.hxx b/xmloff/source/forms/callbacks.hxx
index b8707574e2d8..c75cd8f99157 100644
--- a/xmloff/source/forms/callbacks.hxx
+++ b/xmloff/source/forms/callbacks.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: callbacks.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: fs $ $Date: 2001-01-24 09:34:10 $
+ * 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
@@ -145,7 +145,6 @@ namespace xmloff
virtual ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
getServiceFactory() = 0;
virtual SvXMLImport& getGlobalContext() = 0;
- virtual const SvXMLStyleContext* getStyleElement(const ::rtl::OUString& _rStyleName) const = 0;
virtual void enterEventContext() = 0;
virtual void leaveEventContext() = 0;
@@ -183,6 +182,9 @@ namespace xmloff
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.6 2001/01/24 09:34:10 fs
+ * +IFormsImportContext::enter-/leaveEventContext
+ *
* Revision 1.5 2001/01/02 15:58:21 fs
* event ex- & import
*