summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-01-10 20:01:01 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-01-11 08:23:33 +0100
commit98538ea2155274b4cdb66a5d4e46d221aec564d3 (patch)
tree0eb8350c9ee982795c0665ea3495e6b82f9c0886
parenta8bbd66011da4d9996f28a6ed06db10ed026312b (diff)
sw: document SwPagePreviewWin
SwPagePreviewWin is just a widget, owned by SwPagePreview, which is a view shell (more or less an opened window). Change-Id: I8f93ef354412273f85e9d4a5b375a3e2b7412221 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128261 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
-rw-r--r--sw/source/uibase/inc/pview.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/pview.hxx b/sw/source/uibase/inc/pview.hxx
index ec573024d206..5d749564f5e5 100644
--- a/sw/source/uibase/inc/pview.hxx
+++ b/sw/source/uibase/inc/pview.hxx
@@ -42,7 +42,7 @@ class CommandEvent;
class SvtAccessibilityOptions;
class SwPagePreviewLayout;
-// Delete member <mnVirtPage> and its accessor
+/// Provides the VCL widget that is used for the main area of the File -> Print Preview window.
class SAL_DLLPUBLIC_RTTI SwPagePreviewWin final : public vcl::Window
{
SwViewShell* mpViewShell;