summaryrefslogtreecommitdiff
path: root/cppu/inc/uno/lbnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/uno/lbnames.h')
-rw-r--r--cppu/inc/uno/lbnames.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/inc/uno/lbnames.h b/cppu/inc/uno/lbnames.h
index f9e32a957312..34943dc9d93f 100644
--- a/cppu/inc/uno/lbnames.h
+++ b/cppu/inc/uno/lbnames.h
@@ -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
@@ -36,7 +36,7 @@
#define CPPU_STRINGIFY( x ) CPPU_STRINGIFY_EX( x )
/** Name for C++ compiler/ platform, e.g. "gcc3", "msci" */
-#define CPPU_CURRENT_LANGUAGE_BINDING_NAME CPPU_STRINGIFY( CPPU_ENV )
+#define CPPU_CURRENT_LANGUAGE_BINDING_NAME CPPU_STRINGIFY( CPPU_ENV )
#else