diff options
Diffstat (limited to 'toolkit/source/awt/vclxprinter.cxx')
-rw-r--r-- | toolkit/source/awt/vclxprinter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxprinter.cxx b/toolkit/source/awt/vclxprinter.cxx index a9c632c98223..32e2c20f6096 100644 --- a/toolkit/source/awt/vclxprinter.cxx +++ b/toolkit/source/awt/vclxprinter.cxx @@ -241,7 +241,7 @@ void VCLXPrinterPropertySet::selectForm( const OUString& rFormDescription ) thro ::osl::MutexGuard aGuard( Mutex ); SvMemoryStream aMem; - aMem.WriteUInt32( sal_uInt32(BINARYSETUPMARKER) ); + aMem.WriteUInt32( BINARYSETUPMARKER ); WriteJobSetup( aMem, GetPrinter()->GetJobSetup() ); return ::com::sun::star::uno::Sequence<sal_Int8>( (sal_Int8*) aMem.GetData(), aMem.Tell() ); } |