Kaydet (Commit) cf4a5a4a authored tarafından Caolán McNamara's avatar Caolán McNamara

fix mac build

Change-Id: Ic98ada6d0bca124194cea24a1ed30d30a1c0a85e
üst f45c52d0
......@@ -448,7 +448,7 @@ bool AquaSalInfoPrinter::StartJob( const OUString* i_pFileName,
// information (e.g. brochure printing scales to the found paper size)
// also SetPaperSizeUser has the advantage that we can share a
// platform independent paper matching algorithm
boost::shared_ptr<Printer> pPrinter( i_rController.getPrinter() );
std::shared_ptr<Printer> pPrinter( i_rController.getPrinter() );
pPrinter->SetMapMode( MapMode( MAP_100TH_MM ) );
pPrinter->SetPaperSizeUser( aCurSize, true );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment