[Libreoffice-commits] .: svx/source

Kohei Yoshida kohei at kemper.freedesktop.org
Mon Feb 21 18:14:02 PST 2011


 svx/source/dialog/ruler.src   |    2 +-
 svx/source/dialog/srchdlg.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit acde67e4562e01e46d26f2274194a9bb4f4dec3f
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/ruler.src b/svx/source/dialog/ruler.src
index 524a7f9..13d3045 100644
--- a/svx/source/dialog/ruler.src
+++ b/svx/source/dialog/ruler.src
@@ -65,7 +65,7 @@ Menu RID_SVXMN_RULER
         {
             Identifier = ID_FOOT ;
             Checkable = TRUE ;
-            /* ### ATTENTION: New text in Resource? Feet : Feet * /
+            /* ### ATTENTION: New text in Resource? Feet : Feet */
             Text [ en-US ] = "Foot" ;
         };
         MenuItem
diff --git a/svx/source/dialog/srchdlg.cxx b/svx/source/dialog/srchdlg.cxx
index c76ad1b..7a6d59a 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 )
     {
         aNotesBtn.Enable();
         return;


More information about the Libreoffice-commits mailing list