diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 12:02:09 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-11 12:02:09 +0000 |
commit | d82241ef421a144a64ecf51fc9dc8a7b363ae1da (patch) | |
tree | 2cba7e11bccc236a4ccd7efa1e6a7c30439940ac /svx | |
parent | 9aac19170f5ff2159e2094250b2ce3726299ac99 (diff) |
INTEGRATION: CWS sb19 (1.56.472); FILE MERGED
2004/12/08 22:59:34 sb 1.56.472.2: RESYNC: (1.56-1.57); FILE MERGED
2004/10/27 07:30:40 mba 1.56.472.1: #110407#: remove static BaseURL
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/outliner/outliner.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/outliner/outliner.cxx b/svx/source/outliner/outliner.cxx index 80a0febc3321..142f2dfc0b6a 100644 --- a/svx/source/outliner/outliner.cxx +++ b/svx/source/outliner/outliner.cxx @@ -2,9 +2,9 @@ * * $RCSfile: outliner.cxx,v $ * - * $Revision: 1.57 $ + * $Revision: 1.58 $ * - * last change: $Author: rt $ $Date: 2004-11-26 18:13:51 $ + * last change: $Author: rt $ $Date: 2005-01-11 13:02:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1300,7 +1300,7 @@ void Outliner::InvalidateBullet( Paragraph* pPara, ULONG nPara ) } } -ULONG Outliner::Read( SvStream& rInput, USHORT eFormat, SvKeyValueIterator* pHTTPHeaderAttrs ) +ULONG Outliner::Read( SvStream& rInput, const String& rBaseURL, USHORT eFormat, SvKeyValueIterator* pHTTPHeaderAttrs ) { DBG_CHKTHIS(Outliner,0); @@ -1313,7 +1313,7 @@ ULONG Outliner::Read( SvStream& rInput, USHORT eFormat, SvKeyValueIterator* pHTT Clear(); ImplBlockInsertionCallbacks( TRUE ); - ULONG nRet = pEditEngine->Read( rInput, (EETextFormat)eFormat, pHTTPHeaderAttrs ); + ULONG nRet = pEditEngine->Read( rInput, rBaseURL, (EETextFormat)eFormat, pHTTPHeaderAttrs ); bFirstParaIsEmpty = FALSE; |