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


Hello,

I'd like to work on the easyhack "expunge duplicate enumerations in vcl".
By reading the description of this task and by taking a quick look at the quoted files, I understood this but i hope not misunderstood : The file vcl/inc/vcl/fontmanager.hxx must be removed at the end and all its enumerations that were used by functions must be converted.
For example, today in vcl/unx/inc/pspgraphics.h, we have this :
static FontFamily   ToFontFamily (psp::family::type eFamily);

It should be this :
static FontFamily   ToFontFamily (vcl::FontFamily eFamily);

Am i right ?

If I'm right, there are other files which use the namespace psp, example vcl/inc/vcl/jobdata.hxx, what has to be done with it ?

Julien.

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.