diff options
Diffstat (limited to 'comphelper/source/misc/anycompare.cxx')
-rw-r--r-- | comphelper/source/misc/anycompare.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/comphelper/source/misc/anycompare.cxx b/comphelper/source/misc/anycompare.cxx index 9d1c1642002f..5143b172cfdd 100644 --- a/comphelper/source/misc/anycompare.cxx +++ b/comphelper/source/misc/anycompare.cxx @@ -57,9 +57,9 @@ namespace comphelper using ::com::sun::star::util::Time; using ::com::sun::star::util::DateTime; - //================================================================================================================== + //= DatePredicateLess - //================================================================================================================== + class DatePredicateLess : public IKeyPredicateLess { public: @@ -88,9 +88,9 @@ namespace comphelper } }; - //================================================================================================================== + //= TimePredicateLess - //================================================================================================================== + class TimePredicateLess : public IKeyPredicateLess { public: @@ -124,9 +124,9 @@ namespace comphelper } }; - //================================================================================================================== + //= DateTimePredicateLess - //================================================================================================================== + class DateTimePredicateLess : public IKeyPredicateLess { public: @@ -245,8 +245,8 @@ namespace comphelper return pComparator; } -//...................................................................................................................... + } // namespace comphelper -//...................................................................................................................... + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |