summaryrefslogtreecommitdiffstats
path: root/framework/inc/loadstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/loadstate.h')
-rwxr-xr-x[-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 be68d8278d83..4d74ea088c2e 100644..100755
--- a/framework/inc/loadstate.h
+++ b/framework/inc/loadstate.h
@@ -77,14 +77,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 )