summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:23:12 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:23:12 +0000
commitcefa07870dc6d8cb49e69936323b884e11a3457a (patch)
tree9989d0c30bfa79a39455c7867d6401f0502f2f0c /sw/source/core/unocore
parent48a1ea1a7de251dfdd2101caeb694d7c36b6aeb8 (diff)
INTEGRATION: CWS sb19 (1.80.32); FILE MERGED
2004/12/08 19:24:18 sb 1.80.32.2: RESYNC: (1.80-1.81); FILE MERGED 2004/10/29 07:39:56 mba 1.80.32.1: #110409#: remove static BaseURL
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unoobj.cxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sw/source/core/unocore/unoobj.cxx b/sw/source/core/unocore/unoobj.cxx
index d530a64b9ab2..640addf2ffdd 100644
--- a/sw/source/core/unocore/unoobj.cxx
+++ b/sw/source/core/unocore/unoobj.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unoobj.cxx,v $
*
- * $Revision: 1.81 $
+ * $Revision: 1.82 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 13:27:27 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:23:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -500,7 +500,8 @@ void SwXTextCursor::getTextFromPam(SwPaM& aCrsr, OUString& rBuffer)
aStream.SetNumberFormatInt( NUMBERFORMAT_INT_LITTLEENDIAN );
#endif
WriterRef xWrt;
- SwIoSystem::GetWriter( C2S(FILTER_TEXT_DLG), xWrt );
+ // TODO/MBA: looks like a BaseURL doesn't make sense here
+ SwIoSystem::GetWriter( C2S(FILTER_TEXT_DLG), String(), xWrt );
if( xWrt.Is() )
{
SwWriter aWriter( aStream, aCrsr );