diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-01-22 21:31:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-01-22 21:31:01 +0000 |
commit | e2e2775f3bbd120ae81f3cfb476f78247ace93fd (patch) | |
tree | 74bfaa201887dbb06b22d0876d50619a5f815477 /sd/source | |
parent | 49889a296e9e15077b36917329538e154789dd9f (diff) |
align comment
Change-Id: I50a728e785589e3ec2d9128679f3e69451c5102a
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/table/TableDesignPane.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx index 0536822c852f..09ed83994e95 100644 --- a/sd/source/ui/table/TableDesignPane.cxx +++ b/sd/source/ui/table/TableDesignPane.cxx @@ -607,13 +607,13 @@ const Bitmap CreateDesignPreview( const Reference< XIndexAccess >& xTableStyle, CellInfoMatrix aMatrix; FillCellInfoMatrix( aCellInfoVector, rSettings, aMatrix ); -// bbbbbbbbbbbb w = 12 pixel -// bccccccccccb h = 7 pixel -// bccccccccccb b = border color -// bcttttttttcb c = cell color -// bccccccccccb t = text color -// bccccccccccb -// bbbbbbbbbbbb + // bbbbbbbbbbbb w = 12 pixel + // bccccccccccb h = 7 pixel + // bccccccccccb b = border color + // bcttttttttcb c = cell color + // bccccccccccb t = text color + // bccccccccccb + // bbbbbbbbbbbb Bitmap aPreviewBmp( Size( nBitmapWidth, nBitmapHeight), 24, nullptr ); Bitmap::ScopedWriteAccess pAccess(aPreviewBmp); |