summaryrefslogtreecommitdiff
path: root/vcl/source/window/scrwnd.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-16 22:33:14 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-16 22:40:42 +0200
commit2976b53ff8c815f5f6a5deba1763fba153bd528f (patch)
tree178b9b8384f71f27c39922f3a30b432034375c49 /vcl/source/window/scrwnd.hxx
parent7956ff62ee9a4b82f64d19d51cccddd73bc49d1e (diff)
Bin more pointless comments and ASCII graphics
Suggested Easy Hack: Replace all instances of // -------- comments including surrounding newlines with a single newline. Another Easy Hack, slightly harder to automate: Remove all the pointless comments that just tell the class name right before the declaration of that class. Change-Id: Ia890ed613b53c5d719988697e20a983d62334123
Diffstat (limited to 'vcl/source/window/scrwnd.hxx')
-rw-r--r--vcl/source/window/scrwnd.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/window/scrwnd.hxx b/vcl/source/window/scrwnd.hxx
index 2b6e7c78ca08..bd6ee20204f0 100644
--- a/vcl/source/window/scrwnd.hxx
+++ b/vcl/source/window/scrwnd.hxx
@@ -21,10 +21,6 @@
#include <vcl/bitmap.hxx>
#include <vcl/image.hxx>
-// -----------
-// - Defines -
-// -----------
-
#define WHEELMODE_NONE 0x00000000UL
#define WHEELMODE_VH 0x00000001UL
#define WHEELMODE_V 0x00000002UL
@@ -33,10 +29,6 @@
#define WHEELMODE_SCROLL_V 0x00000010UL
#define WHEELMODE_SCROLL_H 0x00000020UL
-// -------------------
-// - ImplWheelWindow -
-// -------------------
-
class Timer;
class ImplWheelWindow : public FloatingWindow