[Libreoffice-commits] core.git: sc/inc

Andrea Gelmini andrea.gelmini at gelma.net
Wed May 23 18:38:59 UTC 2018


 sc/inc/scmod.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 72b8f0b81f8c731364d54c2eb8626601f78a5de4
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed May 23 15:51:28 2018 +0200

    Fix typo
    
    Change-Id: Ie9501a1cb9f8c2a747b92eb74c120816b49148d8
    Reviewed-on: https://gerrit.libreoffice.org/54709
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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;


More information about the Libreoffice-commits mailing list