summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/print.cxx')
-rw-r--r--vcl/source/gdi/print.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx
index 19bd3d3c7ad8..04aa30794281 100644
--- a/vcl/source/gdi/print.cxx
+++ b/vcl/source/gdi/print.cxx
@@ -676,7 +676,7 @@ void Printer::Compat_OldPrinterMetrics( bool bSet )
// -----------------------------------------------------------------------
-sal_uIntPtr Printer::GetCapabilities( sal_uInt16 nType ) const
+sal_uLong Printer::GetCapabilities( sal_uInt16 nType ) const
{
if ( IsDisplayPrinter() )
return sal_False;
@@ -1286,9 +1286,9 @@ void Printer::Error()
// -----------------------------------------------------------------------
-sal_uIntPtr Printer::ImplSalPrinterErrorCodeToVCL( sal_uIntPtr nError )
+sal_uLong Printer::ImplSalPrinterErrorCodeToVCL( sal_uLong nError )
{
- sal_uIntPtr nVCLError;
+ sal_uLong nVCLError;
switch ( nError )
{
case 0: