diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-23 21:49:05 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-05-23 21:49:05 +0200 |
commit | bef19302118a8c8e349db3d9b7417419d53586f0 (patch) | |
tree | b9cee1fe16796389c979dc5383a6e8044c346ae1 | |
parent | 30ecec125c4383354379201fc1191fccfb082059 (diff) |
remove duplicated variable (export_as_pdf same as ref_pdf_export)
Change-Id: I015e9674bf72e74e3d3ec69087dfd289adfa121f
-rw-r--r-- | source/text/shared/01/ref_pdf_export.xhp | 2 | ||||
-rw-r--r-- | source/text/shared/01/ref_pdf_send_as.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/ref_pdf_export.xhp b/source/text/shared/01/ref_pdf_export.xhp index de7d9c1d56..a1d95463d7 100644 --- a/source/text/shared/01/ref_pdf_export.xhp +++ b/source/text/shared/01/ref_pdf_export.xhp @@ -38,7 +38,7 @@ <bookmark xml-lang="en-US" branch="hid/.uno:ExportToPDF" id="bm_id2491692" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:ExportToPDF" id="bm_id3146856" localize="false"/> -<paragraph id="hd_id3149532" role="heading" level="1" xml-lang="en-US"><variable id="export_as_pdf"><variable id="ref_pdf_export"><link href="text/shared/01/ref_pdf_export.xhp" name="Export as PDF">Export as PDF</link> </variable> </variable></paragraph> +<paragraph id="hd_id3149532" role="heading" level="1" xml-lang="en-US"><variable id="ref_pdf_export"><link href="text/shared/01/ref_pdf_export.xhp" name="Export as PDF">Export as PDF</link></variable></paragraph> <paragraph id="par_id3154044" role="paragraph" xml-lang="en-US"><variable id="export"><ahelp hid="FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES">Saves the current file to Portable Document Format (PDF) version 1.4.</ahelp> A PDF file can be viewed and printed on any platform with the original formatting intact, provided that supporting software is installed. </variable></paragraph> </section> diff --git a/source/text/shared/01/ref_pdf_send_as.xhp b/source/text/shared/01/ref_pdf_send_as.xhp index 47e8ef72bb..6688d8f1dc 100644 --- a/source/text/shared/01/ref_pdf_send_as.xhp +++ b/source/text/shared/01/ref_pdf_send_as.xhp @@ -40,7 +40,7 @@ <embed href="text/shared/00/00000401.xhp#pdf"/> </section> <section id="relatedtopics"> -<embed href="text/shared/01/ref_pdf_export.xhp#export_as_pdf"/> +<embed href="text/shared/01/ref_pdf_export.xhp#ref_pdf_export"/> </section> </body> </helpdocument> |