[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Sun Jan 22 21:32:09 UTC 2017


 sd/source/ui/table/TableDesignPane.cxx |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

New commits:
commit e2e2775f3bbd120ae81f3cfb476f78247ace93fd
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Jan 22 21:31:01 2017 +0000

    align comment
    
    Change-Id: I50a728e785589e3ec2d9128679f3e69451c5102a

diff --git a/sd/source/ui/table/TableDesignPane.cxx b/sd/source/ui/table/TableDesignPane.cxx
index 0536822..09ed839 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);


More information about the Libreoffice-commits mailing list