diff options
Diffstat (limited to 'configmgr/source/dconf.cxx')
-rw-r--r-- | configmgr/source/dconf.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/dconf.cxx b/configmgr/source/dconf.cxx index ec286b2b7ade..192eb8bba24f 100644 --- a/configmgr/source/dconf.cxx +++ b/configmgr/source/dconf.cxx @@ -872,7 +872,7 @@ void readDir( continue; } switch (op) { - case Op::None: + default: // case Op::None: SAL_WARN( "configmgr.dconf", "bad set element indirection dir " << path |