[Libreoffice-commits] .: toolkit/workben
David Tardon
dtardon at kemper.freedesktop.org
Wed Nov 24 05:18:22 PST 2010
toolkit/workben/layout/interactable-containers.xml | 2 +-
toolkit/workben/layout/wordcount-tight.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c867cc37c7e77a676449cd4ba2b7d53ba6041e81
Author: David Tardon <dtardon at redhat.com>
Date: Wed Nov 24 14:18:11 2010 +0100
fix invalid XML
diff --git a/toolkit/workben/layout/interactable-containers.xml b/toolkit/workben/layout/interactable-containers.xml
index fa1bbfc..afb6639 100644
--- a/toolkit/workben/layout/interactable-containers.xml
+++ b/toolkit/workben/layout/interactable-containers.xml
@@ -44,6 +44,6 @@
<pushbutton label="Content 4" cnt:title="Page 4" />
<pushbutton label="Content 5" cnt:title="Page 5" />
</tabcontrol>
- </vscroll>
+ </vsplitter>
</hsplitter>
</dialog>
diff --git a/toolkit/workben/layout/wordcount-tight.xml b/toolkit/workben/layout/wordcount-tight.xml
index b9af6f7..bcf6a6d 100644
--- a/toolkit/workben/layout/wordcount-tight.xml
+++ b/toolkit/workben/layout/wordcount-tight.xml
@@ -29,6 +29,7 @@
<fixedtext id="FT_DOCCHARACTER" label="Characters:" cnt:padding="13"/>
<fixedinfo id="FI_DOCCHARACTER" right="true" label="00000" cnt:padding="13"/>
</hbox>
+ <hbox>
<fixedtext id="FT_DOCCHARACTEREXCLUDINGSPACES" label="Characters excluding spaces:" cnt:padding="13"/>
<fixedinfo id="FI_DOCCHARACTEREXCLUDINGSPACES" right="true" label="000000" cnt:padding="13"/>
</hbox>
More information about the Libreoffice-commits
mailing list