Namespace cleanup and disambiguation
Change-Id: Ib6d2f8b4e71436c3a7c26bdfc9847152ebaf0739 Reviewed-on: https://gerrit.libreoffice.org/19900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
committed by
Caolán McNamara
parent
b34eab5996
commit
d7801c3982
@@ -2187,7 +2187,7 @@ namespace cppcanvas
|
||||
|
||||
// crop bitmap to given source rectangle (no
|
||||
// need to copy and convert the whole bitmap)
|
||||
Bitmap aBmp( pAct->GetBitmap() );
|
||||
::Bitmap aBmp( pAct->GetBitmap() );
|
||||
const Rectangle aCropRect( pAct->GetSrcPoint(),
|
||||
pAct->GetSrcSize() );
|
||||
aBmp.Crop( aCropRect );
|
||||
|
Reference in New Issue
Block a user