#104114# "_blank" exchanged against "_default"
This commit is contained in:
parent
4362a34455
commit
3d6029de78
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue