Kaydet (Commit) f85c494b authored tarafından Noel Grandin's avatar Noel Grandin

fix OUString conversion in sw/inc/dbgoutsw.hxx

Change-Id: I12fc3a536e7ef46c0a1752f648e2654f9f96cdeb
üst e537049c
......@@ -74,7 +74,7 @@ SW_DLLPUBLIC const char * dbg_out(const SwNodeRange & rRange);
template<typename tKey, typename tMember, typename fHashFunction>
OUString lcl_dbg_out(const boost::unordered_map<tKey, tMember, fHashFunction> & rMap)
{
OUString aResult("[", RTL_TEXTENCODING_ASCII_US);
OUString aResult("[");
typename boost::unordered_map<tKey, tMember, fHashFunction>::const_iterator aIt;
......
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