Re: psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Thorsten Behrens
Noel Grandin wrote: > So I can take that as a yes :-) ? > yes. :) -- Thorsten signature.asc Description: Digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Noel Grandin
On 2013-05-06 13:40, Michael Stahl wrote: aha... the requested interface is XMaterialHolder... that is strong hint that some really ugly hack is taking place... i would not be surprised if the other end of that hack was in the Sun internal repository (StarOffice only) and this "feature" is real

Re: psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Michael Stahl
On 06/05/13 12:46, Noel Grandin wrote: > Hi > > Looking at the code in > >vcl/generic/fontmanager/fontmanager.cxx > > at line 2877, something like this (simplified) > >bool PrintFontManager::readOverrideMetrics() >{ >getProcessServiceFactory()->createInstance( > "com.su

psprint::CompatMetricOverride - can I kill it?

2013-05-06 Thread Noel Grandin
Hi Looking at the code in vcl/generic/fontmanager/fontmanager.cxx at line 2877, something like this (simplified) bool PrintFontManager::readOverrideMetrics() { getProcessServiceFactory()->createInstance( "com.sun.star.psprint.CompatMetricOverride" ), But I do not find this s