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

Julien Nabet serval2412 at kemper.freedesktop.org
Thu Feb 23 12:26:32 PST 2012


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

New commits:
commit b3a326c16127c9f696e6e4e264729991c4ef4981
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

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