diff options
-rw-r--r-- | unotools/source/config/useroptions.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unotools/source/config/useroptions.cxx b/unotools/source/config/useroptions.cxx index e8601517b54a..292c0001a9ab 100644 --- a/unotools/source/config/useroptions.cxx +++ b/unotools/source/config/useroptions.cxx @@ -47,7 +47,7 @@ using namespace utl; using namespace com::sun::star; // vOptionNames[] -- names of the user option entries -// The order corresponds to the #define USER_OPT_* list in useroptions.hxx. +// The order must correspond to the enum class UserOptToken in useroptions.hxx. static o3tl::enumarray<UserOptToken, char const *> vOptionNames = { "l", // UserOptToken::City "o", // UserOptToken::Company |