summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui/foptmgr.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2011-03-30 20:08:41 -0400
committerKohei Yoshida <kyoshida@novell.com>2011-04-01 00:11:03 -0400
commitd54224d5fe952e10c9b113ed67a9e0c91205f166 (patch)
treed549945c94d9ec9d9f9f4d9f10b5f497e674b8f4 /sc/source/ui/dbgui/foptmgr.cxx
parent7ba8ca9aa17a3dddbb7ad3a4fd3325f89d9eb229 (diff)
Reverted space only changes.
Diffstat (limited to 'sc/source/ui/dbgui/foptmgr.cxx')
-rw-r--r--sc/source/ui/dbgui/foptmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/foptmgr.cxx b/sc/source/ui/dbgui/foptmgr.cxx
index 60b00bf459ee..732e6f56c676 100644
--- a/sc/source/ui/dbgui/foptmgr.cxx
+++ b/sc/source/ui/dbgui/foptmgr.cxx
@@ -192,7 +192,7 @@ void ScFilterOptionsMgr::Init()
rBtnHeader.Check( pDBData->HasHeader() );
pDBData->GetName( theDbName );
- if ( theDbName!=rStrNoName )
+ if ( theDbName != rStrNoName )
{
rBtnHeader.Disable();
}