diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:25:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 23:25:55 +0000 |
commit | 8228ba0df52445e129f197261ba0864cddd395e2 (patch) | |
tree | 75e284d2b50b66b57798d61cdced1c812b2d6d70 | |
parent | d8ad166b493011352358f46c136a1edf8da0288d (diff) |
INTEGRATION: CWS pchfix02 (1.15.100); FILE MERGED
2006/09/01 17:16:19 kaib 1.15.100.1: #i68856# Added header markers and pch files
-rw-r--r-- | basctl/source/basicide/basides2.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/basides2.cxx b/basctl/source/basicide/basides2.cxx index 9d1688c7b4ca..0b64cddf5dd2 100644 --- a/basctl/source/basicide/basides2.cxx +++ b/basctl/source/basicide/basides2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basides2.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-09-07 19:58:05 $ + * last change: $Author: obo $ $Date: 2006-09-17 00:25:55 $ * * 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" + #define SI_NOCONTROL #define SI_NOSBXCONTROLS @@ -42,7 +45,6 @@ #include <basic/sbx.hxx> #endif -#pragma hdrstop #define _SOLAR__PRIVATE 1 #include <vcl/sound.hxx> |