From 5b4486a898968eb5019376ca6c4bd07a97ec537d Mon Sep 17 00:00:00 2001 From: homeboy445 Date: Thu, 7 Jan 2021 19:02:57 +0530 Subject: tdf#97087 Give unique, comphrehensible names to idles Change-Id: I6823486a45311f81f0ed789dedff6c02b8fb3893 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109056 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski --- sc/source/core/data/documen2.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc') diff --git a/sc/source/core/data/documen2.cxx b/sc/source/core/data/documen2.cxx index 2e607a669896..56e4fac4d711 100644 --- a/sc/source/core/data/documen2.cxx +++ b/sc/source/core/data/documen2.cxx @@ -119,6 +119,7 @@ ScDocument::ScDocument( ScDocumentMode eMode, SfxObjectShell* pDocShell ) : nUnoObjectId( 0 ), nRangeOverflowType( 0 ), aCurTextWidthCalcPos(MaxCol(),0,0), + aTrackIdle("sc ScDocument Track Idle"), nFormulaCodeInTree(0), nXMLImportedFormulaCount( 0 ), nInterpretLevel(0), -- cgit