diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:33:02 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-27 13:33:02 +0000 |
commit | ae378f167eacbf2b5ead24921ca6b16c4d23f1b9 (patch) | |
tree | df126e024854ed4ad180d33d481f06bb2d37aaf2 /basic | |
parent | df7d0418a8f3f7cf4bffe9863e5b8673d5cf8a8b (diff) |
INTEGRATION: CWS vgbugs07 (1.6.72); FILE MERGED
2007/06/04 13:22:18 vg 1.6.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/sample/object.cxx | 10 | ||||
-rw-r--r-- | basic/source/sbx/sbxarray.cxx | 6 | ||||
-rw-r--r-- | basic/source/sbx/sbxlng.cxx | 6 | ||||
-rw-r--r-- | basic/source/sbx/sbxulng.cxx | 6 | ||||
-rw-r--r-- | basic/source/sbx/sbxvals.cxx | 6 |
5 files changed, 17 insertions, 17 deletions
diff --git a/basic/source/sample/object.cxx b/basic/source/sample/object.cxx index 1ffb0f5d9c71..bed52db7013c 100644 --- a/basic/source/sample/object.cxx +++ b/basic/source/sample/object.cxx @@ -4,9 +4,9 @@ * * $RCSfile: object.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:31:40 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:27:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,13 +40,13 @@ #include <tools/errcode.hxx> #endif #ifndef _SBX_SBXOBJECT_HXX //autogen -#include <sbxobj.hxx> +#include <basic/sbxobj.hxx> #endif #ifndef _SBXCLASS_HXX //autogen -#include <sbx.hxx> +#include <basic/sbx.hxx> #endif #ifndef __SBX_SBXVARIABLE_HXX //autogen -#include <sbxvar.hxx> +#include <basic/sbxvar.hxx> #endif #ifndef _MSGBOX_HXX //autogen #include <vcl/msgbox.hxx> diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx index b1e3e9d3e098..7ff7567d33da 100644 --- a/basic/source/sbx/sbxarray.cxx +++ b/basic/source/sbx/sbxarray.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxarray.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:31:56 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:27:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #ifndef _STREAM_HXX //autogen #include <tools/stream.hxx> #endif -#include "sbx.hxx" +#include <basic/sbx.hxx> #include <vector> using namespace std; diff --git a/basic/source/sbx/sbxlng.cxx b/basic/source/sbx/sbxlng.cxx index 39516716219f..ac6100747362 100644 --- a/basic/source/sbx/sbxlng.cxx +++ b/basic/source/sbx/sbxlng.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxlng.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:33:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:31:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #ifndef _ERRCODE_HXX //autogen #include <tools/errcode.hxx> #endif -#include "sbx.hxx" +#include <basic/sbx.hxx> #include "sbxconv.hxx" INT32 ImpGetLong( const SbxValues* p ) diff --git a/basic/source/sbx/sbxulng.cxx b/basic/source/sbx/sbxulng.cxx index 241c3cb0a6d7..3a2e5865f6af 100644 --- a/basic/source/sbx/sbxulng.cxx +++ b/basic/source/sbx/sbxulng.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxulng.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:34:20 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:32:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,7 @@ #ifndef _ERRCODE_HXX //autogen #include <tools/errcode.hxx> #endif -#include "sbx.hxx" +#include <basic/sbx.hxx> #include "sbxconv.hxx" UINT32 ImpGetULong( const SbxValues* p ) diff --git a/basic/source/sbx/sbxvals.cxx b/basic/source/sbx/sbxvals.cxx index 6034084e4cad..ab11a4e98aa7 100644 --- a/basic/source/sbx/sbxvals.cxx +++ b/basic/source/sbx/sbxvals.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxvals.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-10-12 14:34:34 $ + * last change: $Author: hr $ $Date: 2007-06-27 14:33:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -41,7 +41,7 @@ #ifndef _BIGINT_HXX //autogen #include <tools/bigint.hxx> #endif -#include "sbx.hxx" +#include <basic/sbx.hxx> ///////////////////////////// BigInt/Currency ////////////////////////////// |