sw/source/uibase/inc/pview.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 98538ea2155274b4cdb66a5d4e46d221aec564d3
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Jan 10 20:01:01 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Jan 11 08:23:33 2022 +0100

    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 <vmik...@collabora.com>

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;

Reply via email to