[Libreoffice-commits] help.git: 2 commits - source/text

Gabor Kelemen kelemeng at gnome.hu
Thu Oct 6 21:38:45 UTC 2016


 source/text/shared/01/05280000.xhp             |    8 ++++----
 source/text/shared/guide/cmis-remote-files.xhp |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 298738d4bdfd00f9e73d53d4821d740fab494a90
Author: Gabor Kelemen <kelemeng at gnome.hu>
Date:   Wed Oct 5 17:16:37 2016 +0200

    test-hid-vs-ui: Fix references to UI elements
    
    From source/text/shared/01/05280000.xhp, referenced items
    ['slantx', 'slanty'] were not found inside
    svx/uiconfig/ui/dockingfontwork.ui.
    
    Change-Id: Ie45282d59f51427e79a334e7d62588ac3bc62ac7
    Reviewed-on: https://gerrit.libreoffice.org/29569
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/source/text/shared/01/05280000.xhp b/source/text/shared/01/05280000.xhp
index df8ef8f..300aa11 100644
--- a/source/text/shared/01/05280000.xhp
+++ b/source/text/shared/01/05280000.xhp
@@ -89,8 +89,8 @@
 </tablerow>
 </table>
 
-<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingfontwork/slantx" id="bm_id3150449" localize="false"/>
-<paragraph role="paragraph" id="par_id3149202" xml-lang="en-US" l10n="U" oldref="68"><ahelp hid="svx/ui/dockingfontwork/slantx">Horizontally slants the characters in the text object.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingfontwork/hori" id="bm_id3150449" localize="false"/>
+<paragraph role="paragraph" id="par_id3149202" xml-lang="en-US" l10n="U" oldref="68"><ahelp hid="svx/ui/dockingfontwork/hori">Horizontally slants the characters in the text object.</ahelp></paragraph>
 <table id="tbl_id3150740">
 <tablerow>
 <tablecell colspan="" rowspan="">
@@ -104,8 +104,8 @@
 </tablerow>
 </table>
 
-<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingfontwork/slanty" id="bm_id3144446" localize="false"/>
-<paragraph role="paragraph" id="par_id3154297" xml-lang="en-US" l10n="U" oldref="70"><ahelp hid="svx/ui/dockingfontwork/slanty">Vertically slants the characters in the text object.</ahelp></paragraph>
+<bookmark xml-lang="en-US" branch="hid/svx/ui/dockingfontwork/vert" id="bm_id3144446" localize="false"/>
+<paragraph role="paragraph" id="par_id3154297" xml-lang="en-US" l10n="U" oldref="70"><ahelp hid="svx/ui/dockingfontwork/vert">Vertically slants the characters in the text object.</ahelp></paragraph>
 <table id="tbl_id3145322">
 <tablerow>
 <tablecell colspan="" rowspan="">
commit 5e1ffc32d24ea75aa762a8b8c2b9f2b8ada0fa0e
Author: Gabor Kelemen <kelemeng at gnome.hu>
Date:   Tue Oct 4 16:05:26 2016 +0200

    This ahelp path should not start with hid/
    
    Change-Id: Ia36807f1d233b94e6c191ce8434ebd26cb8cbd76
    Reviewed-on: https://gerrit.libreoffice.org/29562
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/source/text/shared/guide/cmis-remote-files.xhp b/source/text/shared/guide/cmis-remote-files.xhp
index dc9c797..6b256e4 100644
--- a/source/text/shared/guide/cmis-remote-files.xhp
+++ b/source/text/shared/guide/cmis-remote-files.xhp
@@ -22,7 +22,7 @@
 <section id="using_remote_files">
 <bookmark xml-lang="en-US" branch="hid/fps/ui/remotefilesdialog/RemoteFilesDialog" id="bm_id3148069" localize="false"/>
 <paragraph id="hd_id150820161615009403" role="heading" level="1" xml-lang="en-US"><variable id="remote-files"><link href="text/shared/guide/cmis-remote-files.xhp">Opening and saving files on remote servers</link></variable></paragraph>
-<paragraph id="par_id15082016161546265" role="paragraph" xml-lang="en-US"><ahelp hid="hid/fps/ui/remotefilesdialog/RemoteFilesDialog">Remote Files Service User Guide</ahelp></paragraph>
+<paragraph id="par_id15082016161546265" role="paragraph" xml-lang="en-US"><ahelp hid="fps/ui/remotefilesdialog/RemoteFilesDialog">Remote Files Service User Guide</ahelp></paragraph>
 <paragraph id="par_id150820161816031425" role="paragraph" xml-lang="en-US">%PRODUCTNAME can open and save files stored on remote servers. Keeping files on remote servers allows to work with the documents using different computers. For example, you can work on a document in the office during the day and edit it at home for last-minute changes. Storing files on a remote server also backs up documents from computer loss or hard disk failure. Some servers are also able to check-in and check-out files, thus controlling their usage and access.</paragraph>
 <paragraph id="par_id150820161816033566" role="paragraph" xml-lang="en-US">%PRODUCTNAME supports many document servers that use well known network protocols such as FTP, WebDAV, Windows share, and SSH. It also supports popular services like Google Drive as well as commercial and open source servers that implement the OASIS CMIS standard.</paragraph>
 <paragraph id="par_id170820161605418200" role="paragraph" xml-lang="en-US">To work with a remote file service you must first <link href="text/shared/guide/cmis-remote-files-setup.xhp">setup a remote file connection</link>.</paragraph>


More information about the Libreoffice-commits mailing list