diff options
author | Patrick Luby <plubius@neooffice.org> | 2023-07-30 15:03:56 -0400 |
---|---|---|
committer | Patrick Luby <plubius@neooffice.org> | 2023-07-31 18:11:53 +0200 |
commit | ccc31ed4d96bada134d08046f22f64c095a29041 (patch) | |
tree | 6c8ddc5bc9f4a2dcc5ce100528c8c523d653f4be /include/sal/log-areas.dox | |
parent | e675d9673f138286e3c4654c522e3930ec96b4bd (diff) |
tdf#156470 add SAL_INFO calls for debugging
In the verious LibreOffice samples attached to tdf#156470, it appears
that LibreOffice spends a lot of time the GetTextArray() calls in
SvxFont::QuickGetTextSize(). So add logging to determine if any of
the GetTextArray() calls are returning unusual sizes.
Change-Id: Ie6f0fcc85396b47342b6a93180d4bc9873420931
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155072
Tested-by: Jenkins
Reviewed-by: Patrick Luby <plubius@neooffice.org>
Diffstat (limited to 'include/sal/log-areas.dox')
-rw-r--r-- | include/sal/log-areas.dox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox index f209b6244f5f..275f33e1d073 100644 --- a/include/sal/log-areas.dox +++ b/include/sal/log-areas.dox @@ -197,6 +197,7 @@ certain functionality. @li @c editeng @li @c editeng.chaining @li @c editeng.items +@li @c editeng.quicktextsize @section embeddedobj |