summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:26:28 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:26:28 +0000
commit83abcf40dfebb257e947df5a7f9e30a1a2e92867 (patch)
tree0d788c0ef2279f90c93aed1d832ed52652ccc325 /sfx2/source/appl/app.cxx
parentea573e540c257a42b923d915a2a596eaa0ffd51d (diff)
INTEGRATION: CWS sb19 (1.86.42); FILE MERGED
2004/12/09 05:56:47 sb 1.86.42.2: RESYNC: (1.86-1.91); FILE MERGED 2004/10/20 15:38:35 mba 1.86.42.1: #110407#: remove static BaseURL
Diffstat (limited to 'sfx2/source/appl/app.cxx')
-rw-r--r--sfx2/source/appl/app.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/source/appl/app.cxx b/sfx2/source/appl/app.cxx
index 4fb3268a2b2f..fa678b3e7257 100644
--- a/sfx2/source/appl/app.cxx
+++ b/sfx2/source/appl/app.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: app.cxx,v $
*
- * $Revision: 1.92 $
+ * $Revision: 1.93 $
*
- * last change: $Author: obo $ $Date: 2005-01-03 17:34:10 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:26:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -747,13 +747,13 @@ void SfxApplication::SetViewFrame( SfxViewFrame *pFrame )
pViewFrame = pFrame;
const SfxObjectShell* pSh = pViewFrame ? pViewFrame->GetObjectShell() : 0;
- if ( !pSh )
- {
- // otherwise BaseURL is set in activation of document
- INetURLObject aObject( SvtPathOptions().GetWorkPath() );
- aObject.setFinalSlash();
- INetURLObject::SetBaseURL( aObject.GetMainURL( INetURLObject::NO_DECODE ) );
- }
+ //if ( !pSh )
+ //{
+ // // otherwise BaseURL is set in activation of document
+ // INetURLObject aObject( SvtPathOptions().GetWorkPath() );
+ // aObject.setFinalSlash();
+ // INetURLObject::SetBaseURL( aObject.GetMainURL( INetURLObject::NO_DECODE ) );
+ //}
if( pNewContainerFrame )
{