diff options
Diffstat (limited to 'wizards/com/sun/star/wizards/ui/ControlScroller.py')
-rw-r--r-- | wizards/com/sun/star/wizards/ui/ControlScroller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/com/sun/star/wizards/ui/ControlScroller.py b/wizards/com/sun/star/wizards/ui/ControlScroller.py index 2f6d4a41f3e0..e6dfc1257118 100644 --- a/wizards/com/sun/star/wizards/ui/ControlScroller.py +++ b/wizards/com/sun/star/wizards/ui/ControlScroller.py @@ -21,7 +21,7 @@ from ..common.Desktop import Desktop from ..common.PropertyNames import PropertyNames from ..common.HelpIds import HelpIds -from com.sun.star.awt.ScrollBarOrientation import HORIZONTAL, VERTICAL +from com.sun.star.awt.ScrollBarOrientation import VERTICAL class ControlScroller(object): |