https://bugs.documentfoundation.org/show_bug.cgi?id=98787

--- Comment #3 from Jan Holesovsky <[email protected]> ---
Julien: This looks fine to me - can you please push that?

I think ideally in the form of 

-SwMailMergeConfigItem* pConfigItem = pView->GetMailMergeConfigItem();
+SwMailMergeConfigItem* pConfigItem = pView? pView->GetMailMergeConfigItem():
nullptr;

The further code handles the 'pConfigItem == nullptr' just OK.

Thanks a lot!

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to