diff options
Diffstat (limited to 'sw/inc/viscrs.hxx')
-rw-r--r-- | sw/inc/viscrs.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/viscrs.hxx b/sw/inc/viscrs.hxx index 9ad0753f0bc0..c8b8b356f7e3 100644 --- a/sw/inc/viscrs.hxx +++ b/sw/inc/viscrs.hxx @@ -43,6 +43,7 @@ class SW_DLLPUBLIC SwVisibleCursor /// For LibreOfficeKit only - remember what page we were at the last time. sal_uInt16 m_nPageLastTime; + SwRect m_aLastLOKRect; bool m_bIsVisible; bool m_bIsDragCursor; @@ -58,6 +59,8 @@ public: void SetDragCursor( bool bFlag = true ) { m_bIsDragCursor = bFlag; } void SetPosAndShow(SfxViewShell const * pViewShell); const vcl::Cursor& GetTextCursor() const; + + OString getLOKPayload(int nType, int nViewId) const; }; // From here classes/methods for selections. |