Kaydet (Commit) 304e9c4c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-member-function

Change-Id: I7db34329a93c33c425f1e63fa842b218e4c9517c
üst 8edf036c
...@@ -232,23 +232,6 @@ namespace { ...@@ -232,23 +232,6 @@ namespace {
return bValue; return bValue;
} }
/** Return <TRUE/> when the value of the property with name pName is
a string and its value equals pValue. When the property is
unknown then bDefaultValue is returned. Otherwise <FALSE/> is
returned.
*/
bool GetBoolValue (
const sal_Char* pName,
const sal_Char* pValue,
const bool bDefaultValue = false) const
{
OUString sValue( mrProperties.getStringValue( pName ) );
if (!sValue.isEmpty())
return sValue.equalsAscii(pValue);
else
return bDefaultValue;
}
/** Return <TRUE/> when the value of the property with name pName is /** Return <TRUE/> when the value of the property with name pName is
an integer and its value is nTriggerValue. Otherwise <FALSE/> is an integer and its value is nTriggerValue. Otherwise <FALSE/> is
returned. returned.
......
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