diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-09-13 11:05:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-09-13 11:09:06 +0300 |
commit | 714de95ec549a7a79574cbe5a59450083c279dc6 (patch) | |
tree | 5360945f9b7840532837184e69b763e4741ea6bd /vcl/inc | |
parent | 0ae863c8ac4b712d67041e8bcf4069afbe71b494 (diff) |
Remove nonsense comments: // bitfield
Surely the actual bitfield syntax is enough to tell the code reader
that it is a bitfield.
Change-Id: Ic9552e01b19c8b34b2a17db56b9ff63e7c7de926
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/listbox.hxx | 3 | ||||
-rw-r--r-- | vcl/inc/regband.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/vcl/inc/listbox.hxx b/vcl/inc/listbox.hxx index 0ce452ef6081..ce3758093d55 100644 --- a/vcl/inc/listbox.hxx +++ b/vcl/inc/listbox.hxx @@ -194,7 +194,6 @@ private: sal_uInt16 mnSelectModifier; ///< Modifiers - /// bitfield bool mbHasFocusRect : 1; bool mbSort : 1; ///< ListBox sorted bool mbTrack : 1; ///< Tracking @@ -362,7 +361,6 @@ private: VclPtr<ScrollBar> mpVScrollBar; VclPtr<ScrollBarBox> mpScrollBarBox; - /// bitfield bool mbVScroll : 1; // VScroll an oder aus bool mbHScroll : 1; // HScroll an oder aus bool mbAutoHScroll : 1; // AutoHScroll an oder aus @@ -523,7 +521,6 @@ private: Link<void*,void> maMBDownHdl; Link<UserDrawEvent*, void> maUserDrawHdl; - /// bitfield bool mbUserDrawEnabled : 1; bool mbInUserDraw : 1; bool mbEdgeBlending : 1; diff --git a/vcl/inc/regband.hxx b/vcl/inc/regband.hxx index f74f837a62e6..7c1785e98365 100644 --- a/vcl/inc/regband.hxx +++ b/vcl/inc/regband.hxx @@ -64,7 +64,6 @@ public: long mnYTop; // actual boundary of the band long mnYBottom; - // bitfield bool mbTouched : 1; // create y-band with boundaries |