summaryrefslogtreecommitdiff
path: root/svx/source/editeng
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 11:58:56 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 11:58:56 +0000
commit363b37fc485561214520bf9a9c4d8f79716cac3f (patch)
tree06bd05f1a0181cf247751d0be9549775d73771e3 /svx/source/editeng
parentd2acc1ddd274ab554d8e92f93eec4ba3183371ee (diff)
INTEGRATION: CWS sb19 (1.2.1022); FILE MERGED
2004/10/27 07:30:34 mba 1.2.1022.1: #110407#: remove static BaseURL
Diffstat (limited to 'svx/source/editeng')
-rw-r--r--svx/source/editeng/eehtml.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/svx/source/editeng/eehtml.hxx b/svx/source/editeng/eehtml.hxx
index 7e89cb228e6d..a208760611a6 100644
--- a/svx/source/editeng/eehtml.hxx
+++ b/svx/source/editeng/eehtml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: eehtml.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mt $ $Date: 2002-07-12 13:31:14 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:58:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,7 @@ class EditHTMLParser : public SfxHTMLParser
{
private:
EditSelection aCurSel;
+ String aBaseURL;
ImpEditEngine* pImpEditEngine;
AnchorInfo* pCurAnchor;
@@ -123,7 +124,7 @@ protected:
virtual void NextToken( int nToken );
public:
- EditHTMLParser( SvStream& rIn, SvKeyValueIterator* pHTTPHeaderAttrs, int bReadNewDoc = TRUE );
+ EditHTMLParser( SvStream& rIn, const String& rBaseURL, SvKeyValueIterator* pHTTPHeaderAttrs, int bReadNewDoc = TRUE );
~EditHTMLParser();
virtual SvParserState CallParser( ImpEditEngine* pImpEE, const EditPaM& rPaM );