summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorPranav Kant <pranavk@collabora.co.uk>2017-07-29 11:20:34 +0530
committerJan Holesovsky <kendy@collabora.com>2017-11-15 17:07:08 +0100
commitbd54b582bb5ec491fcb67e7f7b062f8a8ac64faf (patch)
tree4caa81ac49a13545cf1912608cf3325484bfea9a /sw/inc
parent9b48b88e192ae1708b130da63999375e215216ff (diff)
lokdialog: Set up intial posting mouse events to dialogs
Events from the dialog in GTV are forwarded correctly, but the events are still not processed by the dialog in core. Change-Id: Ib95ac0a3cd23f6cc2763c21425a67402b15f2de2
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/unotxdoc.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx
index 249eeacc0420..edaa4b0236d5 100644
--- a/sw/inc/unotxdoc.hxx
+++ b/sw/inc/unotxdoc.hxx
@@ -453,11 +453,11 @@ public:
OUString getPostIts() override;
void paintDialog(const vcl::DialogID& rDialogID, VirtualDevice& rDevice, int& nWidth, int& nHeight) override;
- void postDialogMouseEvent(const vcl::DialogID& rDialogID, int nType,
- int nCharCode, int nKeyCode) override;
+ void postDialogKeyEvent(const vcl::DialogID& rDialogID, int nType,
+ int nCharCode, int nKeyCode) override;
- void postDialogKeyEvent(const vcl::DialogID& rDialogID, int nType, int nX, int nY,
- int nCount, int nButtons, int nModifier) override;
+ void postDialogMouseEvent(const vcl::DialogID& rDialogID, int nType, int nX, int nY,
+ int nCount, int nButtons, int nModifier) override;
// css::tiledrendering::XTiledRenderable
virtual void SAL_CALL paintTile( const ::css::uno::Any& Parent, ::sal_Int32 nOutputWidth, ::sal_Int32 nOutputHeight, ::sal_Int32 nTilePosX, ::sal_Int32 nTilePosY, ::sal_Int32 nTileWidth, ::sal_Int32 nTileHeight ) throw (::css::uno::RuntimeException, std::exception) override;