diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:29:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:29:44 +0000 |
commit | a4e757dbb965a80f707b92b9dd701e0a36024664 (patch) | |
tree | 4a431f12087b63d28c01f813a5b76b9cc31d3f72 | |
parent | e52b8132fb5b68eb2a56708da4906b9039d38af4 (diff) |
INTEGRATION: CWS pchfix02 (1.16.102); FILE MERGED
2006/09/01 17:16:22 kaib 1.16.102.1: #i68856# Added header markers and pch files
-rw-r--r-- | basctl/source/basicide/objdlg.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/objdlg.cxx b/basctl/source/basicide/objdlg.cxx index f3c277a40247..78d9f6aa19d5 100644 --- a/basctl/source/basicide/objdlg.cxx +++ b/basctl/source/basicide/objdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: objdlg.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:09:41 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:29:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,11 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basctl.hxx" + #include <ide_pch.hxx> -#pragma hdrstop #ifndef _SBXCLASS_HXX //autogen #include <basic/sbx.hxx> |