include/vcl/salbtype.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 271c35f1f7894f662231108ab9a1961ee4e87f64
Author: Noel Grandin <noel.gran...@collabora.co.uk>
Date:   Wed Jan 31 11:31:58 2018 +0200

    BitmapColor can be final
    
    Change-Id: I903362c158190a9f1ee68c2e580a0c695a4c86d8
    Reviewed-on: https://gerrit.libreoffice.org/48970
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>
    Tested-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/vcl/salbtype.hxx b/include/vcl/salbtype.hxx
index 74ff7f41e48f..a13153934e73 100644
--- a/include/vcl/salbtype.hxx
+++ b/include/vcl/salbtype.hxx
@@ -86,7 +86,7 @@ d_Col = BitmapColor( static_cast<sal_uInt8>( _def_cR | ( ( 
_def_cR & maR.mnOr )
 
 class Color;
 
-class VCL_DLLPUBLIC BitmapColor
+class VCL_DLLPUBLIC BitmapColor final
 {
 private:
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to