summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-12-18 20:15:14 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-12-19 15:33:07 -0500
commitdb65b6cc36b7de60f0c9ee60a00c716cd180af9c (patch)
treedb59b701841c2742607ed991e7f1956d502e6d02
parentaea7abfbc4115e9135fc18a0657c2717d0467355 (diff)
Disable script source option.
Change-Id: I6cbfff1d9740e284b05d4737e13794bc2b098167
-rw-r--r--sc/source/ui/miscdlgs/datastreamdlg.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/datastreamdlg.cxx b/sc/source/ui/miscdlgs/datastreamdlg.cxx
index 41a9c7ba41f8..728e74b98e2d 100644
--- a/sc/source/ui/miscdlgs/datastreamdlg.cxx
+++ b/sc/source/ui/miscdlgs/datastreamdlg.cxx
@@ -40,6 +40,7 @@ DataStreamDlg::DataStreamDlg(ScDocShell *pDocShell, Window* pParent)
m_pCbUrl->SetSelectHdl( LINK( this, DataStreamDlg, UpdateHdl ) );
m_pRBAddressValue->SetClickHdl( LINK( this, DataStreamDlg, UpdateHdl ) );
m_pRBAddressValue->Enable(false);
+ m_pRBScriptData->Enable(false);
m_pRBNoMove->Hide();
m_pRBValuesInLine->SetClickHdl( LINK( this, DataStreamDlg, UpdateHdl ) );
m_pEdRange->SetModifyHdl( LINK( this, DataStreamDlg, UpdateHdl ) );