-Werror,-Wunused-member-function
Change-Id: Ib2427bc58d1b7eea059f917db583179449ac62cf
This commit is contained in:
@@ -121,15 +121,6 @@ namespace svt
|
||||
}
|
||||
};
|
||||
|
||||
// ................................................................
|
||||
struct ExtractControlName : public ::std::unary_function< ControlDescription, OUString >
|
||||
{
|
||||
OUString operator()( const ControlDescription& _rDesc )
|
||||
{
|
||||
return OUString::createFromAscii( _rDesc.pControlName );
|
||||
}
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
// ................................................................
|
||||
struct ControlProperty
|
||||
|
Reference in New Issue
Block a user