summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashodnakashian@yahoo.com>2017-10-31 21:52:49 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-11-05 12:15:47 +0100
commit30c10ae1b38342ced95889b33d95fe39c7cf6679 (patch)
tree631d52041944b020d28cc2652f7a6c8841f87819 /sw/inc/editsh.hxx
parente567694246d99a2a99c4079b04ed2ad8cd5ed785 (diff)
TSCP: refactor signature validation and simplify
Change-Id: I20e2f2825c9bd19d76ab450ffa70aca72fbb8b9a Reviewed-on: https://gerrit.libreoffice.org/44146 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 285c4413c597..4461d9b0a04a 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -377,8 +377,11 @@ public:
/// Sign the paragraph at the cursor.
void SignParagraph();
- /// Validate paragraph signatures, if any, at the cursor.
- void ValidateParagraphSignatures(bool updateDontRemove);
+ /// Validate current paragraph signatures, if any, at the cursor start.
+ void ValidateCurrentParagraphSignatures(bool updateDontRemove);
+
+ /// Validate all paragraph signatures.
+ void ValidateAllParagraphSignatures(bool updateDontRemove);
/// Ensure that the classification of the doc is never lower than
/// the paragraph with the highest classification.