diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-12-15 11:23:00 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-12-15 11:23:00 -0500 |
commit | 883e40eaba258b1a9cea540bf71d5f9a8ba4860f (patch) | |
tree | 04e1094049d1c57430ca748c4ce070a3ae7c5bc4 | |
parent | dc5e6ed480c748ccc03931327b94fa3270984470 (diff) |
Fixed a build breakage after merging master.
-rw-r--r-- | sc/source/ui/dbgui/pvlaydlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx index 2ea18f4fbda8..aaca007e26b2 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 ); |