summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-02-22 15:52:06 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-02-22 15:52:06 +0000
commit0e6ae40ae769586489b48ca2c41c529b5c47be87 (patch)
tree217cb1428831efcc3ba536d0b479a36fefd03d6d /sw
parentc4fd66e8b02cc391160876c55d5b99292ad17875 (diff)
Changed SwHTMLApplet_Impl to SwApplet_Impl
Diffstat (limited to 'sw')
-rw-r--r--sw/source/filter/html/swhtml.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index 929243d52c51..6a051224ff08 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: swhtml.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 17:14:56 $
+ * last change: $Author: mtg $ $Date: 2001-02-22 16:52:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -128,7 +128,7 @@ class SwFmtINetFmt;
class SwField;
class _HTMLTableContext;
class SwHTMLForm_Impl;
-class SwHTMLApplet_Impl;
+class SwApplet_Impl;
struct SwHTMLFootEndNote_Impl;
class HTMLTableCnts;
struct SwPendingStack;
@@ -439,7 +439,7 @@ class SwHTMLParser : public SfxHTMLParser, public SwClient
SwHTMLFrmFmts aMoveFlyFrms;// Fly-Frames, deren Anker verschoben wird
SvXub_StrLens aMoveFlyCnts;// und deren Content-Positionen
- SwHTMLApplet_Impl *pAppletImpl; // das aktuelle Applet
+ SwApplet_Impl *pAppletImpl; // das aktuelle Applet
SwCSS1Parser *pCSS1Parser; // der Style-Sheet-Parser
SwHTMLNumRuleInfo *pNumRuleInfo;