[Libreoffice-commits] core.git: wizards/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 19 16:50:27 UTC 2019


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

New commits:
commit 3a6d425818b7e3e449a8e27c28cfb565dc6f21a6
Author:     Takeshi Abe <tabe at fixedpoint.jp>
AuthorDate: Mon Jan 21 20:18:19 2019 +0900
Commit:     Michael Stahl <Michael.Stahl at 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.Stahl at 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)
-'This sub stores the current document in the user work directory
+'This sub stores the current document in the directory to hold temporary files.
 	On Error Goto ErrorOcurred
-	aTempURL = GetPathSettings("Work", False)
+	aTempURL = GetPathSettings("Temp", False)
 	Dim aRightMost as String
 	aRightMost = Right(aTempURL, 1)
 	if aRightMost = "/" Then


More information about the Libreoffice-commits mailing list