diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-10-16 10:29:49 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-10-16 10:29:49 +0000 |
commit | 63a67b9fcd6e5b98e4bced02ba93beccdd10dd5c (patch) | |
tree | 14bb274200b78f446713de0b62149d31e638eb43 /wizards/source/webwizard | |
parent | 815de4b23e5b9beffa0cb7e85ffb34555497d55d (diff) |
#104114# creation of new document modified
Diffstat (limited to 'wizards/source/webwizard')
-rw-r--r-- | wizards/source/webwizard/HtmlAutoPilotBasic.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/webwizard/HtmlAutoPilotBasic.xba b/wizards/source/webwizard/HtmlAutoPilotBasic.xba index 2a81971dd094..dac4e988cf6e 100644 --- a/wizards/source/webwizard/HtmlAutoPilotBasic.xba +++ b/wizards/source/webwizard/HtmlAutoPilotBasic.xba @@ -50,7 +50,7 @@ Dim RetValue On Local Error Goto GlobalErrorHandler BasicLibraries.LoadLibrary("Tools") oUcb = createUnoService("com.sun.star.ucb.SimpleFileAccess") - oBaseDocument = StarDesktop.LoadComponentFromURL("private:factory/swriter/web", "_blank", 0, NoArgs()) + oBaseDocument = StarDesktop.LoadComponentFromURL("private:factory/swriter/web", "_default", 0, NoArgs()) oViewSettings = oBaseDocument.CurrentController.ViewSettings oViewCursor = oBaseDocument.GetCurrentController.ViewCursor CurWebPageIndex = -1 |