sc/source/ui/view/tabvwsh4.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1f9d7c4c63b90ddffa2bb975efb61c4ae3221e56
Author: Pavel Janík <[email protected]>
Date:   Sun Jan 19 18:41:28 2014 +0000

    WaE: Reorder initializations to prevent compiler warnings.

diff --git a/sc/source/ui/view/tabvwsh4.cxx b/sc/source/ui/view/tabvwsh4.cxx
index 78af02a..93fb898 100644
--- a/sc/source/ui/view/tabvwsh4.cxx
+++ b/sc/source/ui/view/tabvwsh4.cxx
@@ -1588,9 +1588,9 @@ FASTBOOL __EXPORT ScTabViewShell::KeyInput( const 
KeyEvent &rKeyEvent )
     pScSbxObject(NULL),         \
     /*bChartDlgIsEdit(sal_False),*/     \
     bChartAreaValid(sal_False),     \
-    bForceFocusOnCurCell(sal_False),    \
     nCurRefDlgId(0),            \
-    pAccessibilityBroadcaster(NULL)
+    pAccessibilityBroadcaster(NULL),    \
+    bForceFocusOnCurCell(sal_False)
 
 
 //------------------------------------------------------------------
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to