summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/cellsh2.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/view/cellsh2.cxx
parent7ba8ca9aa17a3dddbb7ad3a4fd3325f89d9eb229 (diff)
Reverted space only changes.
Diffstat (limited to 'sc/source/ui/view/cellsh2.cxx')
-rw-r--r--sc/source/ui/view/cellsh2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh2.cxx b/sc/source/ui/view/cellsh2.cxx
index f7d8431b7fbb..e3931d52ced3 100644
--- a/sc/source/ui/view/cellsh2.cxx
+++ b/sc/source/ui/view/cellsh2.cxx
@@ -737,7 +737,7 @@ void ScCellShell::ExecuteDB( SfxRequest& rReq )
pDBName = new String;
pDbData->GetName( *pDBName );
- if ( *pDBName!=aStrNoName )
+ if ( *pDBName != aStrNoName )
aList.Insert( pDBName );
else
DELETEZ(pDBName);