From 55d028488580c5835682188cb8d23e5fe4dcb424 Mon Sep 17 00:00:00 2001 From: Maxim Monastirsky Date: Thu, 13 Oct 2016 23:25:11 +0300 Subject: -Werror=reorder Change-Id: I827911df1bc379a0f0e303a15d44b30309a8bc04 --- framework/source/uielement/uicommanddescription.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework') 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; -- cgit