diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com> | 2011-01-25 17:35:20 +0100 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@oracle.com> | 2011-01-25 17:35:20 +0100 |
commit | bb3127a8c053434ab1f4c42624b3d70a5fbfa9e6 (patch) | |
tree | d242ce7135d26afdfc97af4c1cdd083c619a66ca /vcl/inc/unx/pspgraphics.h | |
parent | 19ba1faf12419233e8a772ba8609703cbce1c6e7 (diff) |
vcl2gnumake: #i116588# move vcl to gbuild (step 1, linux)
Diffstat (limited to 'vcl/inc/unx/pspgraphics.h')
-rw-r--r-- | vcl/inc/unx/pspgraphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/pspgraphics.h b/vcl/inc/unx/pspgraphics.h index f0015c301229..b78c1916ae78 100644 --- a/vcl/inc/unx/pspgraphics.h +++ b/vcl/inc/unx/pspgraphics.h @@ -30,8 +30,8 @@ #include "vcl/fontmanager.hxx" -#include "vcl/dllapi.h" +#include "vclpluginapi.h" #include "salgdi.hxx" #include "sallayout.hxx" @@ -41,7 +41,7 @@ class ServerFont; class ImplDevFontAttributes; class SalInfoPrinter; -class VCL_DLLPUBLIC PspGraphics : public SalGraphics +class VCLPLUG_GEN_PUBLIC PspGraphics : public SalGraphics { psp::JobData* m_pJobData; psp::PrinterGfx* m_pPrinterGfx; |