diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:33:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:33:40 +0000 |
commit | 5ca4c2476f93678fdcc683e5b4c21da774f97cca (patch) | |
tree | eedb923588d58d1345f0c0f32a997ba41cb217e2 | |
parent | 97fea8ef20bda27b8041e876d4a03b1cf9ba15bb (diff) |
INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED
2007/06/04 13:22:19 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
-rw-r--r-- | basic/source/sbx/sbxvar.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/sbx/sbxvar.cxx b/basic/source/sbx/sbxvar.cxx index 22c01c060d12..2fd4c87e1a09 100644 --- a/basic/source/sbx/sbxvar.cxx +++ b/basic/source/sbx/sbxvar.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxvar.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:35:03 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:33:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,8 +42,8 @@ #endif #include "svtools/brdcst.hxx" -#include "sbx.hxx" -#include "sbxbase.hxx" +#include <basic/sbx.hxx> +#include <basic/sbxbase.hxx> #include "sbxres.hxx" #include "sbxconv.hxx" #include <math.h> |