[Libreoffice-commits] .: svx/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Mon Feb 21 16:57:11 PST 2011
svx/source/dialog/dlgctrl.cxx | 2 --
svx/source/dialog/srchdlg.cxx | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 4c73c7dd7785c9a806a2e411eb9daf7a7dd371f1
Author: Kohei Yoshida <kyoshida at novell.com>
Date: Mon Feb 21 19:56:44 2011 -0500
Fixed build breakage.
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 56322b6..eeb4bc4 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -502,8 +502,6 @@ void SvxRectCtl::Paint( const Rectangle& )
}
// Convert RECT_POINT Point
-|*
-\************************************************************************/
Point SvxRectCtl::GetPointFromRP( RECT_POINT _eRP) const
{
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index 73c74f0..c76ad1b 100644
--- a/svx/source/dialog/srchdlg.cxx
+++ b/svx/source/dialog/srchdlg.cxx
@@ -1993,7 +1993,7 @@ void SvxSearchDialog::EnableControl_Impl( Control* pCtrl )
aBackwardsBtn.Enable();
return;
}
- if ( &aNotesBtn == pCtrl ) != 0 */ )
+ if ( &aNotesBtn == pCtrl ) != 0 )
{
aNotesBtn.Enable();
return;
More information about the Libreoffice-commits
mailing list