diff options
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); |