sw/source/uibase/inc/frmpage.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bfee63e502f341f0bd039189f2d7492529c4340a Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Nov 24 20:28:29 2022 +0100 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Fri Nov 25 08:11:56 2022 +0100 sw: document SwFramePage Which has nothing to with SwPageFrame. SwPageFrame is a page in the layout, SwFramePage is a tab page in a dialog. Change-Id: I4a88bcfb9e1aab541f099c4f6d84501610105f76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143245 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmik...@collabora.com> diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx index 2f816348332c..2a6b280c68c6 100644 --- a/sw/source/uibase/inc/frmpage.hxx +++ b/sw/source/uibase/inc/frmpage.hxx @@ -34,7 +34,7 @@ struct FrameMap; // OD 12.11.2003 #i22341# struct SwPosition; -// frame dialog +/// This is the Position & Size tab page of the Insert -> Frame -> Frame dialog. class SwFramePage final : public SfxTabPage { bool m_bAtHorzPosModified;