[Libreoffice-bugs] [Bug 126511] Delete path to Gallery from graphics list in B&N dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 24 08:22:18 UTC 2019


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

--- Comment #3 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Code pointer:

bool GalleryExplorer::FillObjList( const OUString& rThemeName,
std::vector<OUString> &rObjList ) in svx/source/gallery2/galexpl.cxx 

INetURLObject aObj( pTheme->GetObjectURL( i
).GetMainURL(INetURLObject::DecodeMechanism::NONE ) );
rObjList.push_back( aObj.GetLastName() );

That removes the path but it needs to be added back when applied.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190724/71ce7ef3/attachment.html>


More information about the Libreoffice-bugs mailing list