diff options
Diffstat (limited to 'include/vcl/lstbox.hxx')
-rw-r--r-- | include/vcl/lstbox.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/vcl/lstbox.hxx b/include/vcl/lstbox.hxx index 76ec86b6673d..bfba165e8466 100644 --- a/include/vcl/lstbox.hxx +++ b/include/vcl/lstbox.hxx @@ -30,9 +30,9 @@ class ImplListBoxFloatingWindow; class ImplBtn; class ImplWin; -// -------------------------------------------------------------------- + // - ListBox - -// -------------------------------------------------------------------- + class VCL_DLLPUBLIC ListBox : public Control { @@ -236,9 +236,9 @@ public: void EnableQuickSelection( const bool& b ); }; -// ---------------- + // - MultiListBox - -// ---------------- + class VCL_DLLPUBLIC MultiListBox : public ListBox { |