summaryrefslogtreecommitdiff
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2017-09-26 14:04:56 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2017-09-26 14:12:23 +0200
commit96e3c301d87906a4728f06b4ce5a930d2090e1c2 (patch)
tree782f6c6bfd7f7396c4442efa25162a3645bc122e /include/vcl/svapp.hxx
parentd46ae90809193172dca7484adb52520a5779f502 (diff)
Unexport the other SolarMutex*Guard templates
The logical follow-up on commit 6d1c8a43586503e703baebabc5330a1898f7ec43. Also complete inlined templates, so no need for explicit export, which actually can break the non-pch build on Windows. Change-Id: Ifebd7608673bba9f3530c01be30bab6414a66976
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index e8f4b2686f2c..298fb61c1cfd 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -1402,7 +1402,7 @@ public:
: osl::Guard<comphelper::SolarMutex>( Application::GetSolarMutex() ) {}
};
-class VCL_DLLPUBLIC SolarMutexClearableGuard
+class SolarMutexClearableGuard
: public osl::ClearableGuard<comphelper::SolarMutex>
{
public:
@@ -1410,7 +1410,7 @@ public:
: osl::ClearableGuard<comphelper::SolarMutex>( Application::GetSolarMutex() ) {}
};
-class VCL_DLLPUBLIC SolarMutexResettableGuard
+class SolarMutexResettableGuard
: public osl::ResettableGuard<comphelper::SolarMutex>
{
public: