diff options
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/node.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 41a74b5105f9..50bfccd1af11 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2944,7 +2944,7 @@ void SmSpecialNode::Prepare(const SmFormat &rFormat, const SmDocShell &rDocShell if (bItalic) Attributes() |= ATTR_ITALIC; else - Attributes() &= ~ATTR_ITALIC;; + Attributes() &= ~ATTR_ITALIC; } }; |