summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/makefile.mk
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-03 11:52:40 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-02-03 11:52:40 +0100
commita31b27b704d5c669674afdf135a61cdf1f30ff3b (patch)
tree65081feed990f995fd8c67aef3c99e54fd91efc5 /wizards/com/sun/star/wizards/makefile.mk
parent6242c77610b6d6c4206da895dfa430b781f60996 (diff)
autorecovery: re-work the table wizard so that it does not open the table itself, but uses XDatabaseDocumentUI
Consequently, it does not need to return the created model/controller anymore. This way, the application controller has full control over its sub components, which didn't work reliably before. Other wizards (query/form/report) are to follow. For this purpose, they're also to be based on the newly introduced DatabaseObjectWizard class.
Diffstat (limited to 'wizards/com/sun/star/wizards/makefile.mk')
-rw-r--r--wizards/com/sun/star/wizards/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizards/com/sun/star/wizards/makefile.mk b/wizards/com/sun/star/wizards/makefile.mk
index d876d1903d5d..ac4e2d87ece0 100644
--- a/wizards/com/sun/star/wizards/makefile.mk
+++ b/wizards/com/sun/star/wizards/makefile.mk
@@ -82,6 +82,7 @@ JAVAFILES= \
common$/DebugHelper.java \
common$/PropertySetHelper.java \
common$/NumericalHelper.java \
+ common$/NamedValueCollection.java \
db$/DBMetaData.java \
db$/CommandMetaData.java \
db$/QueryMetaData.java \
@@ -94,6 +95,7 @@ JAVAFILES= \
db$/RelationController.java \
db$/TableDescriptor.java \
db$/SQLQueryComposer.java \
+ db$/DatabaseObjectWizard.java \
ui$/event$/AbstractListener.java \
ui$/event$/CommonListener.java \
ui$/event$/DataAware.java \