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

std::less is the default here

Change-Id: I57428772187d3487668eca2f553c74e18e4f736e
üst 2935c299
......@@ -34,7 +34,7 @@ class CharacterAttributesHelper
{
private:
typedef ::std::map< OUString, ::com::sun::star::uno::Any, ::std::less< OUString > > AttributeMap;
typedef ::std::map< OUString, ::com::sun::star::uno::Any > AttributeMap;
AttributeMap m_aAttributeMap;
......
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