diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:37:21 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-12-13 11:37:21 +0000 |
commit | 6601a70dc02b47437214c50fa076fe94efe5975d (patch) | |
tree | 66c715f83b34fc677d20699b7d35d364932ad391 /sw/source/ui/uiview/srcview.cxx | |
parent | dc09f42a229b711647675309b26a8af63a5972b4 (diff) |
INTEGRATION: CWS ineturl1 (1.39.52); FILE MERGED
2004/10/27 13:31:55 cmc 1.39.52.2: RESYNC: (1.39-1.40); FILE MERGED
2004/10/01 12:27:35 cmc 1.39.52.1: #i34006# modify INetURLObject to use rtl::OUString and rtl::OUStringBuffer
Diffstat (limited to 'sw/source/ui/uiview/srcview.cxx')
-rw-r--r-- | sw/source/ui/uiview/srcview.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/srcview.cxx b/sw/source/ui/uiview/srcview.cxx index 14bd204ae9..7fa6cc42b7 100644 --- a/sw/source/ui/uiview/srcview.cxx +++ b/sw/source/ui/uiview/srcview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: srcview.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.41 $ * - * last change: $Author: kz $ $Date: 2004-10-04 19:31:59 $ + * last change: $Author: hr $ $Date: 2004-12-13 12:37:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -433,7 +433,7 @@ SwSrcView::~SwSrcView() SfxDocumentInfo& rDocInfo = pDocShell->GetDocInfo(); - pDocShell->SetAutoLoad(rDocInfo.GetReloadURL(), + pDocShell->SetAutoLoad(INetURLObject(rDocInfo.GetReloadURL()), rDocInfo.GetReloadDelay(), rDocInfo.IsReloadEnabled() ); // EndListening(*GetViewFrame()); |