[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/source

Pavel Janík paveljanik at apache.org
Sun Jan 19 12:08:35 PST 2014


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

New commits:
commit 1f9d7c4c63b90ddffa2bb975efb61c4ae3221e56
Author: Pavel Janík <paveljanik at apache.org>
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)
 
 
 //------------------------------------------------------------------


More information about the Libreoffice-commits mailing list