diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-11 15:27:27 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-06-11 21:20:39 +0200 |
commit | 83dec270ee92a5ce444f0c26882afb41429562d6 (patch) | |
tree | e03913b8a45d731a565a20e10b40d22a25fe06f7 /source/text | |
parent | c88217c2e541eedc5ad3672a3c1cfc0b1ea9911a (diff) |
Object anchor is only one.
Change-Id: I7f7c0c6a50e86dc069421648a54d4a9d811588e3
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135635
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
(cherry picked from commit 8f4baba42e6068c031f51f9683cca53562fbe79e)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135641
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/swriter/guide/anchor_object.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/guide/anchor_object.xhp b/source/text/swriter/guide/anchor_object.xhp index 11e43ee29c..b63866fdd8 100644 --- a/source/text/swriter/guide/anchor_object.xhp +++ b/source/text/swriter/guide/anchor_object.xhp @@ -38,7 +38,7 @@ <h1 id="hd_id3147828" xml-lang="en-US"><variable id="anchor_object"><link href="text/swriter/guide/anchor_object.xhp" name="Positioning Objects">Positioning Objects</link></variable></h1> -<paragraph id="par_id181634295881266" role="paragraph" xml-lang="en-US">An object, such as an image or frame, is positioned within a document using anchors attached to other elements.</paragraph> +<paragraph id="par_id181634295881266" role="paragraph" xml-lang="en-US">An object, such as an image or frame, is positioned within a document using an anchor attached to another element.</paragraph> <paragraph id="par_id41634291500513" role="paragraph" xml-lang="en-US">An anchor determines the reference point for an object. The reference point could be the page or frame where the object is, a paragraph, or even a character. An object always has an anchor.</paragraph> <paragraph id="par_id3147251" role="paragraph" xml-lang="en-US">An anchor moves with the element it is attached to as the document is edited. An object retains its position relative to the reference point determined by its anchor, such that, whenever the reference point moves or changes, the object moves relative to it.</paragraph> <paragraph id="par_id441634291545244" role="paragraph" xml-lang="en-US">The following anchoring options are available:</paragraph> |