summaryrefslogtreecommitdiff
path: root/scripting/source/dlgprov/dlgevtatt.hxx
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2017-01-16 22:28:50 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-01-17 06:06:17 +0000
commit98397a48f1f33be3405b0f462fc20422f6363b68 (patch)
treeb5a9e3cb982a43d1c5ab199631a0959f477860ff /scripting/source/dlgprov/dlgevtatt.hxx
parentbc2dee995b38fd16336541d533a105245aa681d2 (diff)
Typo: listerner->listener
Change-Id: Ib2cb62477630641f0302769eacdd0dd00f4e760c Reviewed-on: https://gerrit.libreoffice.org/33192 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'scripting/source/dlgprov/dlgevtatt.hxx')
-rw-r--r--scripting/source/dlgprov/dlgevtatt.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripting/source/dlgprov/dlgevtatt.hxx b/scripting/source/dlgprov/dlgevtatt.hxx
index 033f25831b96..46cef1442634 100644
--- a/scripting/source/dlgprov/dlgevtatt.hxx
+++ b/scripting/source/dlgprov/dlgevtatt.hxx
@@ -49,7 +49,7 @@ namespace dlgprov
{
private:
bool mbUseFakeVBAEvents;
- ListenerHash listernersForTypes;
+ ListenerHash listenersForTypes;
css::uno::Reference< css::uno::XComponentContext > m_xContext;
css::uno::Reference< css::script::XEventAttacher > m_xEventAttacher;
css::uno::Reference< css::script::XScriptListener > getScriptListenerForKey( const OUString& sScriptName ) throw ( css::uno::RuntimeException );