wizards/source/template/Samples.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3a6d425818b7e3e449a8e27c28cfb565dc6f21a6
Author:     Takeshi Abe <t...@fixedpoint.jp>
AuthorDate: Mon Jan 21 20:18:19 2019 +0900
Commit:     Michael Stahl <michael.st...@cib.de>
CommitDate: Tue Feb 19 17:50:02 2019 +0100

    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: Michael Stahl <michael.st...@cib.de>

diff --git a/wizards/source/template/Samples.xba 
b/wizards/source/template/Samples.xba
index ac3431a2023b..3009f4cba705 100644
--- a/wizards/source/template/Samples.xba
+++ b/wizards/source/template/Samples.xba
@@ -109,9 +109,9 @@ End Sub
 
 
 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
-       aTempURL = GetPathSettings(&quot;Work&quot;, False)
+       aTempURL = GetPathSettings(&quot;Temp&quot;, False)
        Dim aRightMost as String
        aRightMost = Right(aTempURL, 1)
        if aRightMost = &quot;/&quot; Then
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to