diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-05-23 15:51:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-05-23 20:38:36 +0200 |
commit | 72b8f0b81f8c731364d54c2eb8626601f78a5de4 (patch) | |
tree | 9026fbf79fd03e04516c72f794983171df73192e /sc/inc/scmod.hxx | |
parent | 8118a5d2eb1524768784adc0b143b8cc1b9f3f61 (diff) |
Fix typo
Change-Id: Ie9501a1cb9f8c2a747b92eb74c120816b49148d8
Reviewed-on: https://gerrit.libreoffice.org/54709
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 76e512424d89..e3974dcf39ad 100644 --- a/sc/inc/scmod.hxx +++ b/sc/inc/scmod.hxx @@ -83,7 +83,7 @@ class ScModule: public SfxModule, public SfxListener, public utl::ConfigurationL ScSelectionTransferObj* m_pSelTransfer; ScMessagePool* m_pMessagePool; css::uno::Reference<css::datatransfer::XTransferable2> m_xClipData; // Only used by Vba helper functions - // 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; |