diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-08-24 10:16:43 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-08-24 10:16:43 +0000 |
commit | caf2c85cac562a6ed54bc463d874daf2835f68bb (patch) | |
tree | 4c2dbb94109748ffddf8a4600e7c57e3f5016111 /xmlscript/test | |
parent | f3bf41f42986cea39068080cdb77833e51d4d7b0 (diff) |
#90686# write event sub elements
Diffstat (limited to 'xmlscript/test')
-rw-r--r-- | xmlscript/test/test.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlscript/test/test.xml b/xmlscript/test/test.xml index 847bc49445e3..fd5ce8350c51 100644 --- a/xmlscript/test/test.xml +++ b/xmlscript/test/test.xml @@ -7,6 +7,8 @@ style-id="dialog" id="window1" title="Test-Dialog" left="50" top="50" height="690" width="400"> + <script:event script:event-name="on-rowchange" script:macro-name="ExecutingMacro" script:location="application" script:language="StarBasic"/> + <dlg:styles xmlns:dlg="http://openoffice.org/2000/dialog"> <dlg:style style-id="bla" background-color="0xffffff" dlg:text-color="255"/> <dlg:style style-id="bla3" background-color="0" dlg:text-color="0xffffff" font-name="Arial" font-height="24"/> |