diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2017-10-01 19:34:28 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-10-02 14:14:35 +0200 |
commit | 217dd15374a7020aa498817bcf4ea28157e7080f (patch) | |
tree | 9d8b69763158167024d9e9e8cbfc472a2f9e8f7f /sw/inc | |
parent | 1ef8bb7c9d90766629d8c769cc05b9944637f68d (diff) |
TSCP: edit paragraph classification
Change-Id: Ib60a22fefe3464e29427a3d82b3af0926375433b
Reviewed-on: https://gerrit.libreoffice.org/43020
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/editsh.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx index f25cd59b0c04..9b9692b4c47e 100644 --- a/sw/inc/editsh.hxx +++ b/sw/inc/editsh.hxx @@ -382,6 +382,7 @@ public: /// Apply the classification to the paragraph at cursor. void ApplyParagraphClassification(std::vector<svx::ClassificationResult> aResult); + std::vector<svx::ClassificationResult> CollectParagraphClassification(); /// Returns true iff the cursor is within a paragraph metadata field. /// Currently there are two variants: signature and classification. |