diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:27:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:27:20 +0000 |
commit | c9ef4d2ae11240898e033074e62c7fc1b90107f0 (patch) | |
tree | 620018ae7ae8343acb47113efea979a852ac38b1 /basctl | |
parent | 54bc68957dc884740ef34c8a40942e39cabeeced (diff) |
INTEGRATION: CWS pchfix02 (1.21.96); FILE MERGED
2006/09/01 17:16:20 kaib 1.21.96.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/bastype2.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/bastype2.cxx b/basctl/source/basicide/bastype2.cxx index 9646efd9b..ee4bf8ebc 100644 --- a/basctl/source/basicide/bastype2.cxx +++ b/basctl/source/basicide/bastype2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bastype2.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2005-09-27 12:58:33 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:27:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,13 +33,15 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basctl.hxx" + #include <memory> #include "vcl/bitmap.hxx" #include <ide_pch.hxx> -#pragma hdrstop #include <basidesh.hrc> #include <bastypes.hxx> |