diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:14:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:14:59 +0000 |
commit | c673fe4f446774db1e83f23cf47041aa4b45e8b2 (patch) | |
tree | 814bbfcb39acd50de273ed653304d7809670e5cb /basic/source | |
parent | a6e41e0ffe9ea78eec0f2f63916ffc090ae02d02 (diff) |
INTEGRATION: CWS visibility03 (1.4.116); FILE MERGED
2005/03/24 18:01:21 mhu 1.4.116.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/runtime/inputbox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/inputbox.cxx b/basic/source/runtime/inputbox.cxx index 348093bf6d1f..1508ec5dc467 100644 --- a/basic/source/runtime/inputbox.cxx +++ b/basic/source/runtime/inputbox.cxx @@ -2,9 +2,9 @@ * * $RCSfile: inputbox.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: vg $ $Date: 2004-01-06 19:42:03 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:14:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,7 +74,7 @@ #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> #endif -#include <svtools/sbx.hxx> +#include <sbx.hxx> #include "runtime.hxx" #pragma hdrstop #include "stdobj.hxx" |