[Libreoffice-bugs] [Bug 35404] Particular documents crash during e-mail mail merge

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jul 26 09:44:08 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=35404

--- Comment #25 from Alex Thurgood <alex.thurgood at gmail.com> 2011-07-26 09:44:07 PDT ---
(In reply to comment #24)
> The corresponding line of code appears to be found in mmoutput.cxx, line 101 :
> 
> ::rtl::OUString lcl_GetColumnValueOf(const ::rtl::OUString& rColumn, Reference
> < container::XNameAccess>& rxColAccess )
> {
>     ::rtl::OUString sRet;
>     if(rxColAccess->hasByName(rColumn))
>     {
>         Any aCol = rxColAccess->getByName(rColumn);
>         Reference< sdb::XColumn > xColumn;
>         aCol >>= xColumn;
>         if(xColumn.is())
>             sRet = xColumn->getString();
>     }
>     return sRet;


Sorry, that should read mmoutputpage.cxx, line 101


Alex

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list