summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2018-01-01 02:06:58 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-01-05 01:31:09 +0100
commit4b6bb48ddaf25189da35825aadab807533c61fa8 (patch)
tree5e3bcfaa0b0f3c8a071f16066f74a76152795fad
parentd143a7a1a6ceb313dc0754da67485a962cb09744 (diff)
Fix ahelp for Chart axes editing commands
Change-Id: I018bc819aa8ba63824e09879e3d5e3519f6ee440 Reviewed-on: https://gerrit.libreoffice.org/47428 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--source/text/schart/01/05040100.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/schart/01/05040100.xhp b/source/text/schart/01/05040100.xhp
index 7f9ca238f7..00f70fb06e 100644
--- a/source/text/schart/01/05040100.xhp
+++ b/source/text/schart/01/05040100.xhp
@@ -34,7 +34,7 @@
<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisX" id="bm_id3153728" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisZ" id="bm_id3146976" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/.uno:DiagramAxisAll" id="bm_id3146121" localize="false"/><paragraph role="heading" id="hd_id3153768" xml-lang="en-US" level="1">Axes</paragraph>
-<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US"><variable id="achsen"><ahelp hid=".uno:DiagramAxisAll">Opens a dialog, where you can edit the properties of the selected axis.</ahelp>
+<paragraph role="paragraph" id="par_id3154319" xml-lang="en-US"><variable id="achsen"><ahelp hid=".">Opens a dialog, where you can edit the properties of the selected axis.</ahelp>
</variable> The name of the dialog depends on the selected axis.</paragraph>
<section id="howtoget">
<embed href="text/schart/00/00000004.xhp#frtaa"/>
> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/outfont.hxx
AgeCommit message (Expand)Author
2015-02-07loplugin:deletedspecialStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-03-20replace DevFontList with PhysicalFontFamilies propagate the naming changeNorbert Thiebaud
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin
2014-02-28constructor only used on WNT in FontSelectPatternAttributesNoel Grandin
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-06typo fixes in commentsAndras Timar
2013-12-18vcl get rid of xub_StrLen and STRING_LEN in outdev3Norbert Thiebaud
2013-12-04Device-specific font substitution is not usedKhaled Hosny
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-10-21Simplify further after the kerning pair changesTor Lillqvist
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-09-17convert VCL from String to OUStringNoel Grandin
2013-08-12convert vcl/inc/outfont.hxx from String to OUStringNoel Grandin
2013-07-29convert more XubString->OUString in OutputDeviceNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke