summaryrefslogtreecommitdiff
path: root/source/text/swriter/01
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-05-30 13:54:35 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-31 16:28:55 +0200
commit368b48ce24216cf92200fc23d04fbde23a3da3ff (patch)
tree153a09b0848a15325c1aa7c0295abf38df0212f4 /source/text/swriter/01
parent16b1c5d9c3ead98647e6cc816a9b81e39be48ca5 (diff)
tdf#132643 Translate German section IDs
Change-Id: I47d0c228c513fe4c1e401305e252ec670f99a418 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/95181 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/swriter/01')
-rw-r--r--source/text/swriter/01/04090000.xhp2
-rw-r--r--source/text/swriter/01/04090005.xhp2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/swriter/01/04090000.xhp b/source/text/swriter/01/04090000.xhp
index 2d8ed7fd0f..4a619f994e 100644
--- a/source/text/swriter/01/04090000.xhp
+++ b/source/text/swriter/01/04090000.xhp
@@ -42,7 +42,7 @@
<embed href="text/swriter/01/04090002.xhp#referenzen"/>
<embed href="text/swriter/01/04090003.xhp#funktionen"/>
<embed href="text/swriter/01/04090004.xhp#dokumentinfo"/>
-<embed href="text/swriter/01/04090005.xhp#variablen"/>
+<embed href="text/swriter/01/04090005.xhp#variables"/>
<embed href="text/swriter/01/04090006.xhp#datenbank"/>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fielddialog/ok" id="bm_id3149692" localize="false"/><paragraph role="heading" id="hd_id3155903" xml-lang="en-US" level="2">Insert</paragraph>
<paragraph role="paragraph" id="par_id3154190" xml-lang="en-US"><ahelp hid="HID_FIELD_INSERT">Inserts the selected field at the current cursor position in the document. To close the dialog, click the <emph>Close </emph>button.</ahelp></paragraph>
diff --git a/source/text/swriter/01/04090005.xhp b/source/text/swriter/01/04090005.xhp
index 96ab4ac6a2..aaf7c930d7 100644
--- a/source/text/swriter/01/04090005.xhp
+++ b/source/text/swriter/01/04090005.xhp
@@ -26,7 +26,7 @@
</topic>
</meta>
<body>
-<section id="variablen">
+<section id="variables">
<bookmark xml-lang="en-US" branch="index" id="bm_id8526261"><bookmark_value>user-defined fields, restriction</bookmark_value>
</bookmark>
<bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/fldvarpage/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/>
reoffice-4-0-0'>libreoffice-4-0-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/l10ntools
AgeCommit message (Expand)Author
2021-10-04drop 'using namespace std' in l*Julien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: l10ntoolsStephan Bergmann
2021-09-22Fix typosAndrea Gelmini
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Simplify a OUString constructionStephan Bergmann
2021-06-16Adapt implicit OString return value construction to C++23 P2266R1Stephan Bergmann
2021-06-03-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-05-28no need to allocate these on the heapNoel Grandin
2021-04-19use more string_view in OString APINoel Grandin
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-01-30HelpParser::ProcessHelp: Tidy Null checksDr. David Alan Gilbert
2021-01-29loplugin:stringviewparam extend to new..Noel
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-27pocheck: don't require reference for stock labelsChristian Lohmaier
2021-01-15prep to replace stock button labelsCaolán McNamara
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-27Simplify loplugin:stringviewparam comparison operator handlingStephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-09Apparently, Windows doesn't have the concept of a set but empty env varStephan Bergmann
2020-12-08Assert that certain env vars are set in these build-time toolsStephan Bergmann
2020-12-08Use OString::Concat(...) + ... instead of ... + OStringLiteral(...)Stephan Bergmann
2020-11-16Clean up --disable-assert-always-abort loplugin:stringviewparamStephan Bergmann
2020-11-14loplugin:stringviewparam (l10ntools)Julien Nabet
2020-11-13tdf#123936 Formatting files in module l10ntools with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-11-10new loplugin:reducevarscopeNoel Grandin