summaryrefslogtreecommitdiff
path: root/include/comphelper/property.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/property.hxx')
-rw-r--r--include/comphelper/property.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/property.hxx b/include/comphelper/property.hxx
index 5dc53bc33ac0..fd7ed830b8d3 100644
--- a/include/comphelper/property.hxx
+++ b/include/comphelper/property.hxx
@@ -48,7 +48,7 @@ namespace comphelper
{
bool operator() (const ::com::sun::star::beans::Property& x, const ::com::sun::star::beans::Property& y) const
{
- return x.Name.compareTo(y.Name) < 0;// ? true : false;
+ return x.Name.compareTo(y.Name) < 0;
}
};