Kaydet (Commit) 6a20b627 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

salplug:literaltoboolconversion

Change-Id: I94b3bea97b6b4710bd4bf4c0fe88a1518a151de5
üst 8802f837
......@@ -1057,7 +1057,7 @@ void MacabResultSet::getFastPropertyValue(
switch (nHandle)
{
case PROPERTY_ID_ISBOOKMARKABLE:
_rValue <<= (sal_Bool)sal_False;
_rValue <<= false;
break;
case PROPERTY_ID_CURSORNAME:
case PROPERTY_ID_RESULTSETCONCURRENCY:
......
......@@ -267,7 +267,7 @@ class RecentFilesStringLength : public ::cppu::WeakImplHelper1< ::com::sun::star
// documents in the picklist will never be opened as templates
aArgsList[1].Name = "AsTemplate";
aArgsList[1].Value = makeAny( (sal_Bool) sal_False );
aArgsList[1].Value = makeAny( false );
::rtl::OUString aFilter( rRecentFile.aFilter );
sal_Int32 nPos = aFilter.indexOf( '|' );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment