This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 1756bfe  #i116863# remove extra spaces from labels of line spacing 
commands
1756bfe is described below

commit 1756bfe35149cc3e96fee35d79c7d420bdb7f021
Author: Tsutomu Uchino <ha...@apache.org>
AuthorDate: Sat Jan 31 06:50:26 2015 +0000

    #i116863# remove extra spaces from labels of line spacing commands
    
    git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1656166 
13f79535-47bb-0310-9956-ffa450edef68
    (cherry picked from commit fbd91b5dc73c93106be76dd8b59539f9011dcdba)
---
 .../registry/data/org/openoffice/Office/UI/GenericCommands.xcu        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu 
b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
index 06f9a0b..ef092db 100644
--- a/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
+++ b/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu
@@ -4832,7 +4832,7 @@
             </node>
             <node oor:name=".uno:SpacePara15" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Line Spacing : 1.5</value>
+                    <value xml:lang="en-US">Line Spacing: 1.5</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>15</value>
@@ -4840,7 +4840,7 @@
             </node>
             <node oor:name=".uno:SpacePara2" oor:op="replace">
                 <prop oor:name="Label" oor:type="xs:string">
-                    <value xml:lang="en-US">Line Spacing : 2</value>
+                    <value xml:lang="en-US">Line Spacing: 2</value>
                 </prop>
                 <prop oor:name="Properties" oor:type="xs:int">
                     <value>15</value>

Reply via email to