diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:34:24 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:34:24 +0000 |
commit | d16018b5f0dc99713bd04d2398c156b827aa5998 (patch) | |
tree | ebcf9bbb9979bb595ce7a445e8ccac912290d23e /basic/workben | |
parent | 1fff12377fe18b9af0d0d032249acf60f025a33c (diff) |
INTEGRATION: CWS vgbugs07 (1.5.84); FILE MERGED
2007/06/04 13:22:19 vg 1.5.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/workben')
-rw-r--r-- | basic/workben/mgrtest.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/workben/mgrtest.cxx b/basic/workben/mgrtest.cxx index 716878cfd465..8d3f9259ddd2 100644 --- a/basic/workben/mgrtest.cxx +++ b/basic/workben/mgrtest.cxx @@ -4,9 +4,9 @@ * * $RCSfile: mgrtest.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:13:25 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:34:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,13 +58,13 @@ #include <so3/svstor.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef _SB_SBMOD_HXX //autogen #include <basic/sbmod.hxx> #endif #ifndef _BASRDLL_HXX //autogen -#include <basrdll.hxx> +#include <basic/basrdll.hxx> #endif //#include <sv.hxx> |