summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-02-23 20:00:40 +0100
committerJan Holesovsky <kendy@suse.cz>2012-02-24 11:49:11 +0100
commit83ba2fb18f3ec7835591c6ffeda6e713bc09a9f9 (patch)
tree687317a8f521d663c2aae0f085c397330eb1560a
parent30c94dfb6e5c9103848bb24b3085fd8f4417c439 (diff)
fdo#46339: Fix Query Wizard by putting the right ElementName
Signed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Jan Holesovsky <kendy@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@suse.com>
-rw-r--r--wizards/com/sun/star/wizards/ui/ControlScroller.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ControlScroller.java b/wizards/com/sun/star/wizards/ui/ControlScroller.java
index a04d1c178736..037a3ee9e1ab 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[]