diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:26:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:26:12 +0000 |
commit | fa8dad98b64210535d571f1b884bd0a0ab59325f (patch) | |
tree | 78fa8465e410740c2b3295340427cd6bbecd7d81 /basctl | |
parent | 4ee88898eff8b7b04cbc140202709682e7d36920 (diff) |
INTEGRATION: CWS pchfix02 (1.13.100); FILE MERGED
2006/09/01 17:16:20 kaib 1.13.100.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/basides3.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/basides3.cxx b/basctl/source/basicide/basides3.cxx index 5e53d75bd..88e6f7a0c 100644 --- a/basctl/source/basicide/basides3.cxx +++ b/basctl/source/basicide/basides3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basides3.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:58:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:26:12 $ * * 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" + #define SI_NOCONTROL #define SI_NOSBXCONTROLS #include <basidesh.hrc> #include <ide_pch.hxx> -#pragma hdrstop #define _SOLAR__PRIVATE 1 |