<div dir="ltr">Hey,<br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/9/23 Andres Gomez <span dir="ltr"><<a href="mailto:agomez@igalia.com" target="_blank">agomez@igalia.com</a>></span><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi guys,<br>
<br>
Just now I'm working in a unit test for<br>
"sw/CppunitTest_sw_ooxmlimport.mk" in which I'm adding the request for a<br>
"GraphicExportFilter" which results in the "Deployment Exception":<br>
<br>
"component context fails to supply service com.sun.star.drawing.GraphicExportFilter of type com.sun.star.drawing.XGraphicExportFilter"<br>
<br>
I've added "graphicfilter" to the "_use_library" section and also the<br>
following component to the "_use_component" section:<br>
<br>
"filter/source/graphic/graphicfilter"<br></blockquote><div><br></div><div>You should replace this entry in the _use_component section with:<br><br><a href="http://opengrok.libreoffice.org/xref/core/svx/util/">svx/util/</a>svx \<br>
<br></div><div>Finding out which entry to add for the use_components is quite easy. Go to opengrok/git grep and search for the service name and add the *.component file that mentions the service.<br><br></div><div>Regards,<br>
Markus<br><br></div></div></div></div>