Kaydet (Commit) e2e2775f authored tarafından Caolán McNamara's avatar Caolán McNamara

align comment

Change-Id: I50a728e785589e3ec2d9128679f3e69451c5102a
üst 49889a29
...@@ -607,13 +607,13 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle, ...@@ -607,13 +607,13 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle,
CellInfoMatrix aMatrix; CellInfoMatrix aMatrix;
FillCellInfoMatrix( aCellInfoVector, rSettings, aMatrix ); FillCellInfoMatrix( aCellInfoVector, rSettings, aMatrix );
// bbbbbbbbbbbb w = 12 pixel // bbbbbbbbbbbb w = 12 pixel
// bccccccccccb h = 7 pixel // bccccccccccb h = 7 pixel
// bccccccccccb b = border color // bccccccccccb b = border color
// bcttttttttcb c = cell color // bcttttttttcb c = cell color
// bccccccccccb t = text color // bccccccccccb t = text color
// bccccccccccb // bccccccccccb
// bbbbbbbbbbbb // bbbbbbbbbbbb
Bitmap aPreviewBmp( Size( nBitmapWidth, nBitmapHeight), 24, nullptr ); Bitmap aPreviewBmp( Size( nBitmapWidth, nBitmapHeight), 24, nullptr );
Bitmap::ScopedWriteAccess pAccess(aPreviewBmp); Bitmap::ScopedWriteAccess pAccess(aPreviewBmp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment