diff options
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/property/opropertybag.hxx | 2 |
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 { |