summaryrefslogtreecommitdiff
path: root/vcl/source/control/scrbar.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/scrbar.cxx')
-rw-r--r--vcl/source/control/scrbar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/scrbar.cxx b/vcl/source/control/scrbar.cxx
index 1237615b9de1..672cf6aeb30c 100644
--- a/vcl/source/control/scrbar.cxx
+++ b/vcl/source/control/scrbar.cxx
@@ -114,7 +114,7 @@ void ScrollBar::ImplInitStyle( WinBits nStyle )
}
ScrollBar::ScrollBar( vcl::Window* pParent, WinBits nStyle ) :
- Control( WINDOW_SCROLLBAR )
+ Control( WindowType::SCROLLBAR )
{
ImplInit( pParent, nStyle );
}
@@ -1450,7 +1450,7 @@ void ScrollBarBox::ImplInit(vcl::Window* pParent, WinBits nStyle)
}
ScrollBarBox::ScrollBarBox( vcl::Window* pParent, WinBits nStyle ) :
- Window( WINDOW_SCROLLBARBOX )
+ Window( WindowType::SCROLLBARBOX )
{
ImplInit( pParent, nStyle );
}