summaryrefslogtreecommitdiff
path: root/include/tools/solar.h
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-04-26 08:34:36 -0300
committerDavid Tardon <dtardon@redhat.com>2013-04-26 11:52:36 +0000
commitc914d7d5cc37e86d15ff82027273b884e152163e (patch)
treed8f70bef86e07cf8d9fe8c222a79a09caf3b9072 /include/tools/solar.h
parent914ea9a78a40210a38292b15a0e41a706f3cd9ec (diff)
fdo#63154: Remove all usages of the macro EXTERN_C
Change-Id: I25b7f509ba5d1007a16c84ad05870a8174c094ec Reviewed-on: https://gerrit.libreoffice.org/3621 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'include/tools/solar.h')
-rw-r--r--include/tools/solar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/tools/solar.h b/include/tools/solar.h
index 58d5849c5f42..7ef683f63396 100644
--- a/include/tools/solar.h
+++ b/include/tools/solar.h
@@ -107,12 +107,6 @@ inline void DoubleToSVBT64( double n, SVBT64 p ) { p[0] = ((sal_uInt8*)&n)[7
#endif
#endif
-#ifdef __cplusplus
-#define EXTERN_C extern "C"
-#else
-#define EXTERN_C
-#endif
-
#define _LF ((char)0x0A)
#define _CR ((char)0x0D)