[Libreoffice-commits] core.git: framework/source
Maxim Monastirsky
momonasmon at gmail.com
Thu Oct 13 20:32:19 UTC 2016
framework/source/uielement/uicommanddescription.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 55d028488580c5835682188cb8d23e5fe4dcb424
Author: Maxim Monastirsky <momonasmon at gmail.com>
Date: Thu Oct 13 23:25:11 2016 +0300
-Werror=reorder
Change-Id: I827911df1bc379a0f0e303a15d44b30309a8bc04
diff --git a/framework/source/uielement/uicommanddescription.cxx b/framework/source/uielement/uicommanddescription.cxx
index d4244c9..0aac542 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;
More information about the Libreoffice-commits
mailing list