diff options
-rw-r--r-- | extensions/source/bibliography/loadlisteneradapter.cxx | 2 | ||||
-rw-r--r-- | starmath/source/node.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/bibliography/loadlisteneradapter.cxx b/extensions/source/bibliography/loadlisteneradapter.cxx index e74c24ebaa76..27b278ced0d1 100644 --- a/extensions/source/bibliography/loadlisteneradapter.cxx +++ b/extensions/source/bibliography/loadlisteneradapter.cxx @@ -46,7 +46,7 @@ namespace bib void OComponentListener::_disposing( const EventObject& /*_rSource*/ ) throw( RuntimeException) { - // nothing to do here, overrride if you're interested in + // nothing to do here, override if you're interested in } diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index 9a6ea0c0280e..a76e7c53bbd8 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -1077,7 +1077,7 @@ void SmRootNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) pRootSym->Arrange(rDev, rFormat); Point aPos = pRootSym->AlignTo(*pBody, RP_LEFT, RHA_CENTER, RVA_BASELINE); - //! overrride calculated vertical position + //! override calculated vertical position aPos.Y() = pRootSym->GetTop() + pBody->GetBottom() - pRootSym->GetBottom(); aPos.Y() -= nVerOffset; pRootSym->MoveTo(aPos); |