summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-08-01 18:07:56 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-08-04 02:12:26 +0200
commit345994dad91765e5356f95786146bf8aca5a4aa3 (patch)
tree56e09f549534d18b195e4ca470690806955fea57 /sw/inc/editsh.hxx
parent0a64fa41045eea8ea179bbf0eee306ffb5851500 (diff)
sw: sign paragraph text
The results are not stored anywhere just yet. Change-Id: I99a701ee8a16f166350c7c342b34b8fc476a81ae Reviewed-on: https://gerrit.libreoffice.org/40721 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index c539007c34c9..7e2d8b739427 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -372,7 +372,10 @@ public:
void SetWatermark(const SfxWatermarkItem& rText);
/// Sign the paragraph at the cursor.
- static void SignParagraph(SwPaM* pPaM);
+ void SignParagraph(SwPaM* pPaM);
+
+ /// Verify the paragraph at the cursor.
+ void VerifyParagraph(SwPaM* pPaM);
void Insert2(SwField&, const bool bForceExpandHints);