Window::PreNotify should return bool
Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
This commit is contained in:
@@ -2778,7 +2778,7 @@ void OQueryDesignView::fillValidFields(const OUString& sAliasName, ComboBox* pFi
|
||||
}
|
||||
}
|
||||
|
||||
long OQueryDesignView::PreNotify(NotifyEvent& rNEvt)
|
||||
bool OQueryDesignView::PreNotify(NotifyEvent& rNEvt)
|
||||
{
|
||||
switch (rNEvt.GetType())
|
||||
{
|
||||
|
Reference in New Issue
Block a user