summaryrefslogtreecommitdiff
path: root/basic/source/runtime/rtlproto.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/runtime/rtlproto.hxx')
-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 9eb6f495f433..10b866c827da 100644
--- a/basic/source/runtime/rtlproto.hxx
+++ b/basic/source/runtime/rtlproto.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,8 +28,8 @@
#include <basic/sbstar.hxx>
-#define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite )
-#define RTLNAME( name ) &SbRtl_##name
+#define RTLFUNC( name ) void SbRtl_##name( StarBASIC* pBasic, SbxArray& rPar, BOOL bWrite )
+#define RTLNAME( name ) &SbRtl_##name
typedef void( *RtlCall ) ( StarBASIC* p, SbxArray& rArgs, BOOL bWrite );