summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-04-13 08:17:47 +0000
committerOliver Bolte <obo@openoffice.org>2005-04-13 08:17:47 +0000
commit95048309102857acf17c2b6293112b09141bcf30 (patch)
treeaf33f7ce384fabcaa49adfed49aea22eedfb085b /basic
parentef095f417177eed3b35d431e76bbeeee3bcb9b79 (diff)
INTEGRATION: CWS visibility03 (1.8.8); FILE MERGED
2005/04/06 15:26:29 mhu 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED 2005/03/24 18:01:24 mhu 1.8.8.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/step1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/step1.cxx b/basic/source/runtime/step1.cxx
index 394a3e72ef46..383e57ad33df 100644
--- a/basic/source/runtime/step1.cxx
+++ b/basic/source/runtime/step1.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: step1.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-03-29 11:52:50 $
+ * last change: $Author: obo $ $Date: 2005-04-13 09:17:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -60,7 +60,7 @@
************************************************************************/
#include <stdlib.h>
-#include <svtools/sbx.hxx>
+#include <sbx.hxx>
#include <rtl/math.hxx>
#include "runtime.hxx"
#pragma hdrstop