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 /sc/source/ui/sidebar | |
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 'sc/source/ui/sidebar')
-rw-r--r-- | sc/source/ui/sidebar/AlignmentPropertyPanel.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx | 1 | ||||
-rw-r--r-- | sc/source/ui/sidebar/CellLineStyleControl.hxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx index c5c0dea4f8a7..0eedc144ca8d 100644 --- a/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx +++ b/sc/source/ui/sidebar/AlignmentPropertyPanel.hxx @@ -90,7 +90,6 @@ private: ::sfx2::sidebar::ControllerItem maVrtStackControl; ::sfx2::sidebar::ControllerItem maRefEdgeControl; - /// bitfield bool mbMultiDisable : 1; vcl::EnumContext maContext; diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx index 1aefb2a06fb5..36441475b307 100644 --- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx +++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.hxx @@ -115,7 +115,6 @@ private: sal_uInt16 mnBLTROut; sal_uInt16 mnBLTRDis; - /// bitfield bool mbBorderStyleAvailable : 1; // CellBorder defines diff --git a/sc/source/ui/sidebar/CellLineStyleControl.hxx b/sc/source/ui/sidebar/CellLineStyleControl.hxx index 247d419bf410..165ea0e93e0e 100644 --- a/sc/source/ui/sidebar/CellLineStyleControl.hxx +++ b/sc/source/ui/sidebar/CellLineStyleControl.hxx @@ -35,7 +35,6 @@ private: VclPtr<CellLineStyleValueSet> maCellLineStyleValueSet; OUString maStr[CELL_LINE_STYLE_ENTRIES]; - /// bitfield bool mbVSfocus : 1; void Initialize(); |