diff options
author | Gabor Kelemen <kelemeng@gnome.hu> | 2019-06-22 19:02:06 +0200 |
---|---|---|
committer | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-24 08:23:13 +0200 |
commit | 6f5b6a066efa16834daf731c7c2a509945fd0a7d (patch) | |
tree | c4feb8c67e4e60c053309a29f09a437811cf4700 | |
parent | 9a704ed71319e6e6179dc756bd686cddf1d80a55 (diff) |
Fix ahelp and missing bookmark on Insert OLE page
Change-Id: Ia3c6900b1616266dc38cbba4fc74b461b33462f6
Reviewed-on: https://gerrit.libreoffice.org/74577
Tested-by: Jenkins
Reviewed-by: Gabor Kelemen <kelemen.gabor2@nisz.hu>
-rw-r--r-- | source/text/shared/01/04150100.xhp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/text/shared/01/04150100.xhp b/source/text/shared/01/04150100.xhp index 315938233a..b27d95757f 100644 --- a/source/text/shared/01/04150100.xhp +++ b/source/text/shared/01/04150100.xhp @@ -33,7 +33,7 @@ <bookmark xml-lang="en-US" branch="hid/cui/ui/insertoleobject/@@nowidget@@" id="bm_id9083923" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:InsertObject" id="bm_id3152952" localize="false"/> <paragraph role="heading" id="hd_id3153116" xml-lang="en-US" level="1">Insert OLE Object</paragraph> - <paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><variable id="ole"><ahelp hid=".uno:InsertObject">Inserts an <link href="text/shared/00/00000005.xhp#ole" name="OLE"><emph>OLE</emph></link> object into the current document. The OLE object is inserted as a link or an embedded object.</ahelp></variable></paragraph> + <paragraph role="paragraph" id="par_id3149748" xml-lang="en-US"><variable id="ole"><ahelp hid=".">Inserts an <link href="text/shared/00/00000005.xhp#ole" name="OLE"><emph>OLE</emph></link> object into the current document. The OLE object is inserted as a link or an embedded object.</ahelp></variable></paragraph> <section id="howtoget"> <embed href="text/shared/00/00000404.xhp#objektole"/> </section> @@ -51,6 +51,7 @@ <paragraph role="paragraph" id="par_id3155434" xml-lang="en-US"><ahelp hid="cui/ui/insertoleobject/urled">Enter the name of the file that you want to link or embed, or click <emph>Search</emph> to locate the file.</ahelp></paragraph> <paragraph role="heading" id="hd_id3153127" xml-lang="en-US" level="3">Search...</paragraph> <paragraph role="paragraph" id="par_id3156326" xml-lang="en-US"><ahelp hid="cui/ui/insertoleobject/urlbtn">Locate the file that you want to insert, and then click <emph>Open</emph>.</ahelp></paragraph> +<bookmark xml-lang="en-US" branch="hid/cui/ui/insertoleobject/linktofile" id="bm_id3152953" localize="false"/> <paragraph role="heading" id="hd_id4174321" xml-lang="en-US" level="3">Link to file</paragraph> <paragraph role="paragraph" id="par_id6636555" xml-lang="en-US"><ahelp hid=".">Enable this checkbox to insert the OLE object as a link to the original file. If this checkbox is not enabled, the OLE object will be embedded into your document.</ahelp><comment>which consequences? cannot find featuremail or spec doc</comment></paragraph> </body> |