Kaydet (Commit) d98d2ad0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove needless SAL_DLLPRIVATE annotations

Change-Id: Ib8d1eae0dce29756da626c73db75f59666bb0ea5
üst a0008fd7
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment