diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-09-19 08:42:28 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-09-19 08:42:28 +0000 |
commit | db8efafbdc093ca378fbe58c02a03e50c04ce262 (patch) | |
tree | f6e32cfe396abc385a8feecb5ae9099c74a80c46 /xmlscript/test/test.xml | |
parent | 46f9e0ef119e2dab56f67fab40cb748bf606ad98 (diff) |
#92181# supporting formattedfield
Diffstat (limited to 'xmlscript/test/test.xml')
-rw-r--r-- | xmlscript/test/test.xml | 2 |
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> |