summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationDialog.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index e8d501a48d20..face5435e487 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -1269,7 +1269,7 @@ CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, con
// set ui name for property at fixed text
OUString aPropertyName( getPropertyName( nType ) );
- if( aPropertyName.getLength() )
+ if( !aPropertyName.isEmpty() )
{
mpFTProperty1->Show();
mpLBProperty1->Show();
@@ -1444,7 +1444,7 @@ CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, con
OUString aSoundURL;
aValue >>= aSoundURL;
- if( aSoundURL.getLength() )
+ if( !aSoundURL.isEmpty() )
{
const String aTmp( aSoundURL );