diff options
Diffstat (limited to 'sc/source/ui/app/inputwin.cxx')
-rw-r--r-- | sc/source/ui/app/inputwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx index 6e4a2389bb3e..937888eb757e 100644 --- a/sc/source/ui/app/inputwin.cxx +++ b/sc/source/ui/app/inputwin.cxx @@ -1671,7 +1671,7 @@ void ScTextWnd::LoseFocus() OUString ScTextWnd::GetText() const { - // Overload to get the text via the testtool + // Override to get the text via the testtool if ( pEditEngine ) return pEditEngine->GetText(); else |