summaryrefslogtreecommitdiff
path: root/svx/source
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-02-21 19:56:44 -0500
committerKohei Yoshida <kyoshida@novell.com>2011-02-21 21:13:47 -0500
commit2546f05524c2d913ab9531c5a394293e27018cee (patch)
tree290124e34647931d988a49d72f731944cb375169 /svx/source
parent538363503ca37f8e3800409ba54df190341ffb27 (diff)
Fixed build breakage.
Diffstat (limited to 'svx/source')
-rw-r--r--svx/source/dialog/ruler.src2
-rw-r--r--svx/source/dialog/srchdlg.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/dialog/ruler.src b/svx/source/dialog/ruler.src
index 3a21d4be5ba5..f076e051a664 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 b1ec97ba7bca..eb491759bb91 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;