diff options
-rw-r--r-- | include/tools/fract.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tools/fract.hxx b/include/tools/fract.hxx index ab04c39324a4..7f2bb3d320ac 100644 --- a/include/tools/fract.hxx +++ b/include/tools/fract.hxx @@ -53,7 +53,7 @@ public: explicit operator sal_Int32() const; #if SAL_TYPES_SIZEOFPOINTER == 8 - explicit operator ::tools::Long() const { return sal_Int32(*this); } + explicit operator ::tools::Long() const { return operator sal_Int32(); } #endif explicit operator double() const; |