summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-10-01 15:49:42 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-10-02 14:10:46 +0200
commitc140d8d97344299be70e32ac4ebc324ba4dc5dba (patch)
tree6f4ebfd65466a77d373066ec9a88216f70b57ac8 /sw/inc
parent0135d0df982772341bfeaeb8e3f4542847b1fb31 (diff)
TSCP: paragraph classification support
Change-Id: Ia547e7c68076596d9765a1bad96fd76bd7fa7386 Reviewed-on: https://gerrit.libreoffice.org/43017 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/editsh.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 7a8164c9ef70..f25cd59b0c04 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -380,6 +380,9 @@ public:
/// Validate paragraph signatures, if any, at the cursor.
void ValidateParagraphSignatures(bool updateDontRemove);
+ /// Apply the classification to the paragraph at cursor.
+ void ApplyParagraphClassification(std::vector<svx::ClassificationResult> aResult);
+
/// Returns true iff the cursor is within a paragraph metadata field.
/// Currently there are two variants: signature and classification.
bool IsCursorInParagraphMetadataField() const;