summaryrefslogtreecommitdiff
path: root/wizards/source/tools/Debug.xba
diff options
context:
space:
mode:
authorBehrend Cornelius <bc@openoffice.org>2002-10-16 09:34:10 +0000
committerBehrend Cornelius <bc@openoffice.org>2002-10-16 09:34:10 +0000
commit815de4b23e5b9beffa0cb7e85ffb34555497d55d (patch)
treeeb6c47f6f2d4350ebcfdadfcd47d4eaadb871a2f /wizards/source/tools/Debug.xba
parentf13b1b61efdee23824fce005e5a195a4401000cd (diff)
#104114# New Function 'CreateNewDocument' added
Diffstat (limited to 'wizards/source/tools/Debug.xba')
-rw-r--r--wizards/source/tools/Debug.xba4
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 = &quot;private:factory/swriter&quot;
- oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,&quot;_blank&quot;,0,NoArgs)
+ oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,&quot;_default&quot;,0,NoArgs)
oLocText = oLocDocument.text
oLocCursor = oLocText.createTextCursor()
oLocCursor.gotoStart(False)
@@ -69,7 +69,7 @@ Dim oLocCursor as Object
Dim oLocText as Object
LocUrl = &quot;private:factory/swriter&quot;
- oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,&quot;_blank&quot;,0,NoArgs)
+ oLocDocument = StarDesktop.LoadComponentFromURL(LocUrl,&quot;_default&quot;,0,NoArgs)
oLocText = oLocDocument.text
oLocCursor = oLocText.createTextCursor()
oLocCursor.gotoStart(False)