diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:11:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 06:11:07 +0000 |
commit | 88e024398c3475dfa2c169bb3ebf56a9b94df48b (patch) | |
tree | aef94cb0ed2b85abfbd0e7cdfdb1475e68c825dd /dbaccess/source/ui/dlg/paramdialog.cxx | |
parent | 8b697b4ba617d8f9a2b292fd9508198b8636e54a (diff) |
INTEGRATION: CWS pchfix02 (1.14.50); FILE MERGED
2006/09/01 17:24:30 kaib 1.14.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/ui/dlg/paramdialog.cxx')
-rw-r--r-- | dbaccess/source/ui/dlg/paramdialog.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/paramdialog.cxx b/dbaccess/source/ui/dlg/paramdialog.cxx index 7e59964ae209..6953db0e4eb2 100644 --- a/dbaccess/source/ui/dlg/paramdialog.cxx +++ b/dbaccess/source/ui/dlg/paramdialog.cxx @@ -4,9 +4,9 @@ * * $RCSfile: paramdialog.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:09:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:11:07 $ * * 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 _DBAUI_PARAMDIALOG_HXX_ #include "paramdialog.hxx" #endif |