Kaydet (Commit) 335b9658 authored tarafından Noel Grandin's avatar Noel Grandin

sal_Bool->bool

Change-Id: Ia2356f808f42dca46f62b48b09f5a8fd2fb23d96
üst 15db2768
......@@ -42,7 +42,7 @@ class ScDocOptionsHelper
public:
static const SfxItemPropertyMapEntry* GetPropertyMap();
static sal_Bool setPropertyValue( ScDocOptions& rOptions,
static bool setPropertyValue( ScDocOptions& rOptions,
const SfxItemPropertyMap& rPropMap,
const OUString& aPropertyName,
const ::com::sun::star::uno::Any& aValue );
......
......@@ -50,7 +50,7 @@ const SfxItemPropertyMapEntry* ScDocOptionsHelper::GetPropertyMap()
return aMap;
}
sal_Bool ScDocOptionsHelper::setPropertyValue( ScDocOptions& rOptions,
bool ScDocOptionsHelper::setPropertyValue( ScDocOptions& rOptions,
const SfxItemPropertyMap& rPropMap,
const OUString& aPropertyName, const uno::Any& aValue )
{
......@@ -119,7 +119,7 @@ sal_Bool ScDocOptionsHelper::setPropertyValue( ScDocOptions& rOptions,
break;
default:;
}
return sal_True;
return true;
}
uno::Any ScDocOptionsHelper::getPropertyValue(
......
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