Kaydet (Commit) e3efae3e authored tarafından Michael Stahl's avatar Michael Stahl

xmloff: also print what is duplicate

Change-Id: I87b5122b8f1f4e26ba16ebc1228fb77f8b7800d9
üst c2254a12
......@@ -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 << "\"");
}
......
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