[Libreoffice-commits] .: Branch 'feature/calc-dp-unlimited-fields' - sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Dec 15 08:23:19 PST 2010


 sc/source/ui/dbgui/pvlaydlg.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 63e57a2994380322a07519ae598ae871555ce8f0
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Wed Dec 15 11:23:00 2010 -0500

    Fixed a build breakage after merging master.

diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index 11ebc49..fafabaa 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -717,6 +717,7 @@ void ScDPLayoutDlg::MoveField( ScDPFieldType eFromType, size_t nFromIndex, ScDPF
 
         if ( Contains( theArr, fData.mnCol, nAt ) )
         {
+            size_t nToIndex = 0;
             aToPos = DlgPos2WndPos( rAtPos, *theWnd );
             theWnd->GetExistingIndex( aToPos, nToIndex );
 


More information about the Libreoffice-commits mailing list