diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:19:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:19:49 +0000 |
commit | f67bd81dfaaf6fc9f3445ae00fbb014a9362a801 (patch) | |
tree | a3df4212cdd6a2f51068939d7eafb88b4f99e21e | |
parent | 0c04879212182daaada23981d3a1e336c13a93a8 (diff) |
INTEGRATION: CWS pchfix02 (1.6.52); FILE MERGED
2006/09/01 17:24:35 kaib 1.6.52.1: #i68856# Added header markers and pch files
-rw-r--r-- | dbaccess/source/ui/querydesign/ConnectionLineData.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/ConnectionLineData.cxx b/dbaccess/source/ui/querydesign/ConnectionLineData.cxx index edb4d75f0..c9376a04e 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLineData.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLineData.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ConnectionLineData.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:25:14 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:19:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" #ifndef DBAUI_CONNECTIONLINEDATA_HXX #include "ConnectionLineData.hxx" #endif |