20#include <rtl/ustring.hxx>
25 const OUString& rNewName )
28 bool bIsNewInsertion =
m_aMap.emplace(aKey, rNewName).second;
29 SAL_INFO_IF(!bIsNewInsertion,
"xmloff.core",
"SvI18NMap::Add: item with key \"" << rName <<
"\" registered already, likely invalid input file");
32const OUString&
SvI18NMap::Get( sal_uInt16 nKind,
const OUString& rName )
const
35 SvI18NMap_Impl::const_iterator aI =
m_aMap.find(aKey);
void Add(sal_uInt16 nKind, const OUString &rName, const OUString &rNewName)
const OUString & Get(sal_uInt16 nKind, const OUString &rName) const
#define SAL_INFO_IF(condition, area, stream)