summaryrefslogtreecommitdiff
path: root/vcl/source/filter/sgfbram.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/filter/sgfbram.cxx')
-rw-r--r--vcl/source/filter/sgfbram.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/filter/sgfbram.cxx b/vcl/source/filter/sgfbram.cxx
index 2055e9272627..ac119cae625b 100644
--- a/vcl/source/filter/sgfbram.cxx
+++ b/vcl/source/filter/sgfbram.cxx
@@ -447,7 +447,7 @@ bool SgfFilterVect(SvStream& rInp, SgfHeader& rHead, SgfEntry&, GDIMetaFile& rMt
rMtf.Stop();
rMtf.WindStart();
MapMode aMap( MAP_10TH_MM, Point(),
- boost::rational<sal_Int64>( 1, 4 ), boost::rational<sal_Int64>( 1, 4 ) );
+ boost::rational<long>( 1, 4 ), boost::rational<long>( 1, 4 ) );
rMtf.SetPrefMapMode( aMap );
rMtf.SetPrefSize( Size( (short)rHead.Xsize, (short)rHead.Ysize ) );
return true;