From 17394c18c821b6ac6d11b059335ac0c6580d36c1 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Wed, 29 Jan 2014 23:15:33 -0200 Subject: fdo#63154 Removed unused solar.h ref. in vcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a Reviewed-on: https://gerrit.libreoffice.org/7738 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- vcl/inc/ilstbox.hxx | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'vcl/inc/ilstbox.hxx') diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx index af7910cddd9f..58d6f9ccdbfd 100644 --- a/vcl/inc/ilstbox.hxx +++ b/vcl/inc/ilstbox.hxx @@ -21,8 +21,6 @@ #define INCLUDED_VCL_INC_ILSTBOX_HXX #include - -#include #include #include #include @@ -35,10 +33,6 @@ class ScrollBar; class ScrollBarBox; -// ----------------- -// - ListBox-Types - -// ----------------- - #define HORZ_SCROLL 4 #define IMG_TXT_DISTANCE 6 @@ -51,10 +45,6 @@ enum LB_EVENT_TYPE LET_KEYSPACE }; -// ----------------- -// - ImplEntryType - -// ----------------- - struct ImplEntryType { OUString maStr; @@ -93,10 +83,6 @@ struct ImplEntryType } }; -// ----------------- -// - ImplEntryList - -// ----------------- - class ImplEntryList { private: @@ -189,10 +175,6 @@ public: sal_uInt16 FindFirstSelectable( sal_uInt16 nPos, bool bForward = true ); }; -// --------------------- -// - ImplListBoxWindow - -// --------------------- - class ImplListBoxWindow : public Control, public ::vcl::ISearchableStringList { private: @@ -397,10 +379,6 @@ protected: virtual void SelectEntry( ::vcl::StringEntryIdentifier _entry ); }; -// --------------- -// - ImplListBox - -// --------------- - class ImplListBox : public Control { private: @@ -529,10 +507,6 @@ public: inline void SetDropTraget(const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& i_xDNDListenerContainer){ mxDNDListenerContainer= i_xDNDListenerContainer; } }; -// ----------------------------- -// - ImplListBoxFloatingWindow - -// ----------------------------- - class ImplListBoxFloatingWindow : public FloatingWindow { private: @@ -572,10 +546,6 @@ public: virtual void Resize(); }; -// ----------- -// - ImplWin - -// ----------- - class ImplWin : public Control { private: @@ -638,10 +608,6 @@ public: void SetEdgeBlending(bool bNew) { mbEdgeBlending = bNew; } }; -// ----------- -// - ImplBtn - -// ----------- - class ImplBtn : public PushButton { private: -- cgit