summaryrefslogtreecommitdiff
path: root/vcl/source/control/slider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/slider.cxx')
-rw-r--r--vcl/source/control/slider.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/control/slider.cxx b/vcl/source/control/slider.cxx
index 35d01ed13c10..5c2a7ab96165 100644
--- a/vcl/source/control/slider.cxx
+++ b/vcl/source/control/slider.cxx
@@ -26,7 +26,7 @@
#include "thumbpos.hxx"
-// =======================================================================
+
#define SLIDER_DRAW_THUMB ((sal_uInt16)0x0001)
#define SLIDER_DRAW_CHANNEL1 ((sal_uInt16)0x0002)
@@ -48,7 +48,7 @@
#define SLIDER_VIEW_STYLE (WB_3DLOOK | WB_HORZ | WB_VERT)
-// =======================================================================
+
void Slider::ImplInit( Window* pParent, WinBits nStyle )
{