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 <vmiklos@collabora.com>
This commit is contained in:
parent
5d56255c22
commit
f4716b19e4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user