Window::PreNotify should return bool

Change-Id: Ic9903fd887f2c3fab2630ebeb20df39392177c8d
This commit is contained in:
Stephan Bergmann
2014-01-18 00:18:52 +01:00
parent 849482c0ea
commit 602c87b425
177 changed files with 458 additions and 459 deletions

View File

@@ -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())
{