Fix warning: unused variable 'sConverted' [loplugin]
Change-Id: I14a2d98c519b2eab6645eaf8b2dcdbccc7c36c2f
This commit is contained in:
parent
07b5102e7b
commit
2413a8edc2
@ -227,9 +227,6 @@ namespace xforms
|
||||
//--------------------------------------------------------------------
|
||||
sal_uInt16 OXSDDataType::_validate( const ::rtl::OUString& _rValue )
|
||||
{
|
||||
// care for the whitespaces
|
||||
::rtl::OUString sConverted = Convert::convertWhitespace( _rValue, m_nWST );
|
||||
|
||||
// care for the regular expression
|
||||
if ( !m_sPattern.isEmpty() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user