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

Yousuf Philips philipz85 at hotmail.com
Fri Sep 11 02:51:38 PDT 2015


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

New commits:
commit 28d4864fb930e2d9d8d3a66ac43116bdac7dc9e8
Author: Yousuf Philips <philipz85 at hotmail.com>
Date:   Fri Sep 11 02:29:09 2015 +0400

    Dont set indexer during new help file wizard
    
    Change-Id: I61c13635c92cc91151ef882265032541ec81ac60
    Reviewed-on: https://gerrit.libreoffice.org/18476
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/helpauthoring/HelpAuthoring/_Main.xba b/helpauthoring/HelpAuthoring/_Main.xba
index e19e844..90a2eae 100644
--- a/helpauthoring/HelpAuthoring/_Main.xba
+++ b/helpauthoring/HelpAuthoring/_Main.xba
@@ -80,7 +80,6 @@ Sub SetMetaDataOnSave(Path as String)
 		End if
 	
 		document.DocumentProperties.UserDefinedProperties.ID = Replace( AlphaNum(Path), "xhp", "xml" )
-		document.DocumentProperties.UserDefinedProperties.Indexer = "include"
 
 		title = inputbox("The help title is a few word description of the help file topic.","Enter Help Title")
 		If title = "" Then


More information about the Libreoffice-commits mailing list