xmloff: also print what is duplicate
Change-Id: I87b5122b8f1f4e26ba16ebc1228fb77f8b7800d9
This commit is contained in:
parent
c2254a12df
commit
e3efae3ebc
1 changed files with 1 additions and 1 deletions
|
@ -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 << "\"");
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue