diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 17:25:54 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-20 22:33:02 +0200 |
commit | a14b659dc0b5d3de4fc7801907a83eda3476f3c1 (patch) | |
tree | 1efe2ff43567c6faf992c1544b05a6b05afd96f9 /include/vbahelper | |
parent | e69c38722bac136ead8640cf7a8d0dd557741740 (diff) |
Fix typos
Change-Id: I8561dc27229a2430bfdfd8ac806139b4450496c7
Reviewed-on: https://gerrit.libreoffice.org/76026
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include/vbahelper')
-rw-r--r-- | include/vbahelper/vbahelperinterface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vbahelper/vbahelperinterface.hxx b/include/vbahelper/vbahelperinterface.hxx index d68767ddd7dc..fdcdaca9c204 100644 --- a/include/vbahelper/vbahelperinterface.hxx +++ b/include/vbahelper/vbahelperinterface.hxx @@ -35,7 +35,7 @@ namespace com { namespace sun { namespace star { namespace uno { class XComponentContext; } } } } -// use this class when you have an a object like +// use this class when you have an object like // interface XAnInterface which contains XHelperInterface in its inheritance hierarchy // interface XAnInterface // { |