From 42238045c24f51fa1013f4bfe444c31455edda3e Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 9 Jan 2023 20:47:13 +0100 Subject: sw: document SwGrfExtPage It's created by SwFrameDlg and this is one of the tabpages which are only there for images, not for frames. Change-Id: I1f3740e683413a2dad2bb124c843b170b45c90e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145242 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- sw/source/uibase/inc/frmpage.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sw') diff --git a/sw/source/uibase/inc/frmpage.hxx b/sw/source/uibase/inc/frmpage.hxx index db74d967ae3e..8aca87d35293 100644 --- a/sw/source/uibase/inc/frmpage.hxx +++ b/sw/source/uibase/inc/frmpage.hxx @@ -192,6 +192,8 @@ public: void EnableVerticalPositioning( bool bEnable ); }; +/// Tabpage providing the functionality behind Format -> Image -> Properties and then the Rotation +/// tabpage. class SwGrfExtPage final : public SfxTabPage { OUString m_aFilterName; -- cgit