xmloff: also print what is duplicate

Change-Id: I87b5122b8f1f4e26ba16ebc1228fb77f8b7800d9
This commit is contained in:
Michael Stahl 2015-04-08 14:22:40 +02:00
parent c2254a12df
commit e3efae3ebc

View file

@ -1435,7 +1435,7 @@ void SvXMLImport::AddStyleDisplayName( sal_uInt16 nFamily,
::std::pair<StyleMap::iterator,bool> aRes( mpStyleMap->insert( aValue ) );
SAL_WARN_IF( !aRes.second,
"xmloff.core",
"duplicate style name" );
"duplicate style name of family " << nFamily << ": \"" << rName << "\"");
}