diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-08-23 14:49:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-08-23 14:59:51 +0300 |
commit | af348f508405cf34f3dc3043c2e1bc9bf38800f2 (patch) | |
tree | b1e39fb80d3dcbcaddca322bd0985400c5201e1b /unotools | |
parent | 49bbea41a2371bb9fb5a585a2efec61bd82a92c5 (diff) |
Update comment now that we use an enum class
Change-Id: I2daefa5a0e63d9a571ee90a9b8be5e58fa2315a1
Diffstat (limited to 'unotools')
-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 |