summaryrefslogtreecommitdiff
path: root/cppu/inc/uno/current_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/inc/uno/current_context.h')
-rw-r--r--cppu/inc/uno/current_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/inc/uno/current_context.h b/cppu/inc/uno/current_context.h
index 7abd2771df07..70d9ae2ddc03 100644
--- a/cppu/inc/uno/current_context.h
+++ b/cppu/inc/uno/current_context.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
@@ -39,7 +39,7 @@ extern "C"
@attention
Don't spread the returned interface around to other threads. Every thread has its own
current context.
-
+
@param ppCurrentContext inout param current context of type com.sun.star.uno.XCurrentContext
@param pEnvDcp descriptor of returned interface's environment
@param pEnvContext context of returned interface's environment (commonly 0)
@@ -51,7 +51,7 @@ sal_Bool SAL_CALL uno_getCurrentContext(
SAL_THROW_EXTERN_C();
/** Sets the current task's context.
-
+
@param pCurrentContext in param current context of type com.sun.star.uno.XCurrentContext
@param pEnvDcp descriptor of interface's environment
@param pEnvContext context of interface's environment (commonly 0)