summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:22:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-01-11 11:22:57 +0000
commit48a1ea1a7de251dfdd2101caeb694d7c36b6aeb8 (patch)
tree28dfeee7c9e38b63c86708c64d1d4791b76aac04 /sw/source/core/unocore
parent8d069f92d4c51bac69385f0d88df257cb26077d1 (diff)
INTEGRATION: CWS sb19 (1.14.4); FILE MERGED
2004/12/21 09:14:02 sb 1.14.4.5: RESYNC: (1.17-1.18); FILE MERGED 2004/12/08 19:23:36 sb 1.14.4.4: RESYNC: (1.15-1.17); FILE MERGED 2004/10/29 07:39:56 mba 1.14.4.3: #110409#: remove static BaseURL 2004/10/11 16:17:17 sb 1.14.4.2: RESYNC: (1.14-1.15); FILE MERGED 2004/10/07 14:21:52 os 1.14.4.1: #110409# static base URL has gone
Diffstat (limited to 'sw/source/core/unocore')
-rw-r--r--sw/source/core/unocore/unocrsrhelper.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sw/source/core/unocore/unocrsrhelper.cxx b/sw/source/core/unocore/unocrsrhelper.cxx
index ca9adbd7c184..3c1e7cc703c7 100644
--- a/sw/source/core/unocore/unocrsrhelper.cxx
+++ b/sw/source/core/unocore/unocrsrhelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unocrsrhelper.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: rt $ $Date: 2004-12-07 10:43:19 $
+ * last change: $Author: rt $ $Date: 2005-01-11 12:22:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -857,8 +857,6 @@ void InsertFile(SwUnoCrsr* pUnoCrsr,
Reader *pRead = pDocSh->StartConvertFrom( *pMed, &pRdr, 0, pUnoCrsr);
if( pRead )
{
- String sTmpBaseURL( INetURLObject::GetBaseURL() );
- INetURLObject::SetBaseURL( pMed->GetName() );
UnoActionContext aContext(pDoc);
@@ -884,8 +882,6 @@ void InsertFile(SwUnoCrsr* pUnoCrsr,
delete pRdr;
- INetURLObject::SetBaseURL( sTmpBaseURL );
-
// ggfs. alle Verzeichnisse updaten:
/* if( pWrtShell->IsUpdateTOX() )
{