-Werror,-Wunused-variable

Change-Id: I703d08f4c1080e5c5afaab9652ea2c18b4f365f1
This commit is contained in:
Stephan Bergmann
2013-10-02 17:48:35 +02:00
parent 435b7a2278
commit ed2cd062eb

View File

@@ -819,7 +819,6 @@ ConfigurationAccess_WindowState::WindowStateInfo& ConfigurationAccess_WindowStat
sal_Int32 nMask( 0 );
sal_Int32 nCount( m_aPropArray.size() );
sal_Int32 i( 0 );
Sequence< PropertyValue > aPropSeq;
WindowStateInfo aWindowStateInfo;
for ( i = 0; i < nCount; i++ )
@@ -1177,7 +1176,6 @@ void ConfigurationAccess_WindowState::impl_putPropertiesFromStruct( const Window
{
sal_Int32 i( 0 );
sal_Int32 nCount( m_aPropArray.size() );
Sequence< PropertyValue > aPropSeq;
OUString aDelim( "," );
for ( i = 0; i < nCount; i++ )