summaryrefslogtreecommitdiff
path: root/starmath/source/node.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/node.cxx')
-rw-r--r--starmath/source/node.cxx2
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;
}
};