fdo#82577: Handle Window
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
This commit is contained in:
@@ -31,11 +31,11 @@ namespace chart
|
||||
SeriesEntry::~SeriesEntry()
|
||||
{}
|
||||
|
||||
SeriesListBox::SeriesListBox(Window* pParent, WinBits nStyle)
|
||||
SeriesListBox::SeriesListBox(vcl::Window* pParent, WinBits nStyle)
|
||||
: SvTreeListBox(pParent, nStyle)
|
||||
{}
|
||||
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSeriesListBox(Window *pParent, VclBuilder::stringmap &rMap)
|
||||
extern "C" SAL_DLLPUBLIC_EXPORT vcl::Window* SAL_CALL makeSeriesListBox(vcl::Window *pParent, VclBuilder::stringmap &rMap)
|
||||
{
|
||||
WinBits nWinStyle = 0;
|
||||
OString sBorder = VclBuilder::extractCustomProperty(rMap);
|
||||
|
Reference in New Issue
Block a user