sw/inc/dbgoutsw.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f85c494b53fc7c9472689a6d94de5f3e185c376e Author: Noel Grandin <[email protected]> Date: Tue Oct 15 12:44:19 2013 +0200 fix OUString conversion in sw/inc/dbgoutsw.hxx Change-Id: I12fc3a536e7ef46c0a1752f648e2654f9f96cdeb diff --git a/sw/inc/dbgoutsw.hxx b/sw/inc/dbgoutsw.hxx index 0fb9bdf..118dba8 100644 --- a/sw/inc/dbgoutsw.hxx +++ b/sw/inc/dbgoutsw.hxx @@ -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; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
