summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexti.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-09 15:05:55 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-09 15:05:55 +0000
commit4b2274cecb05e96dc2993941e398f25ecea8d061 (patch)
tree0a97fbb8253cf039ea80b0b21f62a99a7ccba54c /sw/source/filter/xml/xmltexti.hxx
parent29037bb47a8693d46d19e9e98776ce5c92d57119 (diff)
cleaned up and re-arranged
Diffstat (limited to 'sw/source/filter/xml/xmltexti.hxx')
-rw-r--r--sw/source/filter/xml/xmltexti.hxx18
1 files changed, 5 insertions, 13 deletions
diff --git a/sw/source/filter/xml/xmltexti.hxx b/sw/source/filter/xml/xmltexti.hxx
index 1e373d9485b3..c21de3e374b8 100644
--- a/sw/source/filter/xml/xmltexti.hxx
+++ b/sw/source/filter/xml/xmltexti.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmltexti.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: mib $ $Date: 2001-03-06 11:05:07 $
+ * last change: $Author: mtg $ $Date: 2001-03-09 16:05:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,9 +80,6 @@ class SvPlugInObjectRef;
class SwXMLTextImportHelper : public XMLTextImportHelper
{
- SwApplet_Impl *pAppletImpl;
- SvPlugInObjectRef xPlugin;
- SvCommandList aCmdList;
XMLRedlineImportHelper *pRedlineHelper;
protected:
@@ -128,14 +125,9 @@ public:
const ::rtl::OUString &rName,
sal_Int32 nWidth, sal_Int32 nHeight );
- virtual void addParam(
- const ::rtl::OUString &rName,
- const ::rtl::OUString &rValue,
- sal_Bool bApplet);
- virtual void setAlternateText( const ::rtl::OUString &rAlt, sal_Bool bApplet );
-
- virtual void endApplet( );
- virtual void endPlugin( );
+ virtual void endAppletOrPlugin(
+ const ::com::sun::star::uno::Reference < ::com::sun::star::beans::XPropertySet > &rPropSet,
+ ::std::map < const ::rtl::OUString, const ::rtl::OUString, less_functor > &rParamMap);
virtual sal_Bool IsInHeaderFooter() const;