diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:20:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:20:05 +0000 |
commit | 45b7617b785e8c40ff6d8bc74b9a8aac47e6a305 (patch) | |
tree | 37fa9d75faa5cb339552c7a50c1537fb72ff112c /basic | |
parent | 1fe1e610421f3790cdfc5d69ec67540a0f3fe7d7 (diff) |
INTEGRATION: CWS vgbugs07 (1.26.66); FILE MERGED
2007/06/04 13:22:16 vg 1.26.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/dim.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/dim.cxx b/basic/source/comp/dim.cxx index 52d10c916271..04e3abbf1892 100644 --- a/basic/source/comp/dim.cxx +++ b/basic/source/comp/dim.cxx @@ -4,9 +4,9 @@ * * $RCSfile: dim.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: vg $ $Date: 2006-11-01 16:13:55 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:20:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_basic.hxx" -#include <sbx.hxx> +#include <basic/sbx.hxx> #include "sbcomp.hxx" // Deklaration einer Variablen |