diff options
author | Ashod Nakashian <ashodnakashian@yahoo.com> | 2017-10-31 21:52:49 -0400 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2017-11-05 12:15:47 +0100 |
commit | 30c10ae1b38342ced95889b33d95fe39c7cf6679 (patch) | |
tree | 631d52041944b020d28cc2652f7a6c8841f87819 /sw/inc/UndoParagraphSignature.hxx | |
parent | e567694246d99a2a99c4079b04ed2ad8cd5ed785 (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/UndoParagraphSignature.hxx')
-rw-r--r-- | sw/inc/UndoParagraphSignature.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/UndoParagraphSignature.hxx b/sw/inc/UndoParagraphSignature.hxx index 763a25d1ba6e..39b6dbf5d770 100644 --- a/sw/inc/UndoParagraphSignature.hxx +++ b/sw/inc/UndoParagraphSignature.hxx @@ -42,7 +42,7 @@ private: const bool m_bRemove; public: - SwUndoParagraphSigning(const SwPosition& rPos, + SwUndoParagraphSigning(SwDoc* pDoc, const uno::Reference<text::XTextField>& xField, const uno::Reference<text::XTextContent>& xParent, const bool bRemove); |