summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-11-24 20:28:29 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-11-25 08:11:56 +0100
commitbfee63e502f341f0bd039189f2d7492529c4340a (patch)
tree7b05cfc63f7bb47f1549b74230cd3b62c41d8438
parenta5c1cbcbb506e1c33c7e80673bfc01a34c834ed5 (diff)
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 <vmiklos@collabora.com>
-rw-r--r--sw/source/uibase/inc/frmpage.hxx2
1 files changed, 1 insertions, 1 deletions
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;