Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Thu, Dec 08, 2011 at 12:17:57PM +0100, Lionel Elie Mamane wrote:
On Thu, Dec 08, 2011 at 10:00:24AM +0000, Michael Meeks wrote:

I hacked pythonloader.py "in-place" so that it loads the fax wizard
correctly; that should give you the idea of how to fix it correctly
for the general case.

So, I found some free time to understand the overall system better and
fix it myself. I pushed the fix to master and libreoffice-3-5. But
note:

The substantive change is:

  <component loader="com.sun.star.loader.Python"
          uri="vnd.openoffice.pymodule:wizards.fax">
    <implementation name="com.sun.star.wizards.fax.CallWizard">
      <service name="com.sun.star.wizards.fax.CallWizard"/>
    </implementation>
  </component>

You have to set in services.rdb:

<component loader="com.sun.star.loader.Python"
           uri="vnd.openoffice.pymodule:wizards.fax.CallWizard">
  <implementation name="com.sun.star.wizards.fax.CallWizard">
    <service name="com.sun.star.wizards.fax.CallWizard"/>
  </implementation>
</component>

instead of what you wrote.


Happy hacking!

-- 
Lionel

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.