summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/unocontrol.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/source/controls/unocontrol.cxx')
-rw-r--r--toolkit/source/controls/unocontrol.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/source/controls/unocontrol.cxx b/toolkit/source/controls/unocontrol.cxx
index 46bbe3d3a5c2..0e7e92433c83 100644
--- a/toolkit/source/controls/unocontrol.cxx
+++ b/toolkit/source/controls/unocontrol.cxx
@@ -1420,7 +1420,7 @@ sal_Bool UnoControl::isTransparent( ) throw(RuntimeException, std::exception)
// XServiceInfo
OUString UnoControl::getImplementationName( ) throw(RuntimeException, std::exception)
{
- OSL_FAIL( "This method should be overloaded!" );
+ OSL_FAIL( "This method should be overridden!" );
return OUString();
}