diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:27:06 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:27:06 +0000 |
commit | 54bc68957dc884740ef34c8a40942e39cabeeced (patch) | |
tree | 51249d1f58360affb257761b636360e424ed3665 /basctl | |
parent | 330d1646ac69e9c4a674399759043f94aa0ce354 (diff) |
INTEGRATION: CWS pchfix02 (1.35.76); FILE MERGED
2006/09/01 17:16:20 kaib 1.35.76.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basobj3.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/basobj3.cxx b/basctl/source/basicide/basobj3.cxx index 6a2d40858..728e8f354 100644 --- a/basctl/source/basicide/basobj3.cxx +++ b/basctl/source/basicide/basobj3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basobj3.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: kz $ $Date: 2006-01-03 12:43:23 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:27:06 $ * * 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 #include <vector> #include <algorithm> #ifndef _SBXCLASS_HXX //autogen |