summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-03 13:14:22 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-03 16:05:10 +0100
commitd98d2ad0cbd6f4d2734336e8c912e0027e8d0c4a (patch)
tree279d54cd836958b833d4a2428cf18a294765a38c /comphelper
parenta0008fd7c32b9bd5c3b00f262ef0718cde608be2 (diff)
Remove needless SAL_DLLPRIVATE annotations
Change-Id: Ib8d1eae0dce29756da626c73db75f59666bb0ea5
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/property/opropertybag.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/property/opropertybag.hxx b/comphelper/source/property/opropertybag.hxx
index 888254bc3ae5..2006c85f0d9c 100644
--- a/comphelper/source/property/opropertybag.hxx
+++ b/comphelper/source/property/opropertybag.hxx
@@ -44,7 +44,7 @@ namespace comphelper
{
//........................................................................
- struct SAL_DLLPRIVATE UnoTypeLess : public ::std::unary_function< ::com::sun::star::uno::Type, bool >
+ struct UnoTypeLess : public ::std::unary_function< ::com::sun::star::uno::Type, bool >
{
inline bool operator()( const ::com::sun::star::uno::Type& _rLHS, const ::com::sun::star::uno::Type& _rRHS ) const
{