diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-10-26 11:00:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-10-26 11:00:18 +0000 |
commit | 2033b1e1983e4741f58c79c03489701dbb48c606 (patch) | |
tree | 476662270bf20697dc6ceff313512026f75ea10f /wizards/prj/build.lst | |
parent | c1582053966cec35bc688d9a5137fe9d5616d2b5 (diff) |
#i10000# com/sun/star/wizards/query/QueryWizard.java needs FormWizard.
Diffstat (limited to 'wizards/prj/build.lst')
-rw-r--r-- | wizards/prj/build.lst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/prj/build.lst b/wizards/prj/build.lst index 78e55c87ad44..1cb041dc113a 100644 --- a/wizards/prj/build.lst +++ b/wizards/prj/build.lst @@ -14,7 +14,7 @@ wz wizards\source\tutorials nmake wz wizards\source\standard nmake - all wz_standard NULL wz wizards\source\launcher nmake - all wz_launcher NULL wz wizards\com\sun\star\wizards nmake - all wz_commonwiz NULL -wz wizards\com\sun\star\wizards\query nmake - all wz_querywiz wz_commonwiz NULL +wz wizards\com\sun\star\wizards\query nmake - all wz_querywiz wz_formwiz wz_commonwiz NULL wz wizards\com\sun\star\wizards\report nmake - all wz_reportwiz wz_commonwiz NULL wz wizards\com\sun\star\wizards\table nmake - all wz_tablewiz wz_commonwiz NULL wz wizards\com\sun\star\wizards\form nmake - all wz_formwiz wz_commonwiz NULL |