diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:55:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 05:55:28 +0000 |
commit | 320e7583b55a3b555e8b53101cf5e8dca806e160 (patch) | |
tree | a5e8c1d57f90228fa2aca9910742cff151760880 /dbaccess/source/ui | |
parent | f9062efac261215ab3b154d5ff44c23ced8f067f (diff) |
INTEGRATION: CWS pchfix02 (1.8.50); FILE MERGED
2006/09/01 17:24:19 kaib 1.8.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'dbaccess/source/ui')
-rw-r--r-- | dbaccess/source/ui/app/AppTitleWindow.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/app/AppTitleWindow.cxx b/dbaccess/source/ui/app/AppTitleWindow.cxx index 6fa1efee2a2a..a5a9b687c82d 100644 --- a/dbaccess/source/ui/app/AppTitleWindow.cxx +++ b/dbaccess/source/ui/app/AppTitleWindow.cxx @@ -4,9 +4,9 @@ * * $RCSfile: AppTitleWindow.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:54:58 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:55:28 $ * * 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_TITLE_WINDOW_HXX #include "AppTitleWindow.hxx" #endif |