diff options
author | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-07-21 00:53:53 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2015-07-24 22:44:00 +0000 |
commit | 39018a6a2153ff9c60565686ba8de6c9f171babe (patch) | |
tree | 109c16c1d56b28126b5d9798455e54c9985b6bb0 /source/text/shared/optionen | |
parent | 81aa73450c3acab47cbe939f19423597245d36d7 (diff) |
tdf#80588 (part) Help page for Basic IDE settings
This patch is a partial fix for tdf#80588 and provides an entry page
for Tools - Options - LibreOffice - Basic IDE
I left a warning that the page need further work.
Change-Id: Ia49c9d69d0335c92739c1b65a38f18bfa2056d2c
Reviewed-on: https://gerrit.libreoffice.org/17253
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/shared/optionen')
-rw-r--r-- | source/text/shared/optionen/01010000.xhp | 1 | ||||
-rw-r--r-- | source/text/shared/optionen/BasicIDE.xhp | 41 |
2 files changed, 42 insertions, 0 deletions
diff --git a/source/text/shared/optionen/01010000.xhp b/source/text/shared/optionen/01010000.xhp index 56347f7687..9ec1d5a142 100644 --- a/source/text/shared/optionen/01010000.xhp +++ b/source/text/shared/optionen/01010000.xhp @@ -48,6 +48,7 @@ <embed href="text/shared/optionen/01013000.xhp#accessibility"/> <embed href="text/shared/optionen/java.xhp#advanced"/> <embed href="text/shared/optionen/online_update.xhp#online_update"/> + <embed href="text/shared/optionen/BasicIDE.xhp#basicide"/> <embed href="text/shared/optionen/opencl.xhp#opencl"/> <embed href="text/shared/00/00000001.xhp#zurueck"/> </body> diff --git a/source/text/shared/optionen/BasicIDE.xhp b/source/text/shared/optionen/BasicIDE.xhp new file mode 100644 index 0000000000..b156ab021e --- /dev/null +++ b/source/text/shared/optionen/BasicIDE.xhp @@ -0,0 +1,41 @@ +<?xml version="1.0"?> +<helpdocument version="1.0"> +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.apache.org/licenses/LICENSE-2.0 . +--> + +<meta> +<topic id="topic_2015201522062086" indexer="include" status="PUBLISH"> +<title xml-lang="en-US" id="tit_basicide">Open CL</title> +<filename>/text/shared/optionen/BasicIDE.xhp</filename> +</topic> +</meta> +<body> +<section id="basicide"> +<bookmark xml-lang="en-US" branch="hid/cui/ui/optbasicidepage/OptBasicIDEPage" id="bm_id6882839" localize="false"/> +<bookmark xml-lang="en-US" branch="index" id="bm_id4077578"> +<bookmark_value>Basic IDE;setting options</bookmark_value> +<bookmark_value>setting options;Basic IDE</bookmark_value> +</bookmark> +<paragraph id="par_idN10558" role="heading" xml-lang="en-US" level="1"><link href="text/shared/optionen/BasicIDE.xhp">Basic IDE</link></paragraph> +<paragraph id="par_idN10568" role="paragraph" xml-lang="en-US">Defines the settings for the Basic IDE (Integrated Development Environment) to help edit macros in Basic.</paragraph> +</section> +<section id="howtoget"><embed href="text/shared/00/00000406.xhp#basicide"/> +</section> +<embed href="text/shared/need_help.xhp#needhelp"/> +</body> +</helpdocument>
\ No newline at end of file |