[Libreoffice-commits] dev-tools.git: helpauthoring/HelpAuthoring
Yousuf Philips
philipz85 at hotmail.com
Thu Sep 10 01:24:05 PDT 2015
helpauthoring/HelpAuthoring/_Main.xba | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 4869d188a8f506022afa80ee4dcc436ab199fb1a
Author: Yousuf Philips <philipz85 at 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 <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 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
More information about the Libreoffice-commits
mailing list