summaryrefslogtreecommitdiff
path: root/sw/source/ui/shells/drformsh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/shells/drformsh.cxx')
-rw-r--r--sw/source/ui/shells/drformsh.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/shells/drformsh.cxx b/sw/source/ui/shells/drformsh.cxx
index 1025e896b148..49612e5458ed 100644
--- a/sw/source/ui/shells/drformsh.cxx
+++ b/sw/source/ui/shells/drformsh.cxx
@@ -79,7 +79,7 @@ void SwDrawFormShell::Execute(SfxRequest &rReq)
case SID_HYPERLINK_SETLINK:
{
if(pArgs)
- pArgs->GetItemState(SID_HYPERLINK_SETLINK, sal_False, &pItem);
+ pArgs->GetItemState(SID_HYPERLINK_SETLINK, false, &pItem);
if(pItem)
{
SdrView *pSdrView = rSh.GetDrawView();