summaryrefslogtreecommitdiff
path: root/vcl/inc/headless/svpinst.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-02 14:59:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-02 17:34:59 +0000
commit6efb7f65eea764ffe5b71f65f9b7eea125183ec3 (patch)
treec0d973cf43cd39f51bb5dbbcec95b3d9f1cf96af /vcl/inc/headless/svpinst.hxx
parent61439adce623ce2e66d9f009f877e165b62f2051 (diff)
if you link vclplug_svp to desktop you end up with duplicate font caches
so how about we just move all of the svp "headless" stuff into vcl proper Change-Id: Ibf4ab0b0698ef031ffeeb05ef9bbcf3b89144010 Reviewed-on: https://gerrit.libreoffice.org/14714 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/headless/svpinst.hxx')
-rw-r--r--vcl/inc/headless/svpinst.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/headless/svpinst.hxx b/vcl/inc/headless/svpinst.hxx
index 7adaa7aeb497..63fa483df951 100644
--- a/vcl/inc/headless/svpinst.hxx
+++ b/vcl/inc/headless/svpinst.hxx
@@ -57,7 +57,7 @@ public:
class SvpSalFrame;
class GenPspGraphics;
-class SvpSalInstance : public SalGenericInstance
+class VCL_DLLPUBLIC SvpSalInstance : public SalGenericInstance
{
timeval m_aTimeout;
sal_uLong m_nTimeoutMS;
@@ -171,9 +171,9 @@ public:
// -- as the rest of vcl always uses bit depths, it is perhaps simplest
// to let us simply change the mapping of bitcount to format (which was
// previously unchangeable).
- SAL_DLLPUBLIC_EXPORT void setBitCountFormatMapping( sal_uInt16 nBitCount, ::basebmp::Format aFormat );
+ void setBitCountFormatMapping( sal_uInt16 nBitCount, ::basebmp::Format aFormat );
- SAL_DLLPUBLIC_EXPORT ::basebmp::Format getFormatForBitCount( sal_uInt16 );
+ ::basebmp::Format getFormatForBitCount( sal_uInt16 );
};
#endif // INCLUDED_VCL_INC_HEADLESS_SVPINST_HXX