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 /svx/inc/sdr/contact | |
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 'svx/inc/sdr/contact')
-rw-r--r-- | svx/inc/sdr/contact/viewcontactofsdrpage.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index d811b96abbd0..9ff6cfa65828 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -132,7 +132,6 @@ public: class ViewContactOfGrid : public ViewContactOfPageSubObject { protected: - // bitfield bool mbFront : 1; virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; @@ -148,7 +147,6 @@ public: class ViewContactOfHelplines : public ViewContactOfPageSubObject { protected: - // bitfield bool mbFront : 1; virtual ViewObjectContact& CreateObjectSpecificViewObjectContact(ObjectContact& rObjectContact) override; |