summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpglobal.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core/data/dpglobal.cxx')
-rwxr-xr-xsc/source/core/data/dpglobal.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/core/data/dpglobal.cxx b/sc/source/core/data/dpglobal.cxx
index 6b84d37d8d0f..9c5539eb7956 100755
--- a/sc/source/core/data/dpglobal.cxx
+++ b/sc/source/core/data/dpglobal.cxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright IBM Corporation 2009.
* Copyright 2009 by Sun Microsystems, Inc.
*
@@ -84,7 +84,7 @@ namespace ScDPGlobal
{
continue;
}
- return false;
+ return false;
}
}
}
@@ -93,7 +93,7 @@ namespace ScDPGlobal
return true;
}
//end
-
+
}
// --------------------------------------------------------------------
// ScDPItemDataPool
@@ -126,16 +126,16 @@ sal_Int32 ScDPItemDataPool::getDataId( const ScDPItemData& aData )
DataHash::const_iterator itr = maItemIds.find( aData),
itrEnd = maItemIds.end();
if ( itr == itrEnd )
- // not exist
+ // not exist
return -1;
-
+
else //exist
return itr->second;
}
sal_Int32 ScDPItemDataPool::insertData( const ScDPItemData& aData )
-{
+{
sal_Int32 nResult = getDataId( aData );
if( nResult < 0 )