diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:47:49 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 21:47:49 +0000 |
commit | 741f6ae1b49ef0b4e7c49910e577a5f358be4f9b (patch) | |
tree | b433b127c97fe1c540e543fd849e40d132ced13b /sw/source | |
parent | 0dcc207d615a56efd0b18f09ef7cbfa8f036b236 (diff) |
INTEGRATION: CWS pchfix02 (1.5.476); FILE MERGED
2006/09/01 17:52:59 kaib 1.5.476.1: #i68856# Added header markers and pch files
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/ui/dbui/swdbtoolsclient.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/source/ui/dbui/swdbtoolsclient.cxx b/sw/source/ui/dbui/swdbtoolsclient.cxx index 3a20a6e60e22..c1926e972c9a 100644 --- a/sw/source/ui/dbui/swdbtoolsclient.cxx +++ b/sw/source/ui/dbui/swdbtoolsclient.cxx @@ -4,9 +4,9 @@ * * $RCSfile: swdbtoolsclient.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-09 07:09:05 $ + * last change: $Author: obo $ $Date: 2006-09-16 22:47:49 $ * * 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_sw.hxx" + #ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ #include <com/sun/star/sdbc/XConnection.hpp> #endif |