diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 21:59:59 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-05-17 21:59:59 +0200 |
commit | 49debfe3023f1e84f7ef8fcbaeb7583eba164b68 (patch) | |
tree | 2a468e91550abf4d805fbeba27f60077e19acbf1 /source | |
parent | c18afa518a3f076885d2bd22520c6c5c4d4caf9a (diff) |
table requires id attribute
Change-Id: Icd2de9c8f0be2f5c35952f227b4ba38b38e2c04c
Diffstat (limited to 'source')
-rw-r--r-- | source/text/shared/guide/start_parameters.xhp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/text/shared/guide/start_parameters.xhp b/source/text/shared/guide/start_parameters.xhp index 40d579c2f8..d230cc607c 100644 --- a/source/text/shared/guide/start_parameters.xhp +++ b/source/text/shared/guide/start_parameters.xhp @@ -216,7 +216,7 @@ </table> <paragraph id="hd_id20161204103115358" role="heading" level="3" xml-lang="en-US">User/programmatic interface control</paragraph> - <table> + <table id="tbl_id20170517001"> <tablerow> <tablecell> <paragraph id="par_id20161204095215085" role="tablehead" localize="false" xml-lang="en-US"><embedvar href="text/shared/guide/start_parameters.xhp#parameter"/></paragraph> @@ -315,7 +315,7 @@ </table> <paragraph id="par_id201612041220386" role="heading" level="3" xml-lang="en-US">Developer arguments</paragraph> - <table> + <table id="tbl_id20170517002"> <tablerow> <tablecell> <paragraph id="par_id20161204095215085" role="tablehead" localize="false" xml-lang="en-US"><embedvar href="text/shared/guide/start_parameters.xhp#parameter"/></paragraph> @@ -344,7 +344,7 @@ <paragraph id="par_id20161204122420839" role="heading" level="3" xml-lang="en-US">New document creation arguments</paragraph> <paragraph id="par_id20161204122414892" role="note" xml-lang="en-US">The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component.</paragraph> - <table> + <table id="tbl_id20170517003"> <tablerow> <tablecell> <paragraph id="par_id20161204095215085" role="tablehead" localize="false" xml-lang="en-US"><embedvar href="text/shared/guide/start_parameters.xhp#parameter"/></paragraph> @@ -412,7 +412,7 @@ </table> <paragraph id="par_id20161204125123476" role="heading" level="3" xml-lang="en-US">File open arguments</paragraph> <paragraph id="par_id20161204125411030" role="note" xml-lang="en-US">The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates.</paragraph> - <table> + <table id="tbl_id20170517004"> <tablerow> <tablecell> <paragraph id="par_id20161204095215085" role="tablehead" localize="false" xml-lang="en-US"><embedvar href="text/shared/guide/start_parameters.xhp#parameter"/></paragraph> @@ -512,7 +512,7 @@ </tablerow> </table> <paragraph id="par_id20161204014126760" role="heading" level="3" xml-lang="en-US">Ignored switches</paragraph> - <table> + <table id="tbl_id20170517005"> <tablerow> <tablecell> <paragraph id="par_id20161204095215085" role="tablehead" localize="false" xml-lang="en-US"><embedvar href="text/shared/guide/start_parameters.xhp#parameter"/></paragraph> |