diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-28 11:32:40 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-28 16:14:43 +0200 |
commit | 6f6c61a8c0fb7fd838e0c6516276a22b7729904c (patch) | |
tree | 94f65fa44a2d3378c18ecfd1f8593267ace908a3 /sc/inc/scmod.hxx | |
parent | 5fde838b561924208dacd4a3f4ce5df6c7ea4661 (diff) |
Fix typos
Change-Id: I4faf601f9b690bdf284d8ee472091f38ca96d5f1
Reviewed-on: https://gerrit.libreoffice.org/54908
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/inc/scmod.hxx')
-rw-r--r-- | sc/inc/scmod.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/scmod.hxx b/sc/inc/scmod.hxx index 1ef0eed7b936..e38c07dccca5 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -82,7 +82,7 @@ class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationL ScDragData* m_pDragData; ScSelectionTransferObj* m_pSelTransfer; ScMessagePool* m_pMessagePool; - // there is no global InputHandler anymore, each View has it's own + // there is no global InputHandler anymore, each View has its own ScInputHandler* m_pRefInputHandler; ScViewCfg* m_pViewCfg; ScDocCfg* m_pDocCfg; |