diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:19:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:19:05 +0000 |
commit | 2912f67746fc6c5a433bb6ec05a58015cff7d5d5 (patch) | |
tree | 5b5b4b8e033f4ab7815c75f6cca227cc2076396d /basic/source | |
parent | 04c7551d3b2c32b9e3f7ec25d5615fd0d23886b3 (diff) |
INTEGRATION: CWS vgbugs07 (1.11.84); FILE MERGED
2007/06/04 13:22:15 vg 1.11.84.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source')
-rw-r--r-- | basic/source/classes/sbintern.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/classes/sbintern.cxx b/basic/source/classes/sbintern.cxx index 01d3f0035db7..b2c465282b26 100644 --- a/basic/source/classes/sbintern.cxx +++ b/basic/source/classes/sbintern.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbintern.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: obo $ $Date: 2006-09-17 10:00:19 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:19:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,7 +46,7 @@ #include "symtbl.hxx" // Symbolverwaltung #include "parser.hxx" // Parser #include "codegen.hxx" // Code-Generator -#include "basmgr.hxx" +#include <basic/basmgr.hxx> SV_IMPL_PTRARR(SbErrorStack, SbErrorStackEntry*) |