summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-01-09 20:47:13 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-01-10 07:05:46 +0000
commit42238045c24f51fa1013f4bfe444c31455edda3e (patch)
tree781f5f00c654f314873f2e267c8f69209b18b9cd /sw
parentd96c98647511b6c1f1d1d9a969df39f859cc0696 (diff)
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 <vmiklos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/inc/frmpage.hxx2
1 files changed, 2 insertions, 0 deletions
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;