summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2012-02-23 20:00:40 +0100
committerJulien Nabet <serval2412@yahoo.fr>2012-02-23 21:24:51 +0100
commitb3a326c16127c9f696e6e4e264729991c4ef4981 (patch)
tree91adefc0d45df10934333349997b4818eece02c4 /wizards
parent2d5231041203f2471c4d2f052dde6f4808fa8344 (diff)
fdo#46339: Fix Query Wizard by putting the right ElementName
Diffstat (limited to 'wizards')
-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[]