Kaydet (Commit) eb9d49e6 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused variable

Change-Id: Iad6063f3f064e0d8fa0bf43125ec1d323519389c
üst 542f13cb
......@@ -1312,7 +1312,9 @@ void SvXMLImport::AddStyleDisplayName( sal_uInt16 nFamily,
StyleMap::key_type aKey( nFamily, rName );
StyleMap::value_type aValue( aKey, rDisplayName );
::std::pair<StyleMap::iterator,bool> aRes( mpStyleMap->insert( aValue ) );
OSL_ENSURE( aRes.second, "duplicate style name" );
SAL_WARN_IF( !aRes.second,
"xmloff",
"duplicate style name" );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment