diff options
Diffstat (limited to 'starmath/source/node.cxx')
-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 4e0f561113ab..5b5baab9f462 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -2396,7 +2396,7 @@ void SmRectangleNode::Arrange(const OutputDevice &rDev, const SmFormat &/*rForma nHeight += 2 * nTmpBorderWidth; //! use this method in order to have 'SmRect::HasAlignInfo() == true' - //! and thus having the attribut-fences updated in 'SmRect::ExtendBy' + //! and thus having the attribute-fences updated in 'SmRect::ExtendBy' SmRect::operator = (SmRect(nWidth, nHeight)); } |