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

--- Comment #1 from Olivier Hallot <[email protected]> ---
Correction: The illegal path save list error works with the bitmap list but
does not return error with hatch lists, color lists, arrow lists, gradient
lists and line styles lists.

The issue is in an uncatched error provoked by bSaveAsStorage 

 bool bSaveAsStorage = xTable->getElementType() == ::getCppuType((const
OUString*)0);

in /svx/source/xml/xmlxtexp.cxx (line 223)

It should be catched in lines 

if( bSaveAsStorage )
  xSubStorage = ::comphelper::OStorageHelper::GetStorageFromURL( rURL, eCreate
);

when GetStorageFromURL returns an error. (lines 243,244)

In that case, xTable->getElementType() seems to vary from bitmap to the other
lists and makes bSaveAsStorage change.

-- 
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

Reply via email to