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