sw/inc/swabstdlg.hxx | 5 +++++ 1 file changed, 5 insertions(+) New commits: commit 4cdb50923ed00b9219a9f4cb36693b3a8c444f7c Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Mon Mar 28 20:21:33 2022 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Tue Mar 29 08:30:24 2022 +0200
sw: document AbstractSwBreakDlg AbstractSwBreakDlg is implemented by AbstractSwBreakDlg_Impl, which wraps an SwBreakDlg, a bit complex at first. Change-Id: I366bb16b13a6343a45d5538f79ddff729fe31acf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132241 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx index 08c71a2f33d1..6c45c7aa4513 100644 --- a/sw/inc/swabstdlg.hxx +++ b/sw/inc/swabstdlg.hxx @@ -228,6 +228,11 @@ public: }; +/** + * Interface for the insert -> more breaks -> manual break dialog. It's implemented by + * AbstractSwBreakDlg_Impl, but SwTextShell only knows about this interface and the + * SwAbstractDialogFactory::CreateSwBreakDlg() factory. + */ class AbstractSwBreakDlg { protected: