summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-10-26 13:08:00 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-10-26 08:39:09 +0000
commitc498c97f7457fe7ef34164a822c9a1e2f04e9b1d (patch)
tree6ec5c887fa9c6ba418dee904f34cfff7c2a6e305 /dbaccess
parent41832d27c3325808333c21b9181db84ae9788978 (diff)
The default std::less<sal_uInt16> is fine
Change-Id: I29cd62ef0b687613ed9bda5170511dcae2fc6e7e Reviewed-on: https://gerrit.libreoffice.org/30282 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/unodatbr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx
index b66d671e877c..f8bd65a26267 100644
--- a/dbaccess/source/ui/inc/unodatbr.hxx
+++ b/dbaccess/source/ui/inc/unodatbr.hxx
@@ -85,7 +85,7 @@ namespace dbaui
ExternalFeature( const css::util::URL& _rURL ) : aURL( _rURL ), bEnabled( false ) { }
};
- typedef ::std::map< sal_uInt16, ExternalFeature, ::std::less< sal_uInt16 > > ExternalFeaturesMap;
+ typedef ::std::map< sal_uInt16, ExternalFeature > ExternalFeaturesMap;
ExternalFeaturesMap m_aExternalFeatures;
svx::ODataAccessDescriptor m_aDocumentDataSource;