summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorRobert Dargaud <libo@bobiciel.com>2011-04-12 18:09:28 +0200
committerThorsten Behrens <tbehrens@novell.com>2011-04-13 10:20:50 +0200
commit50428e32e6ca188dafbcfde5f91338a88313508c (patch)
treeb1708ed4cea5a53c7ea22eddb67c647e6ab65781 /sfx2
parent11d0c5f12f0f2df1bee26a40b79c8c5e71f43966 (diff)
fix bug #36069 - Date properties in 'Custom Properties' do not scroll in UI
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/dinfdlg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 21bd787d6c61..106633b0a9d5 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 )
{