summaryrefslogtreecommitdiffstats
path: root/basic/source/inc/sbjsmeth.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-01-08 23:08:34 +0100
committerMichael Stahl <mstahl@redhat.com>2015-01-09 00:00:47 +0100
commit2f69e16c723aab48ad59d17397d8946ec0a48138 (patch)
treef59943e7a27ad60eda30cab8cdc3e8e716401db2 /basic/source/inc/sbjsmeth.hxx
parenttranslate all remaining abuses of "ueberladen" (diff)
downloadcore-2f69e16c723aab48ad59d17397d8946ec0a48138.tar.gz
core-2f69e16c723aab48ad59d17397d8946ec0a48138.zip
override the overloading of "overload" to decrease cognitive (over-)load
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
Diffstat (limited to 'basic/source/inc/sbjsmeth.hxx')
-rw-r--r--basic/source/inc/sbjsmeth.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/inc/sbjsmeth.hxx b/basic/source/inc/sbjsmeth.hxx
index 2b744a0234ec..82fda816dcf7 100644
--- a/basic/source/inc/sbjsmeth.hxx
+++ b/basic/source/inc/sbjsmeth.hxx
@@ -24,7 +24,7 @@
#include <basic/sbmeth.hxx>
// basic module for JavaScript sources
-// All the basic-specific methods must be overloaded virtually and must
+// All the basic-specific methods must be overridden virtually and must
// be deactivated. The differentiation of normal modules is done by RTTI.
class SbJScriptMethod : public SbMethod