Kaydet (Commit) 3a6d4258 authored tarafından Takeshi Abe's avatar Takeshi Abe Kaydeden (comit) Michael Stahl

tdf#120361 Store Berend_Ilko_Tom_Stella_Volker.stc as temporary

... at invoking uno:ChooseDesign, instead of saving it into user's
working directory.

Change-Id: I899b259faca7fbc6ba2f5cc4ac8638f34e5febc6
Reviewed-on: https://gerrit.libreoffice.org/66672
Tested-by: Jenkins
Reviewed-by: 's avatarMichael Stahl <Michael.Stahl@cib.de>
üst 4b4d7014
...@@ -109,9 +109,9 @@ End Sub ...@@ -109,9 +109,9 @@ End Sub
Sub SaveCurrentStyles(oDocument as Object) Sub SaveCurrentStyles(oDocument as Object)
&apos;This sub stores the current document in the user work directory &apos;This sub stores the current document in the directory to hold temporary files.
On Error Goto ErrorOcurred On Error Goto ErrorOcurred
aTempURL = GetPathSettings(&quot;Work&quot;, False) aTempURL = GetPathSettings(&quot;Temp&quot;, False)
Dim aRightMost as String Dim aRightMost as String
aRightMost = Right(aTempURL, 1) aRightMost = Right(aTempURL, 1)
if aRightMost = &quot;/&quot; Then if aRightMost = &quot;/&quot; Then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment