Kaydet (Commit) 563c3c69 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Makes no sense why we'd have to use StrData here...

üst 3f806959
......@@ -2642,8 +2642,7 @@ Reference< XDataPilotField > SAL_CALL ScDataPilotFieldObj::createNameGroup( cons
{
const ScDPSaveGroupItem* pBaseGroup = pBaseGroupDim->GetGroupByIndex( nGroup );
StrData aStrData( pBaseGroup->GetGroupName() );
if ( !HasString(rItems, aStrData.GetString()) ) //! ignore case?
if (!HasString(rItems, pBaseGroup->GetGroupName())) //! ignore case?
{
// add an additional group for each item that is not in the selection
ScDPSaveGroupItem aGroup( pBaseGroup->GetGroupName() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment