summaryrefslogtreecommitdiff
path: root/xmlscript/test
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-09-19 08:42:28 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-09-19 08:42:28 +0000
commitdb8efafbdc093ca378fbe58c02a03e50c04ce262 (patch)
treef6e32cfe396abc385a8feecb5ae9099c74a80c46 /xmlscript/test
parent46f9e0ef119e2dab56f67fab40cb748bf606ad98 (diff)
#92181# supporting formattedfield
Diffstat (limited to 'xmlscript/test')
-rw-r--r--xmlscript/test/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlscript/test/test.xml b/xmlscript/test/test.xml
index 29bfd306cd6f..d4c94d4ccb6e 100644
--- a/xmlscript/test/test.xml
+++ b/xmlscript/test/test.xml
@@ -95,7 +95,7 @@
<scrollbar style-id="dialog" id="scrollbar1" left="300" top="660" width="80" height="20" align="horizontal" curpos="50" maxpos="200" increment="1" pageincrement="10"/>
<formattedfield style-id="dialog" id="ffield0" left="20" top="110" width="80" height="20" align="center" text="first ffield"
- dlg:format-code="[$$-409]#.##0,00;[ROT]-[$$-409]#.##0,00" dlg:format-locale="de" dlg:value-max="750" dlg:value-min="0" dlg:value="2" spin="true"/>
+ dlg:value-max="750" dlg:value-min="0" dlg:value="2" spin="true"/>
<formattedfield style-id="dialog" id="ffield1" left="250" top="110" width="80" height="20" align="center" text="second ffield"
dlg:format-code="[$$-409]#.##0,00;[ROT]-[$$-409]#.##0,00" dlg:format-locale="de;DE;WIN" dlg:value-max="750" dlg:value-min="0" dlg:value="4" spin="true"/>
</dlg:bulletinboard>