diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:17:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:17:32 +0000 |
commit | ef095f417177eed3b35d431e76bbeeee3bcb9b79 (patch) | |
tree | 43096ba254de97131abf7409ff02448e1eb7e52e /basic/source | |
parent | 0a2b01b0b85ee3b8b553a15ab7a039481a0c55cd (diff) |
INTEGRATION: CWS visibility03 (1.18.8); FILE MERGED
2005/04/06 15:26:21 mhu 1.18.8.2: RESYNC: (1.18-1.19); FILE MERGED
2005/03/24 18:01:23 mhu 1.18.8.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/step0.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/step0.cxx b/basic/source/runtime/step0.cxx index 926021dacce2..9cd0cd7ded3b 100644 --- a/basic/source/runtime/step0.cxx +++ b/basic/source/runtime/step0.cxx @@ -2,9 +2,9 @@ * * $RCSfile: step0.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: rt $ $Date: 2005-03-29 11:52:34 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:17:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -66,7 +66,7 @@ #include <tools/fsys.hxx> #endif -#include <svtools/sbx.hxx> +#include <sbx.hxx> #include "runtime.hxx" #pragma hdrstop #include "sbintern.hxx" |