summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
Diffstat (limited to 'starmath')
-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 9d8356a0e97b..8cc7f0bd0ab9 100644
--- a/starmath/source/node.cxx
+++ b/starmath/source/node.cxx
@@ -436,7 +436,7 @@ const SmNode * SmNode::FindRectClosestTo(const Point &rPoint) const
void SmNode::GetAccessibleText( OUStringBuffer &/*rText*/ ) const
{
- SAL_WARN("starmath", "SmNode: GetAccessibleText not overloaded");
+ SAL_WARN("starmath", "SmNode: GetAccessibleText not overridden");
}
const SmNode * SmNode::FindNodeWithAccessibleIndex(sal_Int32 nAccIdx) const