summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviewse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviewse.cxx')
-rw-r--r--sd/source/ui/view/drviewse.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviewse.cxx b/sd/source/ui/view/drviewse.cxx
index 30109bdce1cd..45f0fd775694 100644
--- a/sd/source/ui/view/drviewse.cxx
+++ b/sd/source/ui/view/drviewse.cxx
@@ -113,7 +113,7 @@ void ImpAddPrintableCharactersToTextEdit(SfxRequest& rReq, ::sd::View* pView)
{
OUString aInputString;
- if(SFX_ITEM_SET == pSet->GetItemState(SID_ATTR_CHAR))
+ if(SfxItemState::SET == pSet->GetItemState(SID_ATTR_CHAR))
aInputString = ((SfxStringItem&)pSet->Get(SID_ATTR_CHAR)).GetValue();
if(!aInputString.isEmpty())