diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 07:14:07 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 07:14:07 +0000 |
commit | 011afb3dbfbf935aea8f6dcb1246ae5dfd943069 (patch) | |
tree | faee605c9298d70441b94a56fb381237ee68f50d /scripting/source | |
parent | 0502f6aa94f29015d97c0e7b989c72df8ff1e75b (diff) |
INTEGRATION: CWS visibility03 (1.8.10); FILE MERGED
2005/04/01 16:55:43 mhu 1.8.10.1: #i45006# Replaced includes svtools/sbx*.hxx with basic/sbx*.hxx
Diffstat (limited to 'scripting/source')
-rw-r--r-- | scripting/source/basprov/basscript.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index f473232db89f..485f258a5cf9 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -2,9 +2,9 @@ * * $RCSfile: basscript.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-01-27 14:24:11 $ + * last change: $Author: obo $ $Date: 2005-04-13 08:14:07 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,7 +70,7 @@ #include <vcl/svapp.hxx> #endif #ifndef _SBXCLASS_HXX -#include <svtools/sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef _SB_SBSTAR_HXX #include <basic/sbstar.hxx> |