Kaydet (Commit) e6b20052 authored tarafından Ashod Nakashian's avatar Ashod Nakashian Kaydeden (comit) Ashod Nakashian

TSCP: Store paragraph signature RDF in the paragraph

Change-Id: Ic44e3238bd1c35445bc23d0cc1de07aa2bf4512c
Reviewed-on: https://gerrit.libreoffice.org/44243Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAshod Nakashian <ashnakash@gmail.com>
üst ffa46ebe
This diff is collapsed.
......@@ -53,10 +53,7 @@ SwEditShell::SwEditShell( SwDoc& rDoc, vcl::Window *pWindow, const SwViewOption
// Update the paragraph signatures.
// Since this ctor is called only on creating/loading the doc, we validate once only.
//FIXME: This is taking too long for the scheduler's taste.
// Need to do a quick check to see if a paragraph is signed or not,
// but for that need paragraph RDF, which is in a later patch.
// ValidateAllParagraphSignatures(true);
ValidateAllParagraphSignatures(true);
}
SwEditShell::~SwEditShell() // USED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment