diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-21 12:52:30 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-01-26 10:27:42 +0100 |
commit | 752d15176fe6c3361288f3939508cd9d4497115d (patch) | |
tree | 5078beb005b2704972c485e8dc42252399b0ef93 /sw/inc | |
parent | bb0b878b9d8a63e43c5063b65b1b2381621a18f6 (diff) |
Add SwXTextDocument::postMouseEvent()
Change-Id: Ic2e6343288e87e23026b2f0c17338ecf5f1bed99
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index a837c76494a6..2d5161e2f2e0 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -413,6 +413,8 @@ public: * @param pData is private data of the client that will be sent back when the callback is invoked */ virtual void registerCallback(LibreOfficeKitCallback pCallback, void* pData) SAL_OVERRIDE; + /// @see vcl::ITiledRenderable::postMouseEvent(). + virtual void postMouseEvent(int nType, int nX, int nY) SAL_OVERRIDE; void Invalidate(); void Reactivate(SwDocShell* pNewDocShell); |