diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:10:46 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:10:46 +0000 |
commit | 1ad8694580fffcfd8d5117d02521c8206adb9d1d (patch) | |
tree | 4d955d503903b6872c4c83a1e0808f8ac9807721 /basic/inc | |
parent | d5f6b8c1a7a54e0b107deacac4f194a28b8befb4 (diff) |
INTEGRATION: CWS vgbugs07 (1.2.206); FILE MERGED
2007/06/04 13:22:13 vg 1.2.206.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/sb.hxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/basic/inc/sb.hxx b/basic/inc/sb.hxx index d800745442e7..d540e93669eb 100644 --- a/basic/inc/sb.hxx +++ b/basic/inc/sb.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sb.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-07 21:01:48 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:10:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,14 +37,14 @@ #define _SB_HXX #ifndef _SBERRORS_HXX - #include "sberrors.hxx" + #include <basic/sberrors.hxx> #endif -#include <sbdef.hxx> -#include <sbmeth.hxx> -#include <sbmod.hxx> -#include <sbprop.hxx> -#include <sbstar.hxx> +#include <basic/sbdef.hxx> +#include <basic/sbmeth.hxx> +#include <basic/sbmod.hxx> +#include <basic/sbprop.hxx> +#include <basic/sbstar.hxx> #endif |