summaryrefslogtreecommitdiff
path: root/svx
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
commitacde67e4562e01e46d26f2274194a9bb4f4dec3f (patch)
treed65862b0f98177b8060d49519802d9c6384f3092 /svx
parent4c73c7dd7785c9a806a2e411eb9daf7a7dd371f1 (diff)
Fixed build breakage.
Diffstat (limited to 'svx')
-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 524a7f9182..13d3045f0f 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 c76ad1b5d7..7a6d59aea0 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;