diff options
Diffstat (limited to 'vcl/inc/vcl/ilstbox.hxx')
-rw-r--r-- | vcl/inc/vcl/ilstbox.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vcl/inc/vcl/ilstbox.hxx b/vcl/inc/vcl/ilstbox.hxx index f00f20062204..b468978f247e 100644 --- a/vcl/inc/vcl/ilstbox.hxx +++ b/vcl/inc/vcl/ilstbox.hxx @@ -60,7 +60,7 @@ enum LB_EVENT_TYPE // ----------------- // - ImplEntryType - // ----------------- - + struct ImplEntryType { XubString maStr; @@ -102,7 +102,7 @@ struct ImplEntryType // ----------------- // - ImplEntryList - // ----------------- - + class ImplEntryList : private List { private: @@ -385,7 +385,7 @@ public: // --------------- // - ImplListBox - // --------------- - + class ImplListBox : public Control { private: @@ -508,7 +508,7 @@ public: // ----------------------------- // - ImplListBoxFloatingWindow - // ----------------------------- - + class ImplListBoxFloatingWindow : public FloatingWindow { private: @@ -551,7 +551,7 @@ public: // ----------- // - ImplWin - // ----------- - + class ImplWin : public Control { private: |