diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:17:08 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:17:08 +0000 |
commit | 923f6d6261dc09169c1355b0fc6234ff03e24d6e (patch) | |
tree | 591625e1829d86f4a57d765512a883625208728f /basic | |
parent | f4e23598809d0f30b2623fd5883c6586f5a9f2cb (diff) |
INTEGRATION: CWS vgbugs07 (1.4.20); FILE MERGED
2007/06/04 13:22:15 vg 1.4.20.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/basmgr/basicmanagerrepository.cxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/basic/source/basmgr/basicmanagerrepository.cxx b/basic/source/basmgr/basicmanagerrepository.cxx index 02f63174c7fe..fb820bd67f56 100644 --- a/basic/source/basmgr/basicmanagerrepository.cxx +++ b/basic/source/basmgr/basicmanagerrepository.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basicmanagerrepository.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: obo $ $Date: 2007-03-15 15:37:48 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:17:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,10 +37,10 @@ #include "precompiled_basic.hxx" #ifndef BASICMANAGERREPOSITORY_HXX -#include "basicmanagerrepository.hxx" +#include <basic/basicmanagerrepository.hxx> #endif #ifndef _BASMGR_HXX -#include "basmgr.hxx" +#include <basic/basmgr.hxx> #endif #ifndef BASIC_SCRIPTCONTAINER_HXX #include "scriptcont.hxx" @@ -49,7 +49,7 @@ #include "dlgcont.hxx" #endif #ifndef _SB_SBUNO_HXX -#include "sbuno.hxx" +#include <basic/sbuno.hxx> #endif #ifndef _SB_INTERN_HXX #include "sbintern.hxx" |