summaryrefslogtreecommitdiff
path: root/vcl/inc/ilstbox.hxx
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2014-01-29 23:15:33 -0200
committerCaolán McNamara <caolanm@redhat.com>2014-01-30 11:25:42 +0000
commit17394c18c821b6ac6d11b059335ac0c6580d36c1 (patch)
treea7b12f3e841332a075f29ad9dc56630e1264f8ab /vcl/inc/ilstbox.hxx
parent8d1ca883b119857daa3b8d0ece9da90917589040 (diff)
fdo#63154 Removed unused solar.h ref. in vcl
Change-Id: Ibbc80b09a288494baae4e5ebee4428a6a80a904a Reviewed-on: https://gerrit.libreoffice.org/7738 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/ilstbox.hxx')
-rw-r--r--vcl/inc/ilstbox.hxx34
1 files changed, 0 insertions, 34 deletions
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 <boost/ptr_container/ptr_vector.hpp>
-
-#include <tools/solar.h>
#include <vcl/image.hxx>
#include <vcl/ctrl.hxx>
#include <vcl/button.hxx>
@@ -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: