diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:25:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:25:02 +0000 |
commit | f92f0e1bc6b5ce94148e7da168a4de2b0a87a8c9 (patch) | |
tree | efe491bab1007de1272da07fb4963361c8b14ceb | |
parent | d28ebe3e4e473f8960d09fed808ee9f771b259f4 (diff) |
INTEGRATION: CWS pchfix02 (1.31.74); FILE MERGED
2006/09/01 17:16:19 kaib 1.31.74.1: #i68856# Added header markers and pch files
-rw-r--r-- | basctl/source/basicide/baside3.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/baside3.cxx b/basctl/source/basicide/baside3.cxx index 5099139a9d25..b48d9c936f65 100644 --- a/basctl/source/basicide/baside3.cxx +++ b/basctl/source/basicide/baside3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: baside3.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: kz $ $Date: 2006-01-03 12:42:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:25:02 $ * * 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_basctl.hxx" + //svdraw.hxx //#define _SVDRAW_HXX *** #define _SDR_NOITEMS @@ -47,7 +50,6 @@ #include <ide_pch.hxx> -#pragma hdrstop #include <basidesh.hrc> #include <baside3.hxx> |