Fixed build breakage.

This commit is contained in:
Kohei Yoshida 2011-02-21 19:56:44 -05:00
parent 43fdbd39de
commit 538363503c
2 changed files with 1 additions and 3 deletions

View file

@ -502,8 +502,6 @@ void SvxRectCtl::Paint( const Rectangle& )
}
// Convert RECT_POINT Point
|*
\************************************************************************/
Point SvxRectCtl::GetPointFromRP( RECT_POINT _eRP) const
{

View file

@ -1993,7 +1993,7 @@ void SvxSearchDialog::EnableControl_Impl( Control* pCtrl )
aBackwardsBtn.Enable();
return;
}
if ( &aNotesBtn == pCtrl ) != 0 */ )
if ( &aNotesBtn == pCtrl ) != 0 )
{
aNotesBtn.Enable();
return;