diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2017-01-23 16:44:54 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-02-05 16:48:49 +0000 |
commit | 0b819a1f0704b82b16007ba707e49ad4082311df (patch) | |
tree | 21af2452d0ecc851da43d75348e34422c38afb28 /sw/inc/crsrsh.hxx | |
parent | 1f9b7ccd6e988b330e5d16305c27c7d6844c938b (diff) |
tdf#103258 Add contextual edit footnote endnote command.
Change-Id: I68126d2ec8b8dfb12c45ce577d110be2b94a4e33
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/33803
Tested-by: Jenkins <ci@libreoffice.org>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sw/inc/crsrsh.hxx')
-rw-r--r-- | sw/inc/crsrsh.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx index 10e13a101e0a..66718855192c 100644 --- a/sw/inc/crsrsh.hxx +++ b/sw/inc/crsrsh.hxx @@ -565,6 +565,8 @@ public: // Check of SPoint or Mark of current cursor are placed within a table. inline const SwTableNode* IsCursorInTable() const; + bool IsCursorInFootnote() const; + inline Point& GetCursorDocPos() const; inline bool IsCursorPtAtEnd() const; |