summaryrefslogtreecommitdiff
path: root/svgio
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-09-13 11:05:13 +0300
committerTor Lillqvist <tml@collabora.com>2016-09-13 11:09:06 +0300
commit714de95ec549a7a79574cbe5a59450083c279dc6 (patch)
tree5360945f9b7840532837184e69b763e4741ea6bd /svgio
parent0ae863c8ac4b712d67041e8bcf4069afbe71b494 (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 'svgio')
-rw-r--r--svgio/inc/svgcharacternode.hxx2
-rw-r--r--svgio/inc/svgmarkernode.hxx1
-rw-r--r--svgio/inc/svgnode.hxx1
-rw-r--r--svgio/inc/svgpaint.hxx1
-rw-r--r--svgio/inc/svgpolynode.hxx1
-rw-r--r--svgio/inc/svgstyleattributes.hxx1
-rw-r--r--svgio/inc/svgstylenode.hxx1
-rw-r--r--svgio/inc/svgtextpathnode.hxx1
-rw-r--r--svgio/inc/svgtools.hxx2
9 files changed, 0 insertions, 11 deletions
diff --git a/svgio/inc/svgcharacternode.hxx b/svgio/inc/svgcharacternode.hxx
index c06299904ba9..befa8f4dee22 100644
--- a/svgio/inc/svgcharacternode.hxx
+++ b/svgio/inc/svgcharacternode.hxx
@@ -38,7 +38,6 @@ namespace svgio
SvgNumberVector maRotate;
SvgNumber maTextLength;
- /// bitfield
bool mbLengthAdjust : 1; // true = spacing, false = spacingAndGlyphs
public:
@@ -97,7 +96,6 @@ namespace svgio
// advancing rotation index
sal_uInt32 mnRotationIndex;
- /// bitfield
bool mbLengthAdjust : 1; // true = spacing, false = spacingAndGlyphs
bool mbAbsoluteX : 1;
diff --git a/svgio/inc/svgmarkernode.hxx b/svgio/inc/svgmarkernode.hxx
index 68cc68eedd52..96a0457720d6 100644
--- a/svgio/inc/svgmarkernode.hxx
+++ b/svgio/inc/svgmarkernode.hxx
@@ -53,7 +53,6 @@ namespace svgio
SvgNumber maMarkerHeight;
double mfAngle;
- /// bitfield
bool mbOrientAuto : 1; // true == on, false == fAngle valid
public:
diff --git a/svgio/inc/svgnode.hxx b/svgio/inc/svgnode.hxx
index 65be1f391db4..7a5b86f130c2 100644
--- a/svgio/inc/svgnode.hxx
+++ b/svgio/inc/svgnode.hxx
@@ -113,7 +113,6 @@ namespace svgio
/// possible local CssStyle, e.g. style="fill:red; stroke:red;"
SvgStyleAttributes* mpLocalCssStyle;
- /// bitfield
// flag if maCssStyleVector is already computed (done only once)
bool mbCssStyleVectorBuilt : 1;
diff --git a/svgio/inc/svgpaint.hxx b/svgio/inc/svgpaint.hxx
index 367f801260fa..7f442ce26974 100644
--- a/svgio/inc/svgpaint.hxx
+++ b/svgio/inc/svgpaint.hxx
@@ -31,7 +31,6 @@ namespace svgio
private:
basegfx::BColor maColor;
- /// bitfield
bool mbSet : 1;
bool mbOn : 1;
bool mbCurrent : 1;
diff --git a/svgio/inc/svgpolynode.hxx b/svgio/inc/svgpolynode.hxx
index 6c9a605ee2fb..e4afb25224c9 100644
--- a/svgio/inc/svgpolynode.hxx
+++ b/svgio/inc/svgpolynode.hxx
@@ -38,7 +38,6 @@ namespace svgio
basegfx::B2DPolygon* mpPolygon;
basegfx::B2DHomMatrix* mpaTransform;
- /// bitfield
bool mbIsPolyline : 1; // true = polyline, false = polygon
public:
diff --git a/svgio/inc/svgstyleattributes.hxx b/svgio/inc/svgstyleattributes.hxx
index d0bc8cb6f526..e69affe949e6 100644
--- a/svgio/inc/svgstyleattributes.hxx
+++ b/svgio/inc/svgstyleattributes.hxx
@@ -239,7 +239,6 @@ namespace svgio
BaselineShift maBaselineShift;
SvgNumber maBaselineShiftNumber;
- /// bitfield
// defines if this attributes are part of a ClipPath. If yes,
// rough geometry will be created on decomposition by patching
diff --git a/svgio/inc/svgstylenode.hxx b/svgio/inc/svgstylenode.hxx
index 86809e23f394..a918e685c25d 100644
--- a/svgio/inc/svgstylenode.hxx
+++ b/svgio/inc/svgstylenode.hxx
@@ -33,7 +33,6 @@ namespace svgio
/// use styles
std::vector< SvgStyleAttributes* > maSvgStyleAttributes;
- /// bitfield
bool mbTextCss : 1; // true == type is 'text/css'
public:
diff --git a/svgio/inc/svgtextpathnode.hxx b/svgio/inc/svgtextpathnode.hxx
index 2c974856d6a5..1981180f63b8 100644
--- a/svgio/inc/svgtextpathnode.hxx
+++ b/svgio/inc/svgtextpathnode.hxx
@@ -41,7 +41,6 @@ namespace svgio
/// variable scan values, dependent of given XAttributeList
SvgNumber maStartOffset;
- /// bitfield
bool mbMethod : 1; // true = align, false = stretch
bool mbSpacing : 1; // true = auto, false = exact
diff --git a/svgio/inc/svgtools.hxx b/svgio/inc/svgtools.hxx
index c00f0784c481..cc4a1da908c4 100644
--- a/svgio/inc/svgtools.hxx
+++ b/svgio/inc/svgtools.hxx
@@ -93,7 +93,6 @@ namespace svgio
double mfNumber;
SvgUnit meUnit;
- /// bitfield
bool mbSet : 1;
public:
@@ -157,7 +156,6 @@ namespace svgio
private:
SvgAlign maSvgAlign;
- /// bitfield
bool mbMeetOrSlice : 1; // true = meet (default), false = slice
bool mbSet : 1;