diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-12 10:37:41 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-07-15 08:53:22 +0200 |
commit | 86cb2a1f98c0585d2121e6ae34fe62f072ef9a63 (patch) | |
tree | 0942e25c030c99bf7d2efd2542b40483a2e348ef /include | |
parent | 349c525fd30121ad2148f6061d155815b8c83303 (diff) |
tdf#112543 Add Edit/Remove hyperlink to text boxes/shapes in Writer
Change-Id: I9052387cf39135c2324b9db03662dc0365323400
Reviewed-on: https://gerrit.libreoffice.org/75479
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/urlfieldhelper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/editeng/urlfieldhelper.hxx b/include/editeng/urlfieldhelper.hxx index 698a22077225..a2f20b560065 100644 --- a/include/editeng/urlfieldhelper.hxx +++ b/include/editeng/urlfieldhelper.hxx @@ -17,6 +17,7 @@ class EDITENG_DLLPUBLIC URLFieldHelper { public: static void RemoveURLField(Outliner* pOutl, OutlinerView* pOLV); + static bool IsCursorAtURLField(OutlinerView* pOLV); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ |