diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:21:45 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:21:45 +0000 |
commit | 4cc271bfd2da096274da6a9c2e2b0f4812f3066d (patch) | |
tree | 57b72c85155bc99ab7b5727d21b33ddce79215f0 /basic/source | |
parent | ccbf31fdd4913f3090283542a23e233d17a5bc9a (diff) |
INTEGRATION: CWS vgbugs07 (1.8.72); FILE MERGED
2007/06/04 13:22:16 vg 1.8.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/inc/object.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/inc/object.hxx b/basic/source/inc/object.hxx index c2511da05e65..b35f0e803061 100644 --- a/basic/source/inc/object.hxx +++ b/basic/source/inc/object.hxx @@ -4,9 +4,9 @@ * * $RCSfile: object.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:28:58 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:21:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,13 +37,13 @@ #define _SAMPLE_OBJECT_HXX #ifndef __SBX_SBX_FACTORY_HXX //autogen -#include <sbxfac.hxx> +#include <basic/sbxfac.hxx> #endif #ifndef __SBX_SBXVARIABLE_HXX //autogen -#include <sbxvar.hxx> +#include <basic/sbxvar.hxx> #endif #ifndef _SBX_SBXOBJECT_HXX //autogen -#include <sbxobj.hxx> +#include <basic/sbxobj.hxx> #endif // 1) Properties: |