diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 13:15:07 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-03 16:05:10 +0100 |
commit | 58996b19545a1811742c6e399162e76bf6084182 (patch) | |
tree | e1d3a972155e6e02ca64096655a79088266e551e /cppuhelper | |
parent | d98d2ad0cbd6f4d2734336e8c912e0027e8d0c4a (diff) |
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Iaf2d742ae3dcc15a915a996805955d93daac9d45
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/bootstrap/TestEnv.cxx | 2 |
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; |