https://bugs.freedesktop.org/show_bug.cgi?id=46501
--- Comment #2 from Szabolcs Dézsi <[email protected]> 2012-03-02 00:40:58 PST --- (In reply to comment #0) > The SimpleResMgr has two constructors, one taking an rtl::OUString and the > other a simple char * - since we now have implicit construction of OUStrings, > this was seen to cause problems. Hello! I removed the constructor with the OUString parameter. There was one error after i tried to compile. In extensions/source/resource/oooresourceloader.cxx (line 205): 204: ::rtl::OUString sBaseName( _rBaseName ); 205: m_pResourceManager = new SimpleResMgr( sBaseName, m_aLocale ); sBaseName is of type OUString and there's no constructor with this parameter. What did you mean by implicit construction? (not implicit conversion I presume, because with implicit conversion this should work (I think)) Szabolcs -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
