summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/menuoptions.cxx2
-rw-r--r--svtools/source/config/optionsdrawinglayer.cxx2
-rw-r--r--svtools/source/control/tabbar.cxx2
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 -