summaryrefslogtreecommitdiff
path: root/sc/workben/addin.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-10 16:55:21 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-03-10 20:21:13 -0500
commit12343c15568dcc2c9209d8ca41fda2263122448f (patch)
tree3212a89c6cd8ea2e0aee7103aa9669bbb8a6f307 /sc/workben/addin.cxx
parent99745dbcbb25b61437914c9782475d0b67a4b0bd (diff)
parentce6308e4fad2281241bf4ca78280eba29f744d43 (diff)
Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
Diffstat (limited to 'sc/workben/addin.cxx')
-rw-r--r--sc/workben/addin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index 5e8df316f79e..d3c64e2dd5c6 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.cxx
@@ -93,10 +93,10 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (registry::InvalidRegistryException&)
{
- OSL_ENSHURE( sal_False, "### InvalidRegistryException!" );
+ OSL_ENSHURE( false, "### InvalidRegistryException!" );
}
}
- return sal_False;
+ return false;
}
void * SAL_CALL component_getFactory(
@@ -401,7 +401,7 @@ sal_Int32 SAL_CALL ScTestAddIn::getColorValue( const ::com::sun::star::uno::Refe
{
long nRet = -1;
uno::Any aTrans = xProp->getPropertyValue( L"IsCellBackgroundTransparent" );
- BOOL bIsTrans;
+ sal_Bool bIsTrans;
aTrans >>= bIsTrans; //! dont use >>= for BOOL
if (!bIsTrans)
{