summaryrefslogtreecommitdiff
path: root/extensions/source/ole/servprov.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/ole/servprov.hxx')
-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