summaryrefslogtreecommitdiff
path: root/sw/inc/UndoParagraphSignature.hxx
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2017-10-03 19:41:28 -0400
committerAshod Nakashian <ashnakash@gmail.com>2017-10-05 14:47:29 +0200
commitb6d6591fafb8ad2e59a27ff1ac6b234d879b4cf7 (patch)
treeac06305ef34d9a2d661a34cf22e78e4760e0b522 /sw/inc/UndoParagraphSignature.hxx
parent09d70a097136719df3f8f08f5cbaa8dae4369279 (diff)
TSCP: include certificate usage in paragraph signatures
Change-Id: I6f4b891a016c67051efd9033329065d7e3c8a06b Reviewed-on: https://gerrit.libreoffice.org/43022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'sw/inc/UndoParagraphSignature.hxx')
-rw-r--r--sw/inc/UndoParagraphSignature.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/UndoParagraphSignature.hxx b/sw/inc/UndoParagraphSignature.hxx
index e0f1613d91df..8481c23dd030 100644
--- a/sw/inc/UndoParagraphSignature.hxx
+++ b/sw/inc/UndoParagraphSignature.hxx
@@ -37,6 +37,7 @@ private:
uno::Reference<text::XTextField> m_xField;
uno::Reference<text::XTextContent> m_xParent;
OUString m_signature;
+ OUString m_usage;
OUString m_display;
const bool m_bRemove;