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

New commits:
commit 28d4864fb930e2d9d8d3a66ac43116bdac7dc9e8
Author: Yousuf Philips <philip...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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), &quot;xhp&quot;, &quot;xml&quot; )
-               document.DocumentProperties.UserDefinedProperties.Indexer = 
&quot;include&quot;
 
                title = inputbox(&quot;The help title is a few word description 
of the help file topic.&quot;,&quot;Enter Help Title&quot;)
                If title = "" Then
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to