summaryrefslogtreecommitdiff
path: root/starmath/source/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/utility.cxx')
-rw-r--r--starmath/source/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/utility.cxx b/starmath/source/utility.cxx
index a47df4a62a9b..81f2abbb3023 100644
--- a/starmath/source/utility.cxx
+++ b/starmath/source/utility.cxx
@@ -284,7 +284,7 @@ SmFace & SmFace::operator = (const SmFace &rFace)
}
-SmFace & operator *= (SmFace &rFace, const boost::rational<long>& rFrac)
+SmFace & operator *= (SmFace &rFace, const boost::rational<sal_Int64>& rFrac)
// scales the width and height of 'rFace' by 'rFrac' and returns a
// reference to 'rFace'.
// It's main use is to make scaling fonts look easier.