diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:13:44 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:13:44 +0000 |
commit | b018f83440af23a39edaad781c543315c3f87cc4 (patch) | |
tree | 0de845204d5c5e66e86ca59cbd24215c2e8ae88f /basic/source | |
parent | 6e525b495a0bd1379d66d6b8238981b87f27104d (diff) |
INTEGRATION: CWS visibility03 (1.9.8); FILE MERGED
2005/03/24 18:01:20 mhu 1.9.8.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/sbunoobj.hxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/basic/source/inc/sbunoobj.hxx b/basic/source/inc/sbunoobj.hxx index bc7a2861bc9b..54ef4009d6d9 100644 --- a/basic/source/inc/sbunoobj.hxx +++ b/basic/source/inc/sbunoobj.hxx @@ -2,9 +2,9 @@ * * $RCSfile: sbunoobj.hxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: rt $ $Date: 2005-01-28 16:08:01 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:13:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,19 +62,19 @@ #define SB_UNO_OBJ #ifndef _SBX_SBXOBJECT_HXX //autogen -#include <svtools/sbxobj.hxx> +#include <sbxobj.hxx> #endif #ifndef __SBX_SBXMETHOD_HXX //autogen -#include <svtools/sbxmeth.hxx> +#include <sbxmeth.hxx> #endif #ifndef __SBX_SBXPROPERTY_HXX //autogen -#include <svtools/sbxprop.hxx> +#include <sbxprop.hxx> #endif #ifndef __SBX_SBX_FACTORY_HXX //autogen -#include <svtools/sbxfac.hxx> +#include <sbxfac.hxx> #endif #ifndef __SBX_SBX_HXX //autogen -#include <svtools/sbx.hxx> +#include <sbx.hxx> #endif #ifndef _COM_SUN_STAR_BEANS_XMATERIALHOLDER_HPP_ |