From bdaeee88ae63c1107b6c7db0dbcabb5347554397 Mon Sep 17 00:00:00 2001 From: Seth Chaiklin Date: Tue, 24 May 2022 16:51:43 +0200 Subject: (related) tdf#149018 add to OLE explanation in Glossary Can link to this explanation when discussing OLE objects in other help pages. Technical note: Needed to add a variable to the relevant heading in shared/optionen/01010200.xhp to be able to get a useful id to link to from the Glossary. Also embedded that heading (which is the name of the control) into the Glossary so that if the control name is changed in the future, then the Glossary should remain up-to-date. Change-Id: I3318bc6b96a422dd40e792bf2230f7cefc9e85a0 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134793 Tested-by: Jenkins Reviewed-by: Seth Chaiklin --- source/text/shared/00/00000005.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/shared/00') diff --git a/source/text/shared/00/00000005.xhp b/source/text/shared/00/00000005.xhp index a732670989..4866ec1444 100644 --- a/source/text/shared/00/00000005.xhp +++ b/source/text/shared/00/00000005.xhp @@ -199,7 +199,7 @@

OLE

Object Linking and Embedding (OLE) objects can be linked to a target document or may also be embedded. Embedding inserts a copy of the object and details of the source program in the target document. If you want to edit the object, simply activate the source program by double-clicking on the object. - + If an OLE object is linked to a target document, then the target document must be available in the location specified in the link. Deleting or moving the target document will make it impossible to open the linked OLE object. You can use the option in the General section of Load/Save Options to configure your system to save links relative to your filesystem.
-- cgit