summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpaction.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/tpaction.cxx')
-rw-r--r--sd/source/ui/dlg/tpaction.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/tpaction.cxx b/sd/source/ui/dlg/tpaction.cxx
index 300bc8f9cc87..38ebfe206e44 100644
--- a/sd/source/ui/dlg/tpaction.cxx
+++ b/sd/source/ui/dlg/tpaction.cxx
@@ -305,7 +305,7 @@ void SdTPAction::Reset( const SfxItemSet* rAttrs )
OUString aFileName;
// m_pLbAction
- if( rAttrs->GetItemState( ATTR_ACTION ) != SFX_ITEM_DONTCARE )
+ if( rAttrs->GetItemState( ATTR_ACTION ) != SfxItemState::DONTCARE )
{
eCA = (presentation::ClickAction) ( ( const SfxAllEnumItem& ) rAttrs->
Get( ATTR_ACTION ) ).GetValue();
@@ -315,7 +315,7 @@ void SdTPAction::Reset( const SfxItemSet* rAttrs )
m_pLbAction->SetNoSelection();
// m_pEdtSound
- if( rAttrs->GetItemState( ATTR_ACTION_FILENAME ) != SFX_ITEM_DONTCARE )
+ if( rAttrs->GetItemState( ATTR_ACTION_FILENAME ) != SfxItemState::DONTCARE )
{
aFileName = ( ( const SfxStringItem& ) rAttrs->Get( ATTR_ACTION_FILENAME ) ).GetValue();
SetEditText( aFileName );