#104114# "_blank" exchanged against "_default"

This commit is contained in:
Behrend Cornelius 2002-10-23 09:06:19 +00:00
parent 4362a34455
commit 3d6029de78

View file

@ -47,7 +47,7 @@ Dim mFileProperties(0) as New com.sun.star.beans.PropertyValue
DocPath = oDocument.URL
mFileProperties(0).Name = "AsTemplate"
mFileProperties(0).Value = True
oNewDocument = StarDesktop.LoadComponentFromURL(DocPath,"_blank",0, mFileProperties())
oNewDocument = StarDesktop.LoadComponentFromURL(DocPath,"_default",0, mFileProperties())
PrepareForEditing() = oNewDocument
' If IsFatOffice() Then
' If opened within a FatOffice Environment close doc.
@ -177,4 +177,4 @@ Sub KillTempFile()
End If
End Sub
</script:module>
</script:module>