[Libreoffice-commits] .: Branch 'libreoffice-3-5-1' - wizards/com

Jan Holesovsky kendy at kemper.freedesktop.org
Fri Feb 24 02:51:04 PST 2012


 wizards/com/sun/star/wizards/ui/ControlScroller.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 83ba2fb18f3ec7835591c6ffeda6e713bc09a9f9
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Feb 23 20:00:40 2012 +0100

    fdo#46339: Fix Query Wizard by putting the right ElementName
    
    Signed-off-by: Caolán McNamara <caolanm at redhat.com>
    Signed-off-by: Jan Holesovsky <kendy at suse.cz>
    Signed-off-by: Michael Meeks <michael.meeks at suse.com>

diff --git a/wizards/com/sun/star/wizards/ui/ControlScroller.java b/wizards/com/sun/star/wizards/ui/ControlScroller.java
index a04d1c1..037a3ee 100644
--- a/wizards/com/sun/star/wizards/ui/ControlScroller.java
+++ b/wizards/com/sun/star/wizards/ui/ControlScroller.java
@@ -111,7 +111,7 @@ public abstract class ControlScroller
         iStartPosY = iCompPosY + SORELFIRSTPOSY;
         int ScrollHeight = iCompHeight - 2;
         nlineincrement = 1;
-        sIncSuffix = com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameAccess(), "imgBackground");
+        sIncSuffix = com.sun.star.wizards.common.Desktop.getIncrementSuffix(CurUnoDialog.getDlgNameAccess(), "TitleScrollBar");
         xScrollBar = CurUnoDialog.insertScrollBar("TitleScrollBar" + sIncSuffix, 0,
                 new AdjustmentListenerImpl(),
                 new String[]


More information about the Libreoffice-commits mailing list