[Libreoffice-commits] .: Branch 'libreoffice-3-4' - sfx2/source
Thorsten Behrens
thorsten at kemper.freedesktop.org
Wed Apr 13 01:24:04 PDT 2011
sfx2/source/dialog/dinfdlg.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 3b5a89c8a73c4db6f725fb14469f403d499912ee
Author: Robert Dargaud <libo at bobiciel.com>
Date: Tue Apr 12 18:09:28 2011 +0200
fix bug #36069 - Date properties in 'Custom Properties' do not scroll in UI
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index b0e1cab..7770ded 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -2230,8 +2230,8 @@ void CustomPropertiesWindow::DoScroll( sal_Int32 nNewPos )
if ( pLine->m_bIsRemoved )
continue;
- Window* pWindows[] = { &pLine->m_aNameBox, &pLine->m_aTypeBox, &pLine->m_aValueEdit, &pLine->m_aDurationField,
- &pLine->m_aYesNoButton, &pLine->m_aRemoveButton, NULL };
+ Window* pWindows[] = { &pLine->m_aNameBox, &pLine->m_aTypeBox, &pLine->m_aValueEdit, &pLine->m_aDateField, &pLine->m_aTimeField,
+ &pLine->m_aDurationField, &pLine->m_aEditButton, &pLine->m_aYesNoButton, &pLine->m_aRemoveButton, NULL };
Window** pCurrent = pWindows;
while ( *pCurrent )
{
More information about the Libreoffice-commits
mailing list