diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-08 23:08:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-09 00:00:47 +0100 |
commit | 2f69e16c723aab48ad59d17397d8946ec0a48138 (patch) | |
tree | f59943e7a27ad60eda30cab8cdc3e8e716401db2 /svtools | |
parent | d7bebc89c19d70344a8d71c729bbcb3a59004114 (diff) |
override the overloading of "overload" to decrease cognitive (over-)load
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/config/menuoptions.cxx | 2 | ||||
-rw-r--r-- | svtools/source/config/optionsdrawinglayer.cxx | 2 | ||||
-rw-r--r-- | svtools/source/control/tabbar.cxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx index c7dc8fe2d356..a295fc46ea42 100644 --- a/svtools/source/config/menuoptions.cxx +++ b/svtools/source/config/menuoptions.cxx @@ -91,7 +91,7 @@ class SvtMenuOptions_Impl : public ConfigItem void RemoveListenerLink( const Link& rLink ); - // overloaded methods of baseclass + // override methods of baseclass /*-**************************************************************************************************** diff --git a/svtools/source/config/optionsdrawinglayer.cxx b/svtools/source/config/optionsdrawinglayer.cxx index b6f9c2a543ca..325300503f4f 100644 --- a/svtools/source/config/optionsdrawinglayer.cxx +++ b/svtools/source/config/optionsdrawinglayer.cxx @@ -166,7 +166,7 @@ public: virtual ~SvtOptionsDrawinglayer_Impl(); -// overloaded methods of baseclass +// override methods of baseclass virtual void Commit() SAL_OVERRIDE; diff --git a/svtools/source/control/tabbar.cxx b/svtools/source/control/tabbar.cxx index 27614954a535..e3a6f15a5db8 100644 --- a/svtools/source/control/tabbar.cxx +++ b/svtools/source/control/tabbar.cxx @@ -238,7 +238,7 @@ void ImplTabSizer::Paint( const Rectangle& ) -// Is not named Impl. as it may be called or overloaded +// Is not named Impl. as it may be both instantiated and derived from // - TabBarEdit - |