diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-09-13 08:51:44 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-09-13 11:32:07 +0200 |
commit | 25c9a3e9a5b8c3ea02210271a789f9ebfa90352a (patch) | |
tree | bcd6fb8e0dc5250b989ecefaa305ee46539926a3 /sd/source/ui | |
parent | 27be65a7d5326608f75839e3964ac322e88224a1 (diff) |
add a comment of an example where this dialog appears
Change-Id: Icca2eb703b9fd926e7145822e9671c23c6e83356
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173316
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'sd/source/ui')
-rw-r--r-- | sd/source/ui/dlg/brkdlg.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/source/ui/dlg/brkdlg.cxx b/sd/source/ui/dlg/brkdlg.cxx index 278cb2c9705a..322f5e6d3f7e 100644 --- a/sd/source/ui/dlg/brkdlg.cxx +++ b/sd/source/ui/dlg/brkdlg.cxx @@ -36,6 +36,8 @@ namespace sd { * dialog to split metafiles */ +// This only shows up for metafiles with a lot of records, a good example can be seen at: +// https://bz.apache.org/ooo/show_bug.cgi?id=119125 as "Firefox-logo.svg" BreakDlg::BreakDlg(weld::Window* pWindow, DrawView* pDrView, DrawDocShell* pShell, sal_uLong nSumActionCount, sal_uLong nObjCount) : SfxDialogController(pWindow, u"modules/sdraw/ui/breakdialog.ui"_ustr, u"BreakDialog"_ustr) |