diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-07 13:49:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-07 13:49:19 +0000 |
commit | fc81928293ee09b795cda8218d8d5345155f6168 (patch) | |
tree | 91d33478cb31636777b82f7aa1376ec4e99a09f2 /dbaccess/source/ui/misc/databaseobjectview.cxx | |
parent | ce2a743664e2d5794054cacd35d55c85ae704a7a (diff) |
INTEGRATION: CWS vq39 (1.2.26); FILE MERGED
2006/11/03 04:47:49 vq 1.2.26.1: #i71114# Add missing pch includes.
Diffstat (limited to 'dbaccess/source/ui/misc/databaseobjectview.cxx')
-rw-r--r-- | dbaccess/source/ui/misc/databaseobjectview.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/misc/databaseobjectview.cxx b/dbaccess/source/ui/misc/databaseobjectview.cxx index 5b5167d23..f78633ece 100644 --- a/dbaccess/source/ui/misc/databaseobjectview.cxx +++ b/dbaccess/source/ui/misc/databaseobjectview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: databaseobjectview.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-10-05 13:07:38 $ + * last change: $Author: kz $ $Date: 2006-11-07 14:49:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" + #ifndef DBACCESS_DATABASE_OBJECT_VIEW_HXX #include "databaseobjectview.hxx" #endif |