summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 13:15:07 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:10 +0100
commit58996b19545a1811742c6e399162e76bf6084182 (patch)
treee1d3a972155e6e02ca64096655a79088266e551e /cppuhelper
parentd98d2ad0cbd6f4d2734336e8c912e0027e8d0c4a (diff)
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Iaf2d742ae3dcc15a915a996805955d93daac9d45
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/test/bootstrap/TestEnv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/bootstrap/TestEnv.cxx b/cppuhelper/test/bootstrap/TestEnv.cxx
index 2ea3594257ec..a5cb97f5f0ec 100644
--- a/cppuhelper/test/bootstrap/TestEnv.cxx
+++ b/cppuhelper/test/bootstrap/TestEnv.cxx
@@ -36,7 +36,7 @@
#endif
-class SAL_DLLPRIVATE TestEnv : public cppu::Enterable
+class TestEnv : public cppu::Enterable
{
int m_inCount;