sw/inc/swabstdlg.hxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit f4716b19e42ae89ab0c1d5df7e2e51cc7bb6a30e
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Apr 20 20:24:11 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Apr 21 08:05:46 2022 +0200

    sw: document AbstractSwRenameXNamedDlg
    
    It's also used by the navigator for e.g. bookmarks -> select entry ->
    context menu -> rename.
    
    Change-Id: Ieea79c57cfb07ff0f26f3c70e0b1ce33aa30d9d2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133224
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/inc/swabstdlg.hxx b/sw/inc/swabstdlg.hxx
index 6c45c7aa4513..cd6d4b3593dd 100644
--- a/sw/inc/swabstdlg.hxx
+++ b/sw/inc/swabstdlg.hxx
@@ -323,6 +323,11 @@ public:
     virtual std::shared_ptr<SfxDialogController> GetController() = 0;
 };
 
+/**
+ * Interface for e.g. the insert -> bookmark -> rename dialog. It's 
implemented by
+ * AbstractSwRenameXNamedDlg_Impl, but SwInsertBookmarkDlg only knows about 
this interface and the
+ * SwAbstractDialogFactory::CreateSwRenameXNamedDlg() factory.
+ */
 class AbstractSwRenameXNamedDlg : public VclAbstractDialog
 {
 protected:

Reply via email to