summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:32:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:32:17 +0000
commit771d3252894fd51681544091b24763e7ee09bbeb (patch)
tree209e9c3de8bbe784421998df34455935e49158ba /basic
parentd194792a6fb269f76194869d86091b6d791d744c (diff)
INTEGRATION: CWS vgbugs07 (1.5.72); FILE MERGED
2007/06/04 13:22:18 vg 1.5.72.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r--basic/source/sbx/sbxbool.cxx6
-rw-r--r--basic/source/sbx/sbxdbl.cxx6
-rw-r--r--basic/source/sbx/sbxstr.cxx6
3 files changed, 9 insertions, 9 deletions
diff --git a/basic/source/sbx/sbxbool.cxx b/basic/source/sbx/sbxbool.cxx
index cba87eed9924..a8d61b5e6750 100644
--- a/basic/source/sbx/sbxbool.cxx
+++ b/basic/source/sbx/sbxbool.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxbool.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:32:10 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:28: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"
#include "sbxres.hxx"
diff --git a/basic/source/sbx/sbxdbl.cxx b/basic/source/sbx/sbxdbl.cxx
index f40c8a514b14..60cb47ba462c 100644
--- a/basic/source/sbx/sbxdbl.cxx
+++ b/basic/source/sbx/sbxdbl.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxdbl.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:33:06 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:29:34 $
*
* 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"
double ImpGetDouble( const SbxValues* p )
diff --git a/basic/source/sbx/sbxstr.cxx b/basic/source/sbx/sbxstr.cxx
index 175809e4b381..e36b08356194 100644
--- a/basic/source/sbx/sbxstr.cxx
+++ b/basic/source/sbx/sbxstr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxstr.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obo $ $Date: 2006-10-12 14:34:05 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:32:17 $
*
* 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"
#include "sbxres.hxx"