diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-31 11:31:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-01-31 14:34:31 +0100 |
commit | 271c35f1f7894f662231108ab9a1961ee4e87f64 (patch) | |
tree | d633048f8deb39c1731ba4fd9f1dc89d4426fa20 /include | |
parent | ea607135ce6bb607508ac6ce6fcc4dae99f297a9 (diff) |
BitmapColor can be final
Change-Id: I903362c158190a9f1ee68c2e580a0c695a4c86d8
Reviewed-on: https://gerrit.libreoffice.org/48970
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/salbtype.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |