sw/source/uibase/inc/drpcps.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f01d7029601f01b591f8b36fb19d7c46742da880
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Sep 26 19:30:29 2022 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Sep 27 08:12:42 2022 +0200

    sw: document SwDropCapsDlg
    
    It works with the current view in the SwDropCapsPage ctor, which is a
    bit poor, probably could figure out the relevant view via the parent it
    gets.
    
    Change-Id: Idc7641e1c56c6fbe2038115573db76b28c0375e5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140626
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/uibase/inc/drpcps.hxx b/sw/source/uibase/inc/drpcps.hxx
index 7eca0dbd7958..8d5a5fb6dd6e 100644
--- a/sw/source/uibase/inc/drpcps.hxx
+++ b/sw/source/uibase/inc/drpcps.hxx
@@ -28,6 +28,8 @@
 
 class SwWrtShell;
 
+/// Dedicated drop caps dialog, opened by the .uno:FormatDropcap UNO command, 
which is not in the
+/// default menus.
 class SwDropCapsDlg final : public SfxSingleTabDialogController
 {
 public:

Reply via email to