[Libreoffice-commits] core.git: vcl/osx
Caolán McNamara
caolanm at redhat.com
Fri Feb 6 08:53:56 PST 2015
vcl/osx/salprn.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cf4a5a4a9cfb055e39cb134423789fb7b3847b8e
Author: Caolán McNamara <caolanm at redhat.com>
Date: Fri Feb 6 16:53:19 2015 +0000
fix mac build
Change-Id: Ic98ada6d0bca124194cea24a1ed30d30a1c0a85e
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx
index f8fe422..db138ef 100644
--- a/vcl/osx/salprn.cxx
+++ b/vcl/osx/salprn.cxx
@@ -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 );
More information about the Libreoffice-commits
mailing list