Kaydet (Commit) 41bbcc5b authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

Drop ListBox include from ComboBox header

ComboBox just uses ListBox internally

Change-Id: Ieed279160db1c9918bd9f3e37102b59ea62f0581
üst 4c4b80a4
......@@ -25,7 +25,7 @@
#include <avmedia/mediaitem.hxx>
#include <svtools/miscopt.hxx>
#include <tools/time.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/lstbox.hxx>
#include "mediacontrol.hrc"
#include "helpids.hrc"
#include "mediamisc.hxx"
......@@ -270,4 +270,6 @@ Image MediaControlBase::GetImage( sal_Int32 nImageId) const
return maImageList.GetImage( static_cast< sal_uInt16 >( nImageId ) );
}
}
\ No newline at end of file
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -22,6 +22,7 @@
#include <svx/svxdllapi.h>
#include <vcl/edit.hxx>
#include <vcl/toolbox.hxx>
#include <vcl/lstbox.hxx>
#include <vcl/slider.hxx>
#include <avmedia/mediaitem.hxx>
#include <avmedia/mediawindow.hxx>
......@@ -81,4 +82,6 @@ private:
};
}
#endif
\ No newline at end of file
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -22,16 +22,12 @@
#include <vcl/dllapi.h>
#include <vcl/edit.hxx>
#include <vcl/lstbox.hxx>
#define COMBOBOX_APPEND (SAL_MAX_INT32)
#define COMBOBOX_ENTRY_NOTFOUND (SAL_MAX_INT32)
#define COMBOBOX_MAX_ENTRIES (SAL_MAX_INT32 - 1)
class UserDrawEvent;
class ImplListBoxFloatingWindow;
class ImplListBox;
class ImplBtn;
class VCL_DLLPUBLIC ComboBox : public Edit
{
......
......@@ -34,6 +34,7 @@
#include <vcl/unohelp.hxx>
#include <vcl/settings.hxx>
#include <vcl/builderfactory.hxx>
#include <vcl/lstbox.hxx>
#include "jobset.h"
#include "unotools/localedatawrapper.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment