summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-08-29 16:28:00 +0200
committerNoel Grandin <noel@peralex.com>2013-09-05 08:54:11 +0200
commitc8375ca155fca6d8c0cfd75058954bff9a48d5f2 (patch)
tree7e9bad4d7ea728feec444627b179fe381218855d /sd
parent10407bdad878e4c17e69043d1b6cad72b1aa9672 (diff)
convert include/svx/xit.hxx from String to OUString
Change-Id: Ib5ba87a934fbe9220427145eb54e3de3c49b03ad
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/stlsheet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/stlsheet.cxx b/sd/source/core/stlsheet.cxx
index 7a923c49182c..9c22fcbee05d 100644
--- a/sd/source/core/stlsheet.cxx
+++ b/sd/source/core/stlsheet.cxx
@@ -1281,7 +1281,7 @@ PropertyState SAL_CALL SdStyleSheet::getPropertyState( const OUString& PropertyN
case XATTR_LINEDASH:
{
NameOrIndex* pItem = (NameOrIndex*)rStyleSet.GetItem((sal_uInt16)pEntry->nWID);
- if( ( pItem == NULL ) || ( pItem->GetName().Len() == 0) )
+ if( ( pItem == NULL ) || pItem->GetName().isEmpty() )
eState = PropertyState_DEFAULT_VALUE;
}
}