summaryrefslogtreecommitdiff
path: root/source/text/scalc/main0205.xhp
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2021-11-13 14:29:45 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2021-11-16 09:46:24 +0100
commitf04dd65cd08f3ee1319d2722816ff88d75d42b68 (patch)
tree526301e18a89461a9642d580358ccf71ea2c7604 /source/text/scalc/main0205.xhp
parent598c978c1f38096a7e67f71b069a013f35e93980 (diff)
tdf#132643 Translate German section IDs
Change-Id: Ifd576cabd0d11d5bad40e6ef31073b4100e7591e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/125163 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/scalc/main0205.xhp')
-rw-r--r--source/text/scalc/main0205.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/main0205.xhp b/source/text/scalc/main0205.xhp
index 22d11c2d43..bab10453a2 100644
--- a/source/text/scalc/main0205.xhp
+++ b/source/text/scalc/main0205.xhp
@@ -27,7 +27,7 @@
</history>
</meta>
<body>
-<section id="beitextcursorinobjekt">
+<section id="text_formatting_bar">
<bookmark xml-lang="en-US" branch="hid/HID_SC_TOOLBOX_DRTEXT" id="bm_id3147265" localize="false"/>
<h1 id="hd_id3156330"><link href="text/scalc/main0205.xhp" name="Text Formatting Bar">Text Formatting Bar</link></h1>
<paragraph role="paragraph" id="par_id3151112" xml-lang="en-US"><ahelp hid="HID_SC_TOOLBOX_DRTEXT">The <emph>Text Formatting</emph> Bar that is displayed when the cursor is in a text object, such as a text box or a drawing object, contains formatting and alignment commands.</ahelp></paragraph>
/option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/refcounting.cxx
AgeCommit message (Collapse)Author
2015-08-05improve refcounting loplugin to check SvRef-based classesNoel Grandin
Change-Id: I2b3c8eedabeaecd8dcae9fe69c951353a5686883 Reviewed-on: https://gerrit.libreoffice.org/17521 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-08-04fix crash in refcounting pluginNoel Grandin
introduced by commit c15b4cf39a74176cee64795129d76f411d2c0a69 "Adapt to current Clang trunk towards 3.7" Change-Id: I00f58d3bc79e641df9bba4e9b1d5c8463b87dc42
2015-08-04Workaround for libc++Stephan Bergmann
Change-Id: Iee5243231d695299609ca31741f6da2d517f524f
2015-08-04Workaround for ObjCIvarDecl problemStephan Bergmann
Change-Id: I7eb0fccce4b8268e5d9559b2eb12778d0d288c6b
2015-08-04Adapt to current Clang trunk towards 3.7Stephan Bergmann
Change-Id: Ibb2c641d49a1773be789c9259f53a040db6f605f
2015-08-03new loplugin: refcountingNoel Grandin
This was a feature requested by mmeeks, as a result of tdf#92611. It validates that things that extend XInterface are not directly heap/stack-allocated, but have their lifecycle managed via css::uno::Reference or rtl::Reference. Change-Id: I28e3b8b236f6a4a56d0a6d6f26ad54e44b36e692 Reviewed-on: https://gerrit.libreoffice.org/16924 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>