diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:57:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:57:06 +0000 |
commit | 08ebfd31f5da1de5c5744e17efe7bdf87fb0fb89 (patch) | |
tree | 0aa10c4cae5a488a1115298273fef141d59d1050 /dbaccess/source/ui/browser/dbloader.cxx | |
parent | 21789795ebb5d2ba6e7edc10c44a3033eadaef8f (diff) |
INTEGRATION: CWS pchfix02 (1.26.26); FILE MERGED
2006/09/01 17:24:21 kaib 1.26.26.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/ui/browser/dbloader.cxx')
-rw-r--r-- | dbaccess/source/ui/browser/dbloader.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/browser/dbloader.cxx b/dbaccess/source/ui/browser/dbloader.cxx index 2ef6be8520ec..78f4d411cc9a 100644 --- a/dbaccess/source/ui/browser/dbloader.cxx +++ b/dbaccess/source/ui/browser/dbloader.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dbloader.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:02:01 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:57:06 $ * * 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_dbaccess.hxx" + //#ifndef _SFXFRAME_HXX //#include <sfx2/frame.hxx> //#endif |