diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:23:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:23:35 +0000 |
commit | b0ab0da1ec729ddb578e07972b30094aca0d2677 (patch) | |
tree | c836ac804f62f3f828cb59fc8ced721b2e213e5b | |
parent | 63ad7e72435a28329f4895f633b18c9a57726f3b (diff) |
INTEGRATION: CWS pchfix02 (1.19.50); FILE MERGED
2006/09/01 17:24:37 kaib 1.19.50.1: #i68856# Added header markers and pch files
-rw-r--r-- | dbaccess/source/ui/querydesign/QueryTextView.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTextView.cxx b/dbaccess/source/ui/querydesign/QueryTextView.cxx index 327d8deaf..86cc4305a 100644 --- a/dbaccess/source/ui/querydesign/QueryTextView.cxx +++ b/dbaccess/source/ui/querydesign/QueryTextView.cxx @@ -4,9 +4,9 @@ * * $RCSfile: QueryTextView.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:27:03 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:23:35 $ * * 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_QUERYVIEW_TEXT_HXX #include "QueryTextView.hxx" #endif |