summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-10-02 18:07:04 +0300
committerTor Lillqvist <tml@collabora.com>2014-10-02 21:09:52 +0300
commitede0abe6b1a0bf1ffbfe2ff9258e5b78f2cc606e (patch)
tree240295fb9a6b26149c74977a7870bebd81cd4a57 /sw/source/uibase/uiview
parent1d0636ebc660a9f74269807b416f2f1480f49530 (diff)
Bin EE_CNTRL_URLSFXEXECUTE which was only set, never tested
Change-Id: I18a9355bb902b19f0eeecb26d33eba4fb25db8cb
Diffstat (limited to 'sw/source/uibase/uiview')
-rw-r--r--sw/source/uibase/uiview/viewdraw.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/uiview/viewdraw.cxx b/sw/source/uibase/uiview/viewdraw.cxx
index 3169d2dc5c5a..14c416f706d3 100644
--- a/sw/source/uibase/uiview/viewdraw.cxx
+++ b/sw/source/uibase/uiview/viewdraw.cxx
@@ -523,7 +523,6 @@ bool SwView::BeginTextEdit(SdrObject* pObj, SdrPageView* pPV, vcl::Window* pWin,
sal_uInt32 nCntrl = pOutliner->GetControlWord();
nCntrl |= EE_CNTRL_ALLOWBIGOBJS;
- nCntrl |= EE_CNTRL_URLSFXEXECUTE;
const SwViewOption *pOpt = pSh->GetViewOptions();