diff options
Diffstat (limited to 'svgio/inc/svgcharacternode.hxx')
-rw-r--r-- | svgio/inc/svgcharacternode.hxx | 2 |
1 files changed, 0 insertions, 2 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; |