sd/source/ui/dlg/brkdlg.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 25c9a3e9a5b8c3ea02210271a789f9ebfa90352a
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Sep 13 08:51:44 2024 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Sep 13 11:32:07 2024 +0200

    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.mcnam...@collabora.com>

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)

Reply via email to