framework/source/uielement/uicommanddescription.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 55d028488580c5835682188cb8d23e5fe4dcb424
Author: Maxim Monastirsky <momonas...@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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to