diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:55:56 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:55:56 +0000 |
commit | 3b51647873bda544d574b73b6b417549778c38fd (patch) | |
tree | 5eb727333feaaafac56dccb6dfd24041a78366b1 /dbaccess/source/ui/browser/AsyncronousLink.cxx | |
parent | a9d2f3f4e5d13d59595ea650a9a7ef968efe4b2a (diff) |
INTEGRATION: CWS pchfix02 (1.5.52); FILE MERGED
2006/09/01 17:24:20 kaib 1.5.52.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/ui/browser/AsyncronousLink.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/AsyncronousLink.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/AsyncronousLink.cxx b/dbaccess/source/ui/browser/AsyncronousLink.cxx index 3b33d6f8d322..5bd39b272581 100644 --- a/dbaccess/source/ui/browser/AsyncronousLink.cxx +++ b/dbaccess/source/ui/browser/AsyncronousLink.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AsyncronousLink.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:55:35 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:55:56 $ * * 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_ASYNCRONOUSLINK_HXX #include "AsyncronousLink.hxx" #endif |