diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-10-15 12:54:10 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-10-15 12:54:10 +0000 |
commit | 895d2a799ae7479001dda570de07f2662938a050 (patch) | |
tree | 03367152dec518b9abccb1d336047b0790ccf781 /xmlscript | |
parent | 0823685f0c9e5eee372841dd7b644fcf8a2bf8de (diff) |
#89914#
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/test/makefile.mk | 5 | ||||
-rw-r--r-- | xmlscript/test/test.xml | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/xmlscript/test/makefile.mk b/xmlscript/test/makefile.mk index 42a37ae55129..1e148b5185bd 100644 --- a/xmlscript/test/makefile.mk +++ b/xmlscript/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: dbo $ $Date: 2001-09-19 08:46:35 $ +# last change: $Author: dbo $ $Date: 2001-10-15 13:54:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,6 +63,7 @@ PRJ=.. PRJNAME=xmlscript TARGET=imexp +TARGETTYPE=GUI LIBTARGET=NO ENABLE_EXCEPTIONS=TRUE diff --git a/xmlscript/test/test.xml b/xmlscript/test/test.xml index d4c94d4ccb6e..897ff5e30f4f 100644 --- a/xmlscript/test/test.xml +++ b/xmlscript/test/test.xml @@ -80,7 +80,7 @@ </text> <textfield id="field1" left="250" top="520" width="50" height="40" value="edit no text here..." readonly="true" vscroll="true" multiline="true" align="right" style-id="no_border"/> <textfield id="field2" left="320" top="520" width="50" height="40" value="hidden text" hscroll="true" echochar="*" align="left"/> - <img id="image1" left="50" top="585" width="80" height="20" src="../../test/w3c.jpg"> + <img id="image1" scale-image="true" left="50" top="585" width="80" height="20" src="../../test/w3c.jpg"> <script:listener-event script:macro-name="ExecutingMacro" script:location="application" script:language="StarBasic" script:listener-type="com.sun.star.awt.XMouseListener" script:listener-method="mouseEntered"/> </img> <filecontrol id="file1" left="150" top="585" width="100" height="20" value="../../test/w3c.jpg"/> |