diff options
Diffstat (limited to 'include/vcl/seleng.hxx')
-rw-r--r-- | include/vcl/seleng.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/seleng.hxx b/include/vcl/seleng.hxx index 6762a1e051a5..bdb2e3cb4248 100644 --- a/include/vcl/seleng.hxx +++ b/include/vcl/seleng.hxx @@ -35,9 +35,9 @@ class CommandEvent; enum SelectionMode { NO_SELECTION, SINGLE_SELECTION, RANGE_SELECTION, MULTIPLE_SELECTION }; -// --------------- + // - FunctionSet - -// --------------- + class VCL_DLLPUBLIC FunctionSet { @@ -60,9 +60,9 @@ public: virtual void DeselectAll() = 0; }; -// ------------------- + // - SelectionEngine - -// ------------------- + #define SELENG_DRG_ENAB 0x0001 #define SELENG_IN_SEL 0x0002 |