summaryrefslogtreecommitdiff
path: root/cppu/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2010-12-05 19:11:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-06 09:16:29 +0000
commit5dfd9daa2f96e79e7f82a90698db628e6991ce32 (patch)
tree363b2dd83235a4087d2b4681ee234fbcd899397d /cppu/inc
parent7b277251a7b79fe3f83841ab9e3028670262e4dc (diff)
Replace all occured, occurance etc.feature/currency-64bit
Diffstat (limited to 'cppu/inc')
-rw-r--r--cppu/inc/uno/cuno.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppu/inc/uno/cuno.h b/cppu/inc/uno/cuno.h
index fe4a96f36..eed81174f 100644
--- a/cppu/inc/uno/cuno.h
+++ b/cppu/inc/uno/cuno.h
@@ -43,7 +43,7 @@
@param return_code return code of call
*/
-#define CUNO_EXCEPTION_OCCURED( return_code ) (0 != ((return_code) & CUNO_ERROR_EXCEPTION))
+#define CUNO_EXCEPTION_OCCURRED( return_code ) (0 != ((return_code) & CUNO_ERROR_EXCEPTION))
typedef sal_Int32 cuno_ErrorCode;