diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:11:42 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-04-13 08:11:42 +0000 |
commit | 7524f0f8a8736797ba9982734c2f0d27f45237f1 (patch) | |
tree | c91e711100307b807198dca0ca261100d09cace1 /basic | |
parent | efdc9c9d36db08134e0781b9e2842bb32074227c (diff) |
INTEGRATION: CWS visibility03 (1.5.8); FILE MERGED
2005/04/06 15:24:22 mhu 1.5.8.2: RESYNC: (1.5-1.6); FILE MERGED
2005/03/24 18:01:18 mhu 1.5.8.1: #i45006# Adapted to moved sbx headers.
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/comp/exprtree.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx index 0c5edbb957fb..d1a242efb799 100644 --- a/basic/source/comp/exprtree.cxx +++ b/basic/source/comp/exprtree.cxx @@ -2,9 +2,9 @@ * * $RCSfile: exprtree.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-03-29 11:49:39 $ + * last change: $Author: obo $ $Date: 2005-04-13 09:11:42 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,7 +61,7 @@ #include "sbcomp.hxx" #pragma hdrstop -#include <svtools/sbx.hxx> // w.g. ...IMPL_REF(...sbxvariable) +#include <sbx.hxx> // w.g. ...IMPL_REF(...sbxvariable) #include "expr.hxx" /*************************************************************************** |