summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuihyperdlg.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/dialogs/cuihyperdlg.cxx')
-rw-r--r--cui/source/dialogs/cuihyperdlg.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/dialogs/cuihyperdlg.cxx b/cui/source/dialogs/cuihyperdlg.cxx
index c5bd7a669c99..04f3d29418f5 100644
--- a/cui/source/dialogs/cuihyperdlg.cxx
+++ b/cui/source/dialogs/cuihyperdlg.cxx
@@ -82,7 +82,6 @@ SvxHpLinkDlg::SvxHpLinkDlg (vcl::Window* pParent, SfxBindings* pBindings)
: IconChoiceDialog( pParent, "HyperlinkDialog", "cui/ui/hyperlinkdialog.ui" ),
maCtrl ( SID_HYPERLINK_GETLINK, *pBindings, this ),
mpBindings ( pBindings ),
- mbReadOnly ( false ),
mbIsHTMLDoc ( false )
{
mbGrabFocus = true;
@@ -359,7 +358,6 @@ void SvxHpLinkDlg::SetPage ( SvxHyperlinkItem* pItem )
void SvxHpLinkDlg::SetReadOnlyMode( bool bRdOnly )
{
- mbReadOnly = bRdOnly;
if ( bRdOnly )
GetOKButton().Disable();
else