diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-10-22 07:52:22 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-10-22 07:52:22 +0000 |
commit | 29953b0cc657d594769c6edfbca500108953a368 (patch) | |
tree | 114f4f4e9218cdc527b6ed161b5253ee1d90c5a8 /xmlscript/test | |
parent | a75657d0a712de14da7a53dba0d091766ea601c7 (diff) |
#91616# introduced PushButtonType
Diffstat (limited to 'xmlscript/test')
-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 897ff5e30f4f..78af60f899ea 100644 --- a/xmlscript/test/test.xml +++ b/xmlscript/test/test.xml @@ -25,7 +25,7 @@ <script:listener-event script:macro-name="ExecutingMacro" script:location="application" script:language="StarBasic" script:listener-type="com.sun.star.awt.XMouseListener" script:listener-method="mousePressed" script:listener-param="parameter0, so this will never ever be a script:event, but always a script:listener-event element!"/> </button> - <button dlg:id="button3" ns:value="hallo2" dlg:left="250" ns:top="50" width="50" height="50" style-id="bla" xmlns:ns="http://openoffice.org/2000/dialog"/> + <button dlg:id="button3" ns:value="help button" dlg:left="250" ns:top="50" width="50" height="50" style-id="bla" button-type="help" xmlns:ns="http://openoffice.org/2000/dialog"/> <checkbox id="check1" help-text="helphelphelp!!!" help-url="http://www.xml.org" value="checked" left="50" top="150" width="100" height="20" checked="true"/> <checkbox id="check2" value="dontknow" left="50" top="170" width="100" height="20" tristate="true"/> |