summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-03-23 13:16:42 +0400
committerCaolán McNamara <caolanm@redhat.com>2015-03-23 09:19:46 +0000
commitc42f4d03a846c2dec379aec52da9c959848b5e52 (patch)
treecb9756e5e1d478381d33a8e0ba0ea13576d2e126
parent047d9818dd77046ae4de266f5f5fed221ecf0557 (diff)
Fix mistaken 'u' inserted into xml
Change-Id: I1bdc2ec3cf9c94b0d48be99a4409b39dc6d77389 Reviewed-on: https://gerrit.libreoffice.org/14961 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--sd/uiconfig/sdraw/toolbar/linesbar.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/uiconfig/sdraw/toolbar/linesbar.xml b/sd/uiconfig/sdraw/toolbar/linesbar.xml
index c1f4d8c7250e..9c3ffafcf3af 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>
+