summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pngwrite.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/gdi/pngwrite.cxx')
-rw-r--r--vcl/source/gdi/pngwrite.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/gdi/pngwrite.cxx b/vcl/source/gdi/pngwrite.cxx
index 0b61f75eeb5e..d3ee25fbeff9 100644
--- a/vcl/source/gdi/pngwrite.cxx
+++ b/vcl/source/gdi/pngwrite.cxx
@@ -167,7 +167,7 @@ PNGWriterImpl::PNGWriterImpl( const BitmapEx& rBmpEx,
ImplWriteTransparent();
ImplWriteIDAT();
}
- aBmp.ReleaseAccess(mpAccess);
+ Bitmap::ReleaseAccess(mpAccess);
mpAccess = NULL;
}
else
@@ -210,7 +210,7 @@ PNGWriterImpl::PNGWriterImpl( const BitmapEx& rBmpEx,
ImplWritepHYs(rBmpEx);
ImplWriteIDAT();
}
- aMask.ReleaseAccess(mpMaskAccess);
+ Bitmap::ReleaseAccess(mpMaskAccess);
mpMaskAccess = NULL;
}
else
@@ -218,7 +218,7 @@ PNGWriterImpl::PNGWriterImpl( const BitmapEx& rBmpEx,
mbStatus = false;
}
}
- aBmp.ReleaseAccess(mpAccess);
+ Bitmap::ReleaseAccess(mpAccess);
mpAccess = NULL;
}
else
@@ -240,7 +240,7 @@ PNGWriterImpl::PNGWriterImpl( const BitmapEx& rBmpEx,
ImplWriteIDAT();
}
- aBmp.ReleaseAccess(mpAccess);
+ Bitmap::ReleaseAccess(mpAccess);
mpAccess = NULL;
}
else