[Libreoffice-commits] core.git: include/vcl
Jan-Marek Glogowski
glogow at fbihome.de
Tue Sep 26 12:13:20 UTC 2017
include/vcl/svapp.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 96e3c301d87906a4728f06b4ce5a930d2090e1c2
Author: Jan-Marek Glogowski <glogow at fbihome.de>
Date: Tue Sep 26 14:04:56 2017 +0200
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
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:
More information about the Libreoffice-commits
mailing list