diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:09:45 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:09:45 +0000 |
commit | 4d72029e6ed021f098aea31c9f6ce82bcf670d91 (patch) | |
tree | 24ee799b70f8ced090b0b1e29ee739f437853b79 /dbaccess/source/ui/dlg/dsselect.cxx | |
parent | 011b5f44fc5fa6ede6be4d635b8965fa09b06cea (diff) |
INTEGRATION: CWS pchfix02 (1.16.48); FILE MERGED
2006/09/01 17:24:29 kaib 1.16.48.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/ui/dlg/dsselect.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/dsselect.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/dsselect.cxx b/dbaccess/source/ui/dlg/dsselect.cxx index 39aea23622a2..9590233f1c96 100644 --- a/dbaccess/source/ui/dlg/dsselect.cxx +++ b/dbaccess/source/ui/dlg/dsselect.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dsselect.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:07:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:09:45 $ * * 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 _DBAUI_ODBC_CONFIG_HXX_ #include "odbcconfig.hxx" #endif |