diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2017-05-19 17:09:34 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-05-19 22:11:58 +0200 |
commit | b87ee2a7cfe389411135347c6c5eb3dd3dff3fb1 (patch) | |
tree | 46881dc4a962f8af9ba3476de24b016a28827b52 /source | |
parent | 1268046a80406823e8a43e95738f1869e371821b (diff) |
Fix XML according to DTD
Change-Id: I386772d2bc275eb49a96b18e40219abdc22df3f9
Reviewed-on: https://gerrit.libreoffice.org/37841
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
(cherry picked from commit cc6b76b3b8ede1c9ad8e173df9fd5b813e9e6572)
Reviewed-on: https://gerrit.libreoffice.org/37842
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/main0601.xhp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/main0601.xhp b/source/text/sbasic/shared/main0601.xhp index 728c76cb58..c67df8d1f7 100644 --- a/source/text/sbasic/shared/main0601.xhp +++ b/source/text/sbasic/shared/main0601.xhp @@ -47,7 +47,8 @@ <embed href="text/sbasic/guide/sample_code.xhp#sample_code"/> <paragraph id="hd_id05182017030838384" role="heading" level="3" xml-lang="en-US">Working with VBA Macros</paragraph> -<embed href="text/sbasic/shared/vbasupport.xhp#vbamacros"/><embedvar href="text/sbasic/shared/special_vba_func.xhp#exclusivevba"/> +<embed href="text/sbasic/shared/vbasupport.xhp#vbamacros"/> +<embed href="text/sbasic/shared/special_vba_func.xhp#exclusivevba"/> <paragraph id="hd_id3148473" role="heading" level="3" xml-lang="en-US">Help about the Help</paragraph> <embed href="text/shared/05/00000100.xhp#neuehilfe"/> @@ -59,4 +60,4 @@ <embed href="text/shared/05/00000160.xhp#doc_title"/> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |