diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-05 14:19:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-02-09 08:12:10 +0100 |
commit | 4b707104207e96d4e6666be7ad6e00ac4c6a10bc (patch) | |
tree | 759422d13e608218f242b313fc107ce973aad2e2 /sw/inc | |
parent | 768dea15b4c5c50367e40af45fc2265478ec154b (diff) |
lok::Document::postMouseEvent(): allow double-click
Change-Id: Idaddd28d906e7508d4d2c5aab916b06fbe021beb
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index 2d5161e2f2e0..894a12714946 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -414,7 +414,7 @@ public: */ virtual void registerCallback(LibreOfficeKitCallback pCallback, void* pData) SAL_OVERRIDE; /// @see vcl::ITiledRenderable::postMouseEvent(). - virtual void postMouseEvent(int nType, int nX, int nY) SAL_OVERRIDE; + virtual void postMouseEvent(int nType, int nX, int nY, int nCount) SAL_OVERRIDE; void Invalidate(); void Reactivate(SwDocShell* pNewDocShell); |