summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/MultiPropertySetHandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/chart/MultiPropertySetHandler.hxx')
-rw-r--r--xmloff/source/chart/MultiPropertySetHandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx
index f9cffea53ea6..5b70383ea6ab 100644
--- a/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -94,7 +94,7 @@ class OUStringComparison
{
public:
/// Compare two strings. Returns true if the first is before the second.
- inline bool operator() (const OUString & a, const OUString & b) const
+ bool operator() (const OUString & a, const OUString & b) const
{
return (a.compareTo (b) < 0);
}