summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star
diff options
context:
space:
mode:
authorPascal Junck <pjunck@openoffice.org>2004-10-27 12:27:38 +0000
committerPascal Junck <pjunck@openoffice.org>2004-10-27 12:27:38 +0000
commitaff81540638223d381bdd2c17270cf295951ff31 (patch)
tree905639e7247d6f6821cb2541632a2568b6c3aed2 /wizards/com/sun/star
parent3f5492980a8fa0724c1f884a501b24c60c063de7 (diff)
INTEGRATION: CWS dbwizard1 (1.2.2); FILE MERGED
2004/10/27 10:08:38 tv 1.2.2.1: merged in all new classes from dbwizard1
Diffstat (limited to 'wizards/com/sun/star')
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk13
1 files changed, 10 insertions, 3 deletions
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
index 89a02e26bdbb..e4c4d4c26bb8 100644
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ b/wizards/com/sun/star/wizards/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: tv $ $Date: 2004-10-22 14:10:57 $
+# last change: $Author: pjunck $ $Date: 2004-10-27 13:27:38 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,6 +107,7 @@ JAVAFILES= \
db$/FieldColumn.java \
db$/RecordParser.java \
db$/SQLQueryComposer.java \
+ db$/TableDescriptor.java \
ui$/event$/AbstractListener.java \
ui$/event$/CommonListener.java \
ui$/event$/DataAware.java \
@@ -123,6 +124,7 @@ JAVAFILES= \
ui$/AggregateComponent.java \
ui$/CommandFieldSelection.java \
ui$/ControlScroller.java \
+ ui$/DBLimitedFieldSelection.java \
ui$/DocumentPreview.java \
ui$/FilterComponent.java \
ui$/FieldSelection.java \
@@ -139,8 +141,13 @@ JAVAFILES= \
ui$/XCommandSelectionListener.java \
ui$/XFieldSelectionListener.java \
ui$/XPathSelectionListener.java \
- document$/OfficeDocument.java \
+ document$/Control.java \
+ document$/DatabaseControl.java \
document$/FormHandler.java \
+ document$/GridControl.java \
+ document$/OfficeDocument.java \
+ document$/Shape.java \
+ document$/TimeStampControl.java \
text$/TextDocument.java \
text$/TextFieldHandler.java \
text$/TextFrameHandler.java \