-Werror,-Wunused-member-function

Change-Id: Ib2427bc58d1b7eea059f917db583179449ac62cf
This commit is contained in:
Stephan Bergmann
2013-11-13 09:51:01 +01:00
parent e88879fe2e
commit 54df89611e

View File

@@ -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