sw/source/uibase/inc/frmdlg.hxx |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit db4cb7cee82615973d1be9fd631c1317f1da5820
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Tue Jan 23 08:18:16 2024 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jan 23 09:47:10 2024 +0100

    sw: document SwFrameDlg
    
    Frame in this context means the highlevel TextFrame on the UI, not
    layout frames.
    
    Change-Id: I2b2753e8c940451d52ed642505a889177af6875c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162428
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/source/uibase/inc/frmdlg.hxx b/sw/source/uibase/inc/frmdlg.hxx
index 425bed5fcb77..88b07a41fa85 100644
--- a/sw/source/uibase/inc/frmdlg.hxx
+++ b/sw/source/uibase/inc/frmdlg.hxx
@@ -25,7 +25,10 @@
 
 class SwWrtShell;
 
-// frame dialog
+/// Insert -> Frame -> Frame on the UI.
+///
+/// Also available via the .uno:InsertFrame command. This is just the dialog 
itself, the individual
+/// tabpages are created and added in the constructor.
 class SwFrameDlg final : public SfxTabDialogController
 {
     bool m_bFormat;

Reply via email to