summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:26:27 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 13:26:27 +0000
commite922da0205072991f0a098413aad17a0c5f2d209 (patch)
treebb56640ad135337a0070712c0787d3560cab0265 /basic
parentb0190c316b678b6f649899f713abcd3400a8dda8 (diff)
INTEGRATION: CWS vgbugs07 (1.16.66); FILE MERGED
2007/06/04 13:22:17 vg 1.16.66.1: #i76605# Remove -I .../inc/module hack introduced by hedaburemove01
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/rtlproto.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/rtlproto.hxx b/basic/source/runtime/rtlproto.hxx
index 5eefbf593682..7925d75c7018 100644
--- a/basic/source/runtime/rtlproto.hxx
+++ b/basic/source/runtime/rtlproto.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rtlproto.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: vg $ $Date: 2006-11-02 16:33:30 $
+ * last change: $Author: hr $ $Date: 2007-06-27 14:26:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,7 @@
*
************************************************************************/
-#include "sbstar.hxx"
+#include <basic/sbstar.hxx>
#define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite )
#define RTLNAME( name ) &SbRtl_##name