diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:23:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 12:23:28 +0000 |
commit | a6e4767090c563c106d1df82c0ab060f204d2e1d (patch) | |
tree | 29b208f4f37f0fe51cbaca584c7bbfefc69bb571 /extensions/source/propctrlr/sqlcommanddesign.cxx | |
parent | 01868e47886bdc7097e67975c844f5dfbe40fce7 (diff) |
INTEGRATION: CWS pchfix02 (1.2.94); FILE MERGED
2006/09/01 17:26:44 kaib 1.2.94.1: #i68856# Added header markers and pch files
Diffstat (limited to 'extensions/source/propctrlr/sqlcommanddesign.cxx')
-rw-r--r-- | extensions/source/propctrlr/sqlcommanddesign.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/sqlcommanddesign.cxx b/extensions/source/propctrlr/sqlcommanddesign.cxx index deaf8849b..e5c5e4d81 100644 --- a/extensions/source/propctrlr/sqlcommanddesign.cxx +++ b/extensions/source/propctrlr/sqlcommanddesign.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sqlcommanddesign.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:32:32 $ + * last change: $Author: obo $ $Date: 2006-09-16 13:23:28 $ * * 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_extensions.hxx" + #ifndef EXTENSIONS_SOURCE_PROPCTRLR_SQLCOMMANDDESIGN_HXX #include "sqlcommanddesign.hxx" #endif |