diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:01:54 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-08-31 22:41:11 +0200 |
commit | 5f684581126028798eb82ba5904179b36dac9841 (patch) | |
tree | 2ca33aeb21c476824ae644cdb36aee6ec9eaf374 /dbaccess/source | |
parent | 78ced6235b0a0f043d9e9618cd8758a8e6f34d33 (diff) |
delete more code that was commented out
Change-Id: I8a37b482ca4abb440691b2490e43ecd93a8dbbc5
Diffstat (limited to 'dbaccess/source')
-rw-r--r-- | dbaccess/source/ui/querydesign/querycontroller.cxx | 3 | ||||
-rw-r--r-- | dbaccess/source/ui/tabledesign/TEditControl.hxx | 1 |
2 files changed, 0 insertions, 4 deletions
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() ) { diff --git a/dbaccess/source/ui/tabledesign/TEditControl.hxx b/dbaccess/source/ui/tabledesign/TEditControl.hxx index 5f55f4281139..54d95d9e201a 100644 --- a/dbaccess/source/ui/tabledesign/TEditControl.hxx +++ b/dbaccess/source/ui/tabledesign/TEditControl.hxx @@ -121,7 +121,6 @@ namespace dbaui DECL_LINK(ControlPreNotifyHdl, NotifyEvent*); public: - // TYPEINFO(); OTableEditorCtrl(Window* pParentWin); virtual ~OTableEditorCtrl(); virtual sal_Bool CursorMoving(long nNewRow, sal_uInt16 nNewCol); |