diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:52:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:52:20 +0000 |
commit | 3a49ceac3ca50f533dc76555515b5d6cc7d03db0 (patch) | |
tree | 5cbd3598850511f5e531c4ab16f2974d4d6c87a7 /dbaccess/source/shared | |
parent | 3839ba0920e7d750ea49a70991cdd740137b6e8a (diff) |
INTEGRATION: CWS pchfix02 (1.10.184); FILE MERGED
2006/09/01 17:24:17 kaib 1.10.184.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/shared')
-rw-r--r-- | dbaccess/source/shared/dbustrings.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/shared/dbustrings.cxx b/dbaccess/source/shared/dbustrings.cxx index 317d0440c728..985059dfd07a 100644 --- a/dbaccess/source/shared/dbustrings.cxx +++ b/dbaccess/source/shared/dbustrings.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbustrings.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 14:16:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:52:20 $ * * 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" #include "dbustrings.hrc" namespace dbaui |