sw/source/uibase/inc/unomod.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 1b556ae4d1a5ae73ceb0baf52aae01dc05eaf61d
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Wed Mar 16 20:09:51 2022 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Thu Mar 17 09:02:10 2022 +0100

    sw: document SwXViewSettings
    
    Which is a bit confusing: there is separation between the views while
    running, but only one view saves its config to the user profile, it
    seems.
    
    Change-Id: Ie5c5ae782860e1b93dc9096be893acff7e555aac
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131674
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/sw/source/uibase/inc/unomod.hxx b/sw/source/uibase/inc/unomod.hxx
index 7b4032947c5c..758677f10b8c 100644
--- a/sw/source/uibase/inc/unomod.hxx
+++ b/sw/source/uibase/inc/unomod.hxx
@@ -96,6 +96,10 @@ public:
     virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() 
override;
 };
 
+/**
+ * Implements com.sun.star.text.ViewSettings: UNO access to per-view settings 
(e.g. if formatting
+ * marks are visible or not.)
+ */
 class SwXViewSettings final : public comphelper::ChainablePropertySet
 {
     friend class SwXDocumentSettings;

Reply via email to