diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2011-12-01 23:41:42 +0200 |
commit | e10fc18fb2c74ac3e432ffaa2b1c125110fe2eeb (patch) | |
tree | 89eeb4275f134a589f5a6fe9be392a40fd86d4ee /comphelper | |
parent | 9ee19c8fad2c3c29c4ff4cc6c37ba8d24d641ccc (diff) |
typo fix: explicitely -> explicitly
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/inc/comphelper/implementationreference.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/inc/comphelper/implementationreference.hxx b/comphelper/inc/comphelper/implementationreference.hxx index dff242b78307..cd903597cf7a 100644 --- a/comphelper/inc/comphelper/implementationreference.hxx +++ b/comphelper/inc/comphelper/implementationreference.hxx @@ -172,7 +172,7 @@ namespace comphelper C++ pointer. This is a static version of the constructor which creates - an instance of an implementation type which is explicitely + an instance of an implementation type which is explicitly queried for the ImplementationReference's template-parameterized UNO type. |