summaryrefslogtreecommitdiffstats
path: root/registry/tools/regcompare.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'registry/tools/regcompare.cxx')
-rw-r--r--registry/tools/regcompare.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/registry/tools/regcompare.cxx b/registry/tools/regcompare.cxx
index d7c9c03b5d8b..f41103afb826 100644
--- a/registry/tools/regcompare.cxx
+++ b/registry/tools/regcompare.cxx
@@ -112,7 +112,7 @@ struct LessString
}
};
-typedef ::std::set< OUString, LessString > StringSet;
+typedef ::std::set< OUString > StringSet;
class Options
{
@@ -1270,7 +1270,7 @@ static sal_uInt32 checkFieldsWithoutOrder(const OUString& keyName,
}
sal_Bool bFound = sal_False;
- ::std::set< sal_uInt16, ::std::less< sal_uInt16 > > moreProps;
+ ::std::set< sal_uInt16 > moreProps;
for (i=0; i < nFields1; i++)
{
@@ -1533,7 +1533,7 @@ static sal_uInt32 checkBlob(const OUString& keyName, typereg::Reader& reader1, s
}
sal_Bool bFound = sal_False;
- ::std::set< sal_uInt16, ::std::less< sal_uInt16 > > moreReferences;
+ ::std::set< sal_uInt16 > moreReferences;
for (i=0; i < nReference1; i++)
{