configmgr/source/localizedpropertynode.hxx |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit 9d26fbe23501929f69eca6772a57c1db7b58eded
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Sun Nov 22 15:49:05 2020 +0100
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Sun Nov 22 22:19:07 2020 +0100

    Make it clear again what the comment appertains to
    
    ...after 315f270d2db7541e9400852b070afb30f371f644 "tdf#123936 Formatting 
files
    in module configmgr with clang-format"
    
    Change-Id: I75f30acc3db166404e5de58ef65d3de34f5e7061
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106356
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/configmgr/source/localizedpropertynode.hxx 
b/configmgr/source/localizedpropertynode.hxx
index c54a6c521231..d4831a89fd67 100644
--- a/configmgr/source/localizedpropertynode.hxx
+++ b/configmgr/source/localizedpropertynode.hxx
@@ -49,9 +49,8 @@ private:
 
     virtual Kind kind() const override;
 
-    Type staticType_;
-    // as specified in the component-schema (TYPE_ANY, ...,
-    // TYPE_HEXBINARY_LIST; not TYPE_ERROR or TYPE_NIL)
+    Type staticType_; // as specified in the component-schema (TYPE_ANY, ..., 
TYPE_HEXBINARY_LIST;
+        // not TYPE_ERROR or TYPE_NIL)
     bool nillable_;
     NodeMap members_;
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to