summaryrefslogtreecommitdiffstats
path: root/basic/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-08-31 12:30:46 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-08-31 12:30:46 +0000
commit753fd43bfb0e443e3dfebdafe9c28df3e878974c (patch)
tree4f0ab4830fb867f858a9f7ee5f8e00c7a051248e /basic/source
parentnew version for OOG680 (diff)
downloadcore-753fd43bfb0e443e3dfebdafe9c28df3e878974c.tar.gz
core-753fd43bfb0e443e3dfebdafe9c28df3e878974c.zip
#100000# fixed include
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/sbx/sbxarray.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/sbx/sbxarray.cxx b/basic/source/sbx/sbxarray.cxx
index 3b0249796009..b876921bb3ff 100644
--- a/basic/source/sbx/sbxarray.cxx
+++ b/basic/source/sbx/sbxarray.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbxarray.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: vg $ $Date: 2007-08-30 10:11:01 $
+ * last change: $Author: vg $ $Date: 2007-08-31 13:30: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 _STREAM_HXX //autogen
#include <tools/stream.hxx>
#endif
-#include "sbx.hxx"
+#include <basic/sbx.hxx>
#include "runtime.hxx"
#include <vector>
using namespace std;