helpauthoring/HelpAuthoring/_Main.xba |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4869d188a8f506022afa80ee4dcc436ab199fb1a
Author: Yousuf Philips <philip...@hotmail.com>
Date:   Thu Sep 10 04:01:52 2015 +0400

    Dont clear help topic id and indexer
    
    Change-Id: Ibe5fe6b9ba400f9bd749b464b4b51dca1ddc6de3
    Reviewed-on: https://gerrit.libreoffice.org/18456
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/helpauthoring/HelpAuthoring/_Main.xba 
b/helpauthoring/HelpAuthoring/_Main.xba
index ff3ab44..e19e844 100644
--- a/helpauthoring/HelpAuthoring/_Main.xba
+++ b/helpauthoring/HelpAuthoring/_Main.xba
@@ -68,8 +68,8 @@ Sub SetMetaDataOnSave(Path as String)
 &apos;&apos;    document.DocumentInfo.SetUserFieldName(2,&quot;Comment&quot;)
 &apos;    document.DocumentInfo.SetPropertyValue(&quot;Subject&quot;,Path)
 
-    document.DocumentProperties.UserDefinedProperties.Indexer = &quot;&quot; 
&apos; Present in template properties
-    document.DocumentProperties.UserDefinedProperties.ID = &quot;&quot; &apos; 
Present in template properties
+    &apos;document.DocumentProperties.UserDefinedProperties.Indexer = 
&quot;&quot; &apos; Present in template properties
+    &apos;document.DocumentProperties.UserDefinedProperties.ID = &quot;&quot; 
&apos; Present in template properties
 &apos;    document.DocumentInfo.SetUserFieldName(2,&quot;Comment&quot;)
     document.DocumentProperties.Subject = Path
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to