summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-09-17 09:09:42 +0000
committerOliver Bolte <obo@openoffice.org>2006-09-17 09:09:42 +0000
commita846929bdac52b988a95cf5222343532e52aa9e3 (patch)
tree06c2081981acb1318b5039ae0dcb026a8b9f86c6 /basic
parent15a4b382434b56d30c47836d7bdd076590679784 (diff)
INTEGRATION: CWS pchfix02 (1.4.24); FILE MERGED
2006/09/01 17:17:07 kaib 1.4.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxdec.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/basic/source/sbx/sbxdec.cxx b/basic/source/sbx/sbxdec.cxx
index d3f878526cd9..74617c5f753c 100644
--- a/basic/source/sbx/sbxdec.cxx
+++ b/basic/source/sbx/sbxdec.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxdec.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: hr $ $Date: 2006-06-19 17:50:00 $
+ * last change: $Author: obo $ $Date: 2006-09-17 10:09:42 $
*
* 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"
+
#ifndef _ERRCODE_HXX //autogen
#include <tools/errcode.hxx>
#endif