diff options
-rwxr-xr-x | helpers/find-invalid-help-embeds.sh | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010000.xhp | 2 | ||||
-rw-r--r-- | source/text/sbasic/shared/03010300.xhp | 2 | ||||
-rw-r--r-- | source/text/simpress/01/03180000.xhp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/helpers/find-invalid-help-embeds.sh b/helpers/find-invalid-help-embeds.sh index 5c70fd5124..bdb849910f 100755 --- a/helpers/find-invalid-help-embeds.sh +++ b/helpers/find-invalid-help-embeds.sh @@ -11,7 +11,7 @@ # No parameters are used. # Example output of this git grep: -# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#farbe"/> +# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#color"/> lines=$(git grep "embed href=" source/); while read nextline ; do diff --git a/source/text/sbasic/shared/03010000.xhp b/source/text/sbasic/shared/03010000.xhp index ce510f0adb..90032922e9 100644 --- a/source/text/sbasic/shared/03010000.xhp +++ b/source/text/sbasic/shared/03010000.xhp @@ -36,6 +36,6 @@ </section> <embed href="text/sbasic/shared/03010100.xhp#output"/> <embed href="text/sbasic/shared/03010200.xhp#eingabe"/> - <embed href="text/sbasic/shared/03010300.xhp#farbe"/> + <embed href="text/sbasic/shared/03010300.xhp#color"/> </body> </helpdocument> diff --git a/source/text/sbasic/shared/03010300.xhp b/source/text/sbasic/shared/03010300.xhp index 0e06f5dc3c..29872415ff 100644 --- a/source/text/sbasic/shared/03010300.xhp +++ b/source/text/sbasic/shared/03010300.xhp @@ -32,7 +32,7 @@ <body> - <section id="farbe"> + <section id="color"> <paragraph id="hd_id3157896" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010300.xhp" name="Color Functions">Color Functions</link></paragraph> <paragraph role="paragraph" id="par_id3155555" xml-lang="en-US">This section describes Runtime functions used to define colors.</paragraph> </section> diff --git a/source/text/simpress/01/03180000.xhp b/source/text/simpress/01/03180000.xhp index e4b78d8c37..8440b9faaf 100644 --- a/source/text/simpress/01/03180000.xhp +++ b/source/text/simpress/01/03180000.xhp @@ -42,7 +42,7 @@ <section id="howtoget"> <embed href="text/simpress/00/00000403.xhp#quali"/> </section> -<section id="farbe"> +<section id="color"> <bookmark xml-lang="en-US" branch="hid/.uno:OutputQualityColor" id="bm_id7966559" localize="false"/> <paragraph role="heading" id="hd_id3149123" xml-lang="en-US" level="2">Color</paragraph> <paragraph role="paragraph" id="par_id3154757" xml-lang="en-US"><ahelp hid=".">Shows slides in color.</ahelp></paragraph> |