diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:09:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 09:09:03 +0000 |
commit | 84c25fd371ddddb2e5ac4603050a79d69f7d983d (patch) | |
tree | f264cca640d64dd8f787ff775ffe79b7ff6710b5 /basic/source | |
parent | 0f0c246b695a42acfbccf6f9d4e05ec64fce82ef (diff) |
INTEGRATION: CWS pchfix02 (1.3.120); FILE MERGED
2006/09/01 17:17:07 kaib 1.3.120.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/sbx/sbxcurr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxcurr.cxx b/basic/source/sbx/sbxcurr.cxx index f2d5dc478b9f..eb04766e5f7d 100644 --- a/basic/source/sbx/sbxcurr.cxx +++ b/basic/source/sbx/sbxcurr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxcurr.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:47:56 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:09:03 $ * * 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 <sbx.hxx> #ifndef _ERRCODE_HXX //autogen |