From b6b49c0f6bc797558b6ce08fa756efe474a8011b Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sun, 17 Mar 2013 14:35:22 -0400 Subject: cleanup autodoc output Change-Id: I5c25084c8a6e13416cea67c907de276b73c2e955 --- odk/CustomTarget_autodoc.mk | 3 ++- odk/pack/copying/idl_chapter_refs.txt | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'odk') diff --git a/odk/CustomTarget_autodoc.mk b/odk/CustomTarget_autodoc.mk index 7bb2bd8a7893..cf87fccada92 100644 --- a/odk/CustomTarget_autodoc.mk +++ b/odk/CustomTarget_autodoc.mk @@ -20,7 +20,8 @@ $(odk_WORKDIR)/docs/common/ref/module-ix.html: $(SRCDIR)/odk/pack/copying/idl_ch $(call gb_Helper_execute,autodoc) -html $(dir $@) \ -dvgroot "http://wiki.services.openoffice.org/wiki" \ -name "LibreOffice $(PRODUCTVERSION) API" \ - -lg idl -dvgfile $< -t $(SRCDIR)/udkapi $(SRCDIR)/offapi + -lg idl -dvgfile $< -t $(SRCDIR)/udkapi $(SRCDIR)/offapi \ + > $(odk_WORKDIR)/autodoc_log.txt # vim: set noet sw=4 ts=4: diff --git a/odk/pack/copying/idl_chapter_refs.txt b/odk/pack/copying/idl_chapter_refs.txt index 6db8a9db53aa..8569d282c7db 100644 --- a/odk/pack/copying/idl_chapter_refs.txt +++ b/odk/pack/copying/idl_chapter_refs.txt @@ -392,7 +392,7 @@ DESCR:Text - Indexes and Index Marks - Indexes REF: com.sun.star.text.BibliographyDataType com.sun.star.text.BibliographyDataField -com.sun.star.text.IllustrationIndex +com.sun.star.text.IllustrationsIndex com.sun.star.beans.XPropertySet com.sun.star.container.XIndexReplace com.sun.star.text.Bibliography @@ -3224,8 +3224,8 @@ com.sun.star.text.textfield.Bibliography com.sun.star.text.textfield.Chapter com.sun.star.text.textfield.Input com.sun.star.text.textfield.SetExpression -com.sun.star.text.FieldMaster.Database -com.sun.star.text.FieldMaster.User +com.sun.star.text.fieldmaster.Database +com.sun.star.text.fieldmaster.User com.sun.star.text.textfield.ReferencePageGet com.sun.star.text.textfield.ParagraphCount com.sun.star.text.textfield.Author @@ -3247,15 +3247,15 @@ com.sun.star.text.textfield.DatabaseName com.sun.star.util.XUpdatable com.sun.star.text.TextContent com.sun.star.text.textfield.DatabaseSetNumber -com.sun.star.text.FieldMaster.SetExpression +com.sun.star.text.fieldmaster.SetExpression com.sun.star.text.textfield.ExtendedUser -com.sun.star.text.FieldMaster.DDE +com.sun.star.text.fieldmaster.DDE com.sun.star.text.textfield.docinfo.CreateAuthor com.sun.star.text.textfield.docinfo.Subject com.sun.star.text.textfield.PageNumber com.sun.star.text.textfield.TableFormula com.sun.star.text.textfield.docinfo.Keywords -com.sun.star.text.FieldMaster.Bibliography +com.sun.star.text.fieldmaster.Bibliography com.sun.star.text.textfield.GetReference com.sun.star.text.textfield.WordCount com.sun.star.text.textfield.DDE @@ -3276,7 +3276,7 @@ com.sun.star.text.textfield.docinfo.Description com.sun.star.text.textfield.DatabaseNextSet com.sun.star.text.textfield.docinfo.PrintDateTime TOPIC: -com.sun.star.text.FieldMaster +com.sun.star.text.fieldmaster com.sun.star.text.TextField com.sun.star.text.XTextField -- cgit