diff options
author | Noel Grandin <noelgrandin@gmail.com> | 2024-10-18 19:51:46 +0200 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-10-21 16:25:33 +0200 |
commit | 75936266771bda85c8e9c49e796bbca2167f4ef8 (patch) | |
tree | 2cbdcfe284aa0115eaf3d0235dd97a5edbddc0eb /sw/source/uibase/uiview | |
parent | ea7cf71ad297e55750eb3df3f9eee9aca906d22c (diff) |
drop StyleSheetCreated
the only place that references it, effectively ignores it.
I cant find anything that really uses it, as far back in the
git history as
commit 59bb5ba445352f88e3ac2d00a5dc3f9bb872326a
Author: Vladimir Glazounov <vg@openoffice.org>
Date: Wed Apr 11 18:36:28 2007 +0000
INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED
when it was introduced.
Removing this removes a bunch of expensive broadcast operations.
a similar mega-master-page scenario as reported in tdf#158773
20s -> 17s
Change-Id: I84ee269aa0ea96e9f77601b01d4795edd3294044
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175175
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/uiview')
-rw-r--r-- | sw/source/uibase/uiview/view2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/view2.cxx b/sw/source/uibase/uiview/view2.cxx index b172f4557841..0df8e979a356 100644 --- a/sw/source/uibase/uiview/view2.cxx +++ b/sw/source/uibase/uiview/view2.cxx @@ -558,7 +558,7 @@ bool SwView::InsertGraphicDlg( SfxRequest& rReq ) if(!pFormat) pFormat = pDoc->MakeFrameFormat(sGraphicFormat, pDocShell->GetDoc()->GetDfltFrameFormat(), - true, false); + false); rSh.SetFrameFormat( pFormat ); } |