diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:10:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:10:10 +0000 |
commit | d93f93e5e848eaa812f58616c91ff74135845d2a (patch) | |
tree | 2f3949ae2b0255ee6608a75b53b5eb3786377b21 /basic/source/sbx | |
parent | 4b5275da26f0902a31062b5329a39d3a5d18cfd1 (diff) |
INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED
2006/09/01 17:17:08 kaib 1.4.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source/sbx')
-rw-r--r-- | basic/source/sbx/sbxform.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxform.cxx b/basic/source/sbx/sbxform.cxx index ea399a2e00c3..22d008567ff4 100644 --- a/basic/source/sbx/sbxform.cxx +++ b/basic/source/sbx/sbxform.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxform.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:50:25 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:10:10 $ * * 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_basic.hxx" + #include <stdlib.h> #include "sbxform.hxx" |