>From 2de03b6a40f6bfe9413a30914fbc26a01afc0969 Mon Sep 17 00:00:00 2001
From: Robert Dargaud <[email protected]>
Date: Tue, 12 Apr 2011 18:09:28 +0200
Subject: [PATCH] fix bug #36069 - Date properties in 'Custom Properties' do not
scroll in UI
---
sfx2/source/dialog/dinfdlg.cxx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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 )
{
--
1.7.1
_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice