Kaydet (Commit) bad98a1a authored tarafından Julien Nabet's avatar Julien Nabet

fdo#46339: Fix Query Wizard by putting the right ElementName

üst c06f9327
...@@ -111,7 +111,7 @@ public abstract class ControlScroller ...@@ -111,7 +111,7 @@ public abstract class ControlScroller
iStartPosY = iCompPosY + SORELFIRSTPOSY; iStartPosY = iCompPosY + SORELFIRSTPOSY;
int ScrollHeight = iCompHeight - 2; int ScrollHeight = iCompHeight - 2;
nlineincrement = 1; 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, xScrollBar = CurUnoDialog.insertScrollBar("TitleScrollBar" + sIncSuffix, 0,
new AdjustmentListenerImpl(), new AdjustmentListenerImpl(),
new String[] new String[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment