diff options
author | Behrend Cornelius <bc@openoffice.org> | 2002-10-16 09:34:10 +0000 |
---|---|---|
committer | Behrend Cornelius <bc@openoffice.org> | 2002-10-16 09:34:10 +0000 |
commit | 815de4b23e5b9beffa0cb7e85ffb34555497d55d (patch) | |
tree | eb6c47f6f2d4350ebcfdadfcd47d4eaadb871a2f /wizards/source/tools/Debug.xba | |
parent | f13b1b61efdee23824fce005e5a195a4401000cd (diff) |
#104114# New Function 'CreateNewDocument' added
Diffstat (limited to 'wizards/source/tools/Debug.xba')
-rw-r--r-- | wizards/source/tools/Debug.xba | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/tools/Debug.xba b/wizards/source/tools/Debug.xba index 2f1653071b60..4ba60ffb8d95 100644 --- a/wizards/source/tools/Debug.xba +++ b/wizards/source/tools/Debug.xba @@ -41,7 +41,7 @@ Dim MaxIndex as Integer sObjectStrings(1) = LocObject.dbg_Methods sObjectStrings(2) = LocObject.dbg_SupportedInterfaces LocUrl = "private:factory/swriter" - oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,"_blank",0,NoArgs) + oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,"_default",0,NoArgs) oLocText = oLocDocument.text oLocCursor = oLocText.createTextCursor() oLocCursor.gotoStart(False) @@ -69,7 +69,7 @@ Dim oLocCursor as Object Dim oLocText as Object LocUrl = "private:factory/swriter" - oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,"_blank",0,NoArgs) + oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,"_default",0,NoArgs) oLocText = oLocDocument.text oLocCursor = oLocText.createTextCursor() oLocCursor.gotoStart(False) |