diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-09-22 11:48:28 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-09-22 11:49:26 +0300 |
commit | e4a42606467bc2a02bd7b4dbe69720963c33bd63 (patch) | |
tree | da58267c4f1d9f84ac10cae89445a32b3ea021f5 /svtools | |
parent | a4d0699a7a18320d2c0770e52532e0f7dcafcb9a (diff) |
Bin obsolete comment
Change-Id: Id3a3fd5317aef2acdc30605f816c2656990a94b6
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/brwbox/editbrowsebox.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svtools/source/brwbox/editbrowsebox.cxx b/svtools/source/brwbox/editbrowsebox.cxx index a6ad427d7bf0..522130bda325 100644 --- a/svtools/source/brwbox/editbrowsebox.cxx +++ b/svtools/source/brwbox/editbrowsebox.cxx @@ -847,8 +847,6 @@ namespace svt { tools::Rectangle aRect = GetFieldRectPixel(nEditRow, 0, false ); // status cell should be painted if and only if text is displayed - // note: bPaintStatus is mutable, but Solaris has problems with assigning - // probably because it is part of a bitfield pTHIS->bPaintStatus = ( GetBrowserFlags() & EditBrowseBoxFlags::HANDLE_COLUMN_TEXT ) == EditBrowseBoxFlags::HANDLE_COLUMN_TEXT; rWindow.Invalidate(aRect); pTHIS->bPaintStatus = true; |