diff options
-rw-r--r-- | configmgr/source/dconf.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index 7c69eb543bda..ec286b2b7ade 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -39,7 +39,8 @@ extern "C" { // // * The node hierarchy (starting at component nodes with names like // "org.openoffice.Setup") maps to dconf paths underneath -// "/org/libreoffice/registry/". +// "/org/libreoffice/registry/system/" resp. +// "/org/libreoffice/registry/user/". // // * Component, group, set, and localized property nodes map to dconf dirs, // while property and localized value nodes map to dconf keys. |