summaryrefslogtreecommitdiff
path: root/extensions
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 /extensions
parentd7bebc89c19d70344a8d71c729bbcb3a59004114 (diff)
override the overloading of "overload" to decrease cognitive (over-)load
Change-Id: I4d0e1de89d0bbdbea23bc5a46bf75ae0ce4e2796
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/ole/servprov.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/ole/servprov.hxx b/extensions/source/ole/servprov.hxx
index f085e8cb5c48..24ab22f48f2b 100644
--- a/extensions/source/ole/servprov.hxx
+++ b/extensions/source/ole/servprov.hxx
@@ -65,7 +65,7 @@ public:
class declaration ProviderOleWrapper_Impl
Provides an UNO service provider as OLE class factory. Handle the
- OLE registration by overloading the abstract methods from
+ OLE registration by overriding the abstract methods from
IClassFactoryWrapper.
Acts as a COM class factory. When IClassFactory::CreateInstance is being called
@@ -109,7 +109,7 @@ protected:
class declaration OneInstanceOleWrapper_Impl
Provides an single UNO object as OLE object. Handle the
- OLE registration by overloading the abstract methods from
+ OLE registration by overriding the abstract methods from
IClassFactoryWrapper.
Acts as a COM class factory. When IClassFactory::CreateInstance is being called