diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 10:13:13 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 10:13:13 +0200 |
commit | dae8595066271e6f07320c2181e495fab1e97ecd (patch) | |
tree | 15456d0dd3054f4a7b6d84c5bcde070e3562bf5b /dbaccess/source/ui/dlg/dlgattr.cxx | |
parent | 53e20b0c777da3c5df4337bee4fdcd84d9bee7a6 (diff) |
revert to dbaccess gbuildization from master mostly
* only add JunitTest_dbaccess_complex, which was missing on master
* disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for
now as it fails
Diffstat (limited to 'dbaccess/source/ui/dlg/dlgattr.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dlgattr.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/dlg/dlgattr.cxx b/dbaccess/source/ui/dlg/dlgattr.cxx index 414853448b79..e77c20704d26 100644 --- a/dbaccess/source/ui/dlg/dlgattr.cxx +++ b/dbaccess/source/ui/dlg/dlgattr.cxx @@ -27,7 +27,7 @@ ************************************************************************/ // MARKER(update_precomp.py): autogen include statement, do not remove -#include "precompiled_dbui.hxx" +#include "precompiled_dbaccess.hxx" #include "dlgattr.hxx" |