summaryrefslogtreecommitdiff
path: root/chart2/source/inc/PropertyHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/inc/PropertyHelper.hxx')
-rw-r--r--chart2/source/inc/PropertyHelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/inc/PropertyHelper.hxx b/chart2/source/inc/PropertyHelper.hxx
index 4be22de5d6e9..52a38edfed6c 100644
--- a/chart2/source/inc/PropertyHelper.hxx
+++ b/chart2/source/inc/PropertyHelper.hxx
@@ -140,7 +140,7 @@ OOO_DLLPUBLIC_CHARTTOOLS void setEmptyPropertyValueDefault( tPropertyValueMap &
struct OOO_DLLPUBLIC_CHARTTOOLS PropertyNameLess
{
- inline bool operator() ( const css::beans::Property & first,
+ bool operator() ( const css::beans::Property & first,
const css::beans::Property & second )
{
return ( first.Name.compareTo( second.Name ) < 0 );