sd/uiconfig/sdraw/toolbar/linesbar.xml |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c42f4d03a846c2dec379aec52da9c959848b5e52
Author: Yousuf Philips <philip...@hotmail.com>
Date:   Mon Mar 23 13:16:42 2015 +0400

    Fix mistaken 'u' inserted into xml
    
    Change-Id: I1bdc2ec3cf9c94b0d48be99a4409b39dc6d77389
    Reviewed-on: https://gerrit.libreoffice.org/14961
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/uiconfig/sdraw/toolbar/linesbar.xml 
b/sd/uiconfig/sdraw/toolbar/linesbar.xml
index c1f4d8c..9c3ffaf 100644
--- a/sd/uiconfig/sdraw/toolbar/linesbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/linesbar.xml
@@ -1,4 +1,4 @@
-u<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 
1.0//EN" "toolbar.dtd">
 <!--
  * This file is part of the LibreOffice project.
@@ -28,3 +28,4 @@ u<?xml version="1.0" encoding="UTF-8"?>
  <toolbar:toolbaritem xlink:href=".uno:Polygon_Diagonal_Unfilled" 
toolbar:style="radio"/>
  <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" 
toolbar:style="radio"/>
 </toolbar:toolbar>
+
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to