summaryrefslogtreecommitdiff
path: root/accessibility/bridge/org/openoffice
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-22 11:40:39 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-22 11:40:39 +0000
commit21737c0816280588d00f6f03215118f715a42798 (patch)
treeafbbacd803986c162c361d69c6e54619a1c562ef /accessibility/bridge/org/openoffice
parentf9efe1d82be14f75e84db0731497955c193e576b (diff)
INTEGRATION: CWS uaa03 (1.11.8); FILE MERGED
2003/05/20 08:46:20 obr 1.11.8.1: #i14623# ComboBox.java Tree.java COLLAPSED state has been removed from UAA #109167#,#108096# AccessBridge.java WindowsAccessBridgeAdapter.java AccessibleObjectFactory.java Replaced the XAccessibleTopWindowMap interface with a jni component that registers at VCL on Windows to retrieve the necessary events for registering popup windows and to extract the HWND for every window opened. The pure java bridge now uses XTopWindowListener and XExtendedToolkit to retrieve WINDOW_OPENED and WINDOW_CLOSED events.
Diffstat (limited to 'accessibility/bridge/org/openoffice')
-rwxr-xr-xaccessibility/bridge/org/openoffice/java/accessibility/makefile.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk b/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk
index 41d7b3fa8e89..c380dc0ad865 100755
--- a/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk
+++ b/accessibility/bridge/org/openoffice/java/accessibility/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: rt $ $Date: 2003-04-17 15:26:48 $
+# last change: $Author: vg $ $Date: 2003-05-22 12:40:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -152,6 +152,3 @@ $(JAVADIR)$/$(PACKAGE)$/%.java:
$(CLASSDIR)$/$(PACKAGE)$/Build.class : $(JAVADIR)$/$(PACKAGE)$/Build.java
-+$(JAVAC) -d $(CLASSDIR) $(JAVADIR)$/$(PACKAGE)$/Build.java
-.IF "$(JAVAVER:s/.//)" >= "140"
-$(JAVACLASSFILES) : $(UCR)$/internal.db
-.ENDIF