diff options
Diffstat (limited to 'include/xmloff/nmspmap.hxx')
-rw-r--r-- | include/xmloff/nmspmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/nmspmap.hxx b/include/xmloff/nmspmap.hxx index 82e1b8627b96..5f2bac1de514 100644 --- a/include/xmloff/nmspmap.hxx +++ b/include/xmloff/nmspmap.hxx @@ -52,7 +52,7 @@ public: struct uInt32lt { - bool operator()( const sal_uInt32 &r1, const sal_uInt32 &r2) const + bool operator()( sal_uInt32 r1, sal_uInt32 r2) const { return r1 < r2; } |