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 +- source/text/shared/optionen/01010200.xhp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/text/shared') 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.
diff --git a/source/text/shared/optionen/01010200.xhp b/source/text/shared/optionen/01010200.xhp index 22fcbc0d70..c709475bf3 100644 --- a/source/text/shared/optionen/01010200.xhp +++ b/source/text/shared/optionen/01010200.xhp @@ -93,7 +93,7 @@

Automatically save the document too

Specifies that %PRODUCTNAME saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does. -

Save URLs relative to file system

+

Save URLs relative to file system

This option allows you to select the default for relative addressing of URLs in the file system and on the Internet. Relative addressing is only possible if the source document and the referenced document are both on the same drive. A relative address always starts from the directory in which the current document is located. In contrast, absolute addressing always starts from a root directory. The following table demonstrates the difference in syntax between relative and absolute referencing: -- cgit