diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:18:08 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:18:08 +0000 |
commit | d8b4510734453be59340f0d8de3b57c6b120dac6 (patch) | |
tree | 3a978ffd34dff6b8e305b595455bad2adaef3610 /basic | |
parent | 95048309102857acf17c2b6293112b09141bcf30 (diff) |
INTEGRATION: CWS visibility03 (1.15.8); FILE MERGED
2005/04/06 15:26:38 mhu 1.15.8.2: RESYNC: (1.15-1.16); FILE MERGED
2005/03/24 18:01:24 mhu 1.15.8.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/step2.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index ef5f44eaae45..5ba45d8cce03 100644 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -2,9 +2,9 @@ * * $RCSfile: step2.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-03-29 11:53:06 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:18:08 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,8 +59,8 @@ * ************************************************************************/ -#include <svtools/sbxdef.hxx> -#include <svtools/sbx.hxx> +#include <sbxdef.hxx> +#include <sbx.hxx> #include "runtime.hxx" #ifndef GCC #pragma hdrstop |