<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Delete path to Gallery from graphics list in B&N dialog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126511#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Delete path to Gallery from graphics list in B&N dialog"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126511">bug 126511</a>
              from <span class="vcard"><a class="email" href="mailto:heiko.tietze@documentfoundation.org" title="Heiko Tietze <heiko.tietze@documentfoundation.org>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>