diff options
Diffstat (limited to 'sw/source/ui/uiview/srcview.cxx')
-rw-r--r-- | sw/source/ui/uiview/srcview.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/ui/uiview/srcview.cxx b/sw/source/ui/uiview/srcview.cxx index bea24340dd..d6f585d3c2 100644 --- a/sw/source/ui/uiview/srcview.cxx +++ b/sw/source/ui/uiview/srcview.cxx @@ -254,7 +254,6 @@ SwSrcView::~SwSrcView() sal_Int32 delay = xDocProps->getAutoloadSecs(); pDocShell->SetAutoLoad(INetURLObject(url), delay, (delay != 0) || !url.equalsAscii("")); -// EndListening(*GetViewFrame()); EndListening(*pDocShell); delete pSearchItem; } @@ -281,7 +280,6 @@ void SwSrcView::Init() aEditWin.SetReadonly(TRUE); } -// StartListening(*GetViewFrame()); StartListening(*pDocShell,TRUE); } @@ -314,7 +312,6 @@ void SwSrcView::Execute(SfxRequest& rReq) TemplateDescription::FILESAVE_AUTOEXTENSION, TemplateDescription::FILESAVE_SIMPLE ); uno::Reference < XFilePicker > xFP = aDlgHelper.GetFilePicker(); -// pFileDlg->SetHelpId(HID_FILEDLG_SRCVIEW); uno::Reference<XFilterManager> xFltMgr(xFP, UNO_QUERY); // search for an html filter for export |