diff options
-rw-r--r-- | include/basegfx/range/basicrange.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basegfx/range/basicrange.hxx b/include/basegfx/range/basicrange.hxx index 17f31ea42f19..046dfafdd03f 100644 --- a/include/basegfx/range/basicrange.hxx +++ b/include/basegfx/range/basicrange.hxx @@ -297,7 +297,7 @@ namespace basegfx { static sal_Int32 minVal() { return SAL_MIN_INT32; }; static sal_Int32 maxVal() { return SAL_MAX_INT32; }; - static sal_Int32 neutral() { return 0L; }; + static sal_Int32 neutral() { return 0; }; typedef sal_Int64 DifferenceType; }; |