diff options
Diffstat (limited to 'vcl/inc/headless/svpframe.hxx')
-rw-r--r-- | vcl/inc/headless/svpframe.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/headless/svpframe.hxx b/vcl/inc/headless/svpframe.hxx index d2a786c6bd2d..85e5f6bb4c97 100644 --- a/vcl/inc/headless/svpframe.hxx +++ b/vcl/inc/headless/svpframe.hxx @@ -58,7 +58,7 @@ class SvpSalFrame : public SalFrame std::list< SvpSalGraphics* > m_aGraphics; - static SvpSalFrame* s_pFocusFrame; + SAL_DLLPUBLIC_EXPORT static SvpSalFrame* s_pFocusFrame; public: SvpSalFrame( SvpSalInstance* pInstance, SalFrame* pParent, @@ -137,7 +137,7 @@ public: virtual void SetApplicationID(const OUString &rApplicationID) SAL_OVERRIDE { (void) rApplicationID; } bool IsVisible() { return m_bVisible; } - static SvpSalFrame* GetFocusFrame() { return s_pFocusFrame; } + SAL_DLLPUBLIC_EXPORT static SvpSalFrame* GetFocusFrame() { return s_pFocusFrame; } }; |