summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-07 12:42:59 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-07 12:42:59 +0000
commitc8cd220c9bbffdabf719f839e439901f523b071e (patch)
tree0b874efc1571fe661f3193b54e702e30bf4edb5c /wizards
parentee1b46b94d9cb7f0474cc24be562edffa3b645ec (diff)
INTEGRATION: CWS dbwizardpp3 (1.7.44); FILE MERGED
2006/03/27 10:47:58 tv 1.7.44.1: expanded tabs to spaces
Diffstat (limited to 'wizards')
-rw-r--r--wizards/com/sun/star/wizards/web/WWD_Events.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/com/sun/star/wizards/web/WWD_Events.java b/wizards/com/sun/star/wizards/web/WWD_Events.java
index 448b0f12b05a..26c8224b4a6f 100644
--- a/wizards/com/sun/star/wizards/web/WWD_Events.java
+++ b/wizards/com/sun/star/wizards/web/WWD_Events.java
@@ -4,9 +4,9 @@
*
* $RCSfile: WWD_Events.java,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 09:58:36 $
+ * last change: $Author: vg $ $Date: 2006-04-07 13:42:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -918,7 +918,7 @@ public abstract class WWD_Events extends WWD_Startup {
* starts.
*/
if (proxies)
- p.cp_Publish = false;
+ p.cp_Publish = false;
/*
* There is currently a bug, which crashes office when
@@ -965,7 +965,7 @@ public abstract class WWD_Events extends WWD_Startup {
*/
public void keyPressed(KeyEvent ke) {
if (ke.KeyChar == '&' )
- time = System.currentTimeMillis();
+ time = System.currentTimeMillis();
else if (ke.KeyChar == '%' && ( (System.currentTimeMillis() - time) < 300) )
{
Boolean b = (Boolean)getControlProperty("btnWizardFinish","Enabled");