summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/drawutil.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/drawutil.hxx')
-rw-r--r--sc/source/ui/inc/drawutil.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/inc/drawutil.hxx b/sc/source/ui/inc/drawutil.hxx
index b981373ff8c3..15ef550ee0db 100644
--- a/sc/source/ui/inc/drawutil.hxx
+++ b/sc/source/ui/inc/drawutil.hxx
@@ -32,9 +32,9 @@ class ScDrawUtil
public:
static void CalcScale( ScDocument* pDoc, SCTAB nTab,
SCCOL nStartCol, SCROW nStartRow, SCCOL nEndCol, SCROW nEndRow,
- OutputDevice* pDev, const boost::rational<sal_Int64>& rZoomX, const boost::rational<sal_Int64>& rZoomY,
+ OutputDevice* pDev, const boost::rational<long>& rZoomX, const boost::rational<long>& rZoomY,
double nPPTX, double nPPTY,
- boost::rational<sal_Int64>& rScaleX, boost::rational<sal_Int64>& rScaleY );
+ boost::rational<long>& rScaleX, boost::rational<long>& rScaleY );
};
#endif