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) '' document.DocumentInfo.SetUserFieldName(2,"Comment") ' document.DocumentInfo.SetPropertyValue("Subject",Path) - document.DocumentProperties.UserDefinedProperties.Indexer = "" ' Present in template properties - document.DocumentProperties.UserDefinedProperties.ID = "" ' Present in template properties + 'document.DocumentProperties.UserDefinedProperties.Indexer = "" ' Present in template properties + 'document.DocumentProperties.UserDefinedProperties.ID = "" ' Present in template properties ' document.DocumentInfo.SetUserFieldName(2,"Comment") document.DocumentProperties.Subject = Path _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits