diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-14 10:16:40 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-14 16:50:20 +0100 |
commit | 44ca55be293c97d713c83d9917e78950b6e63f8e (patch) | |
tree | 72e373f3d424039928a4549b5191c3714b7531ad | |
parent | 680526901b10ce4d1c1c9c61d298fa3b1d5f8a01 (diff) |
Fix missing entry in makefile
+ bookmarks
Change-Id: I836964a1ec29485ee05617cce486dadd5b009591
Reviewed-on: https://gerrit.libreoffice.org/65161
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | AllLangHelp_sbasic.mk | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/uno_objects.xhp | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/AllLangHelp_sbasic.mk b/AllLangHelp_sbasic.mk index 303228599f..11c686abe7 100644 --- a/AllLangHelp_sbasic.mk +++ b/AllLangHelp_sbasic.mk @@ -355,6 +355,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sbasic,\ helpcontent2/source/text/sbasic/shared/05060700 \ helpcontent2/source/text/sbasic/shared/code-stubs \ helpcontent2/source/text/sbasic/shared/enum \ + helpcontent2/source/text/sbasic/shared/uno_objects \ + helpcontent2/source/text/sbasic/shared/stardesktop \ helpcontent2/source/text/sbasic/shared/GetPathSeparator \ helpcontent2/source/text/sbasic/shared/keys \ helpcontent2/source/text/sbasic/shared/main0211 \ diff --git a/source/text/sbasic/shared/uno_objects.xhp b/source/text/sbasic/shared/uno_objects.xhp index ccdb4a5607..67a0c8977c 100644 --- a/source/text/sbasic/shared/uno_objects.xhp +++ b/source/text/sbasic/shared/uno_objects.xhp @@ -16,6 +16,11 @@ </topic> </meta> <body> + <bookmark xml-lang="en-US" branch="index" id="bm_id171544787218331"> + <bookmark_value>programming;UNO objects</bookmark_value> + <bookmark_value>UNO objects</bookmark_value> + <bookmark_value>UNO functions</bookmark_value> + </bookmark> <section id="unoobjects"> <h1 id="hd_id3156027"><link href="text/sbasic/shared/03130000.xhp" name="UNO Objects">UNO Objects, Functions and Services</link></h1> <paragraph role="paragraph" id="par_id3153312" xml-lang="en-US">Functions, objects and services of Unified Network Objects (UNO).</paragraph> |