[Libreoffice-commits] dev-tools.git: helpauthoring/HelpAuthoring

Yousuf Philips philipz85 at hotmail.com
Mon Sep 14 00:09:16 PDT 2015


 helpauthoring/HelpAuthoring/_Main.xba |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d1b3160a5ca08bfbfeaa5a1d3ac4d4aa4f50e5f3
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Sun Sep 13 23:23:51 2015 +0400

    Fix dialog return value in new file wizard
    
    Change-Id: Iefdf212ddb7a2e620fe7b6e8e715bb32abf1acaf
    Reviewed-on: https://gerrit.libreoffice.org/18539
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/helpauthoring/HelpAuthoring/_Main.xba b/helpauthoring/HelpAuthoring/_Main.xba
index be5f59c..61abba5 100644
--- a/helpauthoring/HelpAuthoring/_Main.xba
+++ b/helpauthoring/HelpAuthoring/_Main.xba
@@ -75,7 +75,7 @@ Sub SetMetaDataOnSave(Path as String)
 
 	If document.DocumentProperties.Title = "" Then
 		Ret = msgbox( "Automatically generate a basic help file?", 1+32, "Basic Help File" )
-		If Ret = 0 Then
+		If Ret = 2 Then
 			Exit Sub
 		End if
 	


More information about the Libreoffice-commits mailing list