summaryrefslogtreecommitdiff
path: root/basic/source/comp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:20:26 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:20:26 +0000
commiteeb96f10747400c3894bccb7f4faab0b730ce289 (patch)
treec47eedd6ace77bc6c6d4d737060510fb4cfedcb4 /basic/source/comp
parent45b7617b785e8c40ff6d8bc74b9a8aac47e6a305 (diff)
INTEGRATION: CWS vgbugs07 (1.18.72); FILE MERGED
2007/06/04 13:22:16 vg 1.18.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic/source/comp')
-rw-r--r--basic/source/comp/exprtree.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx
index fb13f43cbd41..7d969babfdfe 100644
--- a/basic/source/comp/exprtree.cxx
+++ b/basic/source/comp/exprtree.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: exprtree.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:27:12 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:20:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,7 @@
#include "precompiled_basic.hxx"
#include "sbcomp.hxx"
-#include <sbx.hxx> // w.g. ...IMPL_REF(...sbxvariable)
+#include <basic/sbx.hxx> // w.g. ...IMPL_REF(...sbxvariable)
#include "expr.hxx"
/***************************************************************************