summaryrefslogtreecommitdiff
path: root/cppu/inc/uno/cuno.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/uno/cuno.h')
-rw-r--r--cppu/inc/uno/cuno.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/inc/uno/cuno.h b/cppu/inc/uno/cuno.h
index d5c5e7c82e80..fe4a96f36408 100644
--- a/cppu/inc/uno/cuno.h
+++ b/cppu/inc/uno/cuno.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
@@ -30,9 +30,9 @@
#include <sal/types.h>
-#define CUNO_ERROR_NONE 0
-#define CUNO_ERROR_CALL_FAILED (1 << 31)
-#define CUNO_ERROR_EXCEPTION (1 | CUNO_ERROR_CALL_FAILED)
+#define CUNO_ERROR_NONE 0
+#define CUNO_ERROR_CALL_FAILED (1 << 31)
+#define CUNO_ERROR_EXCEPTION (1 | CUNO_ERROR_CALL_FAILED)
/** macro to call on a C interface