summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-22 15:49:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-22 22:19:07 +0100
commit9d26fbe23501929f69eca6772a57c1db7b58eded (patch)
tree22fbc4434d53a1ea28ae681d2d27bb6d16050c8c /configmgr
parent528af529decf3ef28507ce4eaf26759547cb021d (diff)
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 <sbergman@redhat.com>
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/localizedpropertynode.hxx5
1 files changed, 2 insertions, 3 deletions
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_;
};