summaryrefslogtreecommitdiff
path: root/framework/inc/loadstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/loadstate.h')
-rw-r--r--framework/inc/loadstate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/inc/loadstate.h b/framework/inc/loadstate.h
index 6c735282d56f..5ed1e86e8e44 100644
--- a/framework/inc/loadstate.h
+++ b/framework/inc/loadstate.h
@@ -76,14 +76,14 @@ class LoadStateHelper
the failed load request
@param rReason
- in case this Method returns <TRUE/> the referred string object
+ in case this Method returns <sal_True/> the referred string object
will be used to set the original message of the
aborted io exception on it.
- If method returns <FALSE/> rReason was not used.
+ If method returns <sal_False/> rReason was not used.
@return [boolean]
- <TRUE/> in case it was an IO error
- <FALSE/> in case it wasn't an IO error or interaction was not used
+ <sal_True/> in case it was an IO error
+ <sal_False/> in case it wasn't an IO error or interaction was not used
*/
static sal_Bool wasIOError( const css::uno::Any& aRequest ,
rtl::OUString& rReason )