diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-02 00:28:47 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 08:59:34 +0000 |
commit | c7114b66bd615670950ef6f7c2d80adab3fb4c33 (patch) | |
tree | f550353dbd5d36a58738426a1f2142f75d5d1a50 /include/framework | |
parent | bb43a23036dcfda114368441c5aa82a9a90355cd (diff) |
Fix typos
Change-Id: I7000efdb7276053c16de992fa8f9a4e614ecb3e2
Reviewed-on: https://gerrit.libreoffice.org/29434
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/framework')
-rw-r--r-- | include/framework/dispatchhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/framework/dispatchhelper.hxx b/include/framework/dispatchhelper.hxx index f1e28e803ea3..3cca78c6a90a 100644 --- a/include/framework/dispatchhelper.hxx +++ b/include/framework/dispatchhelper.hxx @@ -96,7 +96,7 @@ class FWE_DLLPUBLIC DispatchHelper : public ::cppu::WeakImplHelper< css::lang::X const css::uno::Sequence< css::beans::PropertyValue >& lArguments ) throw(css::uno::RuntimeException, std::exception) override; - // not a public XDispatchHelper-method, need in sfx2/source/control/statcach.cxx for extentions + // not a public XDispatchHelper-method, need in sfx2/source/control/statcach.cxx for extensions css::uno::Any SAL_CALL executeDispatch( const css::uno::Reference< css::frame::XDispatch >& xDispatch , const css::util::URL& aURL , |