loplugin:unuseddefaultparam in scaddins
Change-Id: I47f7ead34832c19d5194c1e4ccf190384262f436
This commit is contained in:
@@ -1629,11 +1629,10 @@ void ScaDoubleList::Append(
|
|||||||
void ScaDoubleList::Append(
|
void ScaDoubleList::Append(
|
||||||
ScaAnyConverter& rAnyConv,
|
ScaAnyConverter& rAnyConv,
|
||||||
const uno::Reference< beans::XPropertySet >& xOpt,
|
const uno::Reference< beans::XPropertySet >& xOpt,
|
||||||
const uno::Sequence< uno::Any >& rAnySeq,
|
const uno::Sequence< uno::Any >& rAnySeq ) throw( uno::RuntimeException, lang::IllegalArgumentException )
|
||||||
bool bIgnoreEmpty ) throw( uno::RuntimeException, lang::IllegalArgumentException )
|
|
||||||
{
|
{
|
||||||
rAnyConv.init( xOpt );
|
rAnyConv.init( xOpt );
|
||||||
Append( rAnyConv, rAnySeq, bIgnoreEmpty );
|
Append( rAnyConv, rAnySeq, true/*bIgnoreEmpty*/ );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -330,8 +330,7 @@ public:
|
|||||||
void Append(
|
void Append(
|
||||||
ScaAnyConverter& rAnyConv,
|
ScaAnyConverter& rAnyConv,
|
||||||
const css::uno::Reference< css::beans::XPropertySet >& xOpt,
|
const css::uno::Reference< css::beans::XPropertySet >& xOpt,
|
||||||
const css::uno::Sequence< css::uno::Any >& rAnySeq,
|
const css::uno::Sequence< css::uno::Any >& rAnySeq ) throw( css::uno::RuntimeException, css::lang::IllegalArgumentException );
|
||||||
bool bIgnoreEmpty = true ) throw( css::uno::RuntimeException, css::lang::IllegalArgumentException );
|
|
||||||
|
|
||||||
virtual bool CheckInsert( double fValue ) const
|
virtual bool CheckInsert( double fValue ) const
|
||||||
throw( css::uno::RuntimeException, css::lang::IllegalArgumentException );
|
throw( css::uno::RuntimeException, css::lang::IllegalArgumentException );
|
||||||
|
Reference in New Issue
Block a user