summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/fltshell.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:29:55 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:29:55 +0000
commit5246bdb249974bee42e09e3a7506ec0e7a58057f (patch)
treeac14c48d008f94c4ef0de932e9bf39486b21beff /sw/source/filter/inc/fltshell.hxx
parenta020bf476bf543a2311e34c963cf23c9e6ed7bc9 (diff)
INTEGRATION: CWS sb19 (1.10.2); FILE MERGED
2004/10/11 16:21:22 sb 1.10.2.2: RESYNC: (1.10-1.11); FILE MERGED 2004/10/07 14:21:58 os 1.10.2.1: #110409# static base URL has gone
Diffstat (limited to 'sw/source/filter/inc/fltshell.hxx')
-rw-r--r--sw/source/filter/inc/fltshell.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/sw/source/filter/inc/fltshell.hxx b/sw/source/filter/inc/fltshell.hxx
index 266d6c1ea5f6..9cbfff217815 100644
--- a/sw/source/filter/inc/fltshell.hxx
+++ b/sw/source/filter/inc/fltshell.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fltshell.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: obo $ $Date: 2004-08-12 12:49:40 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:29:55 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -505,6 +505,7 @@ class SwFltShell
SwFltEndStack aEndStack;
SwPaM* pPaM;
//
+ String sBaseURL;
USHORT nPageDescOffset; // fuers update der pagedescs
CharSet eSrcCharSet; // charset der quelle
friend class SwFltControlStack;
@@ -513,7 +514,7 @@ class SwFltShell
BOOL bProtect;
public:
- SwFltShell(SwDoc* , SwPaM& , BOOL bNew, ULONG = 0);
+ SwFltShell(SwDoc* , SwPaM& , const String& rBaseURL, BOOL bNew, ULONG = 0);
~SwFltShell();
SwDoc& GetDoc() { return *aStack.pDoc; }
@@ -661,6 +662,8 @@ public:
BOOL GetContour();
BOOL GetCaseKapitaelchen();
BOOL GetCaseVersalien();
+
+ const String& GetBaseURL() const { return sBaseURL; }
};
void UpdatePageDescs(SwDoc &rDoc, sal_uInt16 nInPageDescOffset);