From 5f684581126028798eb82ba5904179b36dac9841 Mon Sep 17 00:00:00 2001 From: Philipp Riemer Date: Sat, 31 Aug 2013 22:01:54 +0200 Subject: delete more code that was commented out Change-Id: I8a37b482ca4abb440691b2490e43ecd93a8dbbc5 --- dbaccess/source/ui/querydesign/querycontroller.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'dbaccess/source/ui/querydesign') diff --git a/dbaccess/source/ui/querydesign/querycontroller.cxx b/dbaccess/source/ui/querydesign/querycontroller.cxx index c4860e4eb410..f7eea99bc77f 100644 --- a/dbaccess/source/ui/querydesign/querycontroller.cxx +++ b/dbaccess/source/ui/querydesign/querycontroller.cxx @@ -1594,9 +1594,6 @@ bool OQueryController::doSaveAsDoc(sal_Bool _bSaveAs) showError( aInfo ); - // update the title of our window - //updateTitle(); - // if we successfully saved a view we were creating, then close the designer if ( bSuccess && editingView() && !m_xAlterView.is() ) { -- cgit