diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 23:25:11 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-10-13 23:28:09 +0300 |
commit | 55d028488580c5835682188cb8d23e5fe4dcb424 (patch) | |
tree | 709e3fc2da7f617365192b343879c51b0d632af8 | |
parent | fed75d1009635ab6aea146df43aabcc3c584bd1a (diff) |
-Werror=reorder
Change-Id: I827911df1bc379a0f0e303a15d44b30309a8bc04
-rw-r--r-- | framework/source/uielement/uicommanddescription.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx index d4244c92681e..0aac542f0778 100644 --- a/framework/source/uielement/uicommanddescription.cxx +++ b/framework/source/uielement/uicommanddescription.cxx @@ -120,8 +120,8 @@ class ConfigurationAccess_UICommand : // Order is necessary for right initializa { CmdToInfoMap() : bPopup( false ), bCommandNameCreated( false ), - nProperties( 0 ), - nIsExperimental(0) {} + nIsExperimental( 0 ), + nProperties( 0 ) {} OUString aLabel; OUString aContextLabel; |