Kaydet (Commit) acc39e5e authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS dba23a (1.20.74); FILE MERGED

2007/02/26 11:48:18 fs 1.20.74.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
üst 67257c2a
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: JoinDesignView.cxx,v $ * $RCSfile: JoinDesignView.cxx,v $
* *
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 07:20:32 $ * last change: $Author: kz $ $Date: 2007-05-10 10:37:07 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -160,22 +160,6 @@ void OJoinDesignView::setReadOnly(sal_Bool /*_bReadOnly*/) ...@@ -160,22 +160,6 @@ void OJoinDesignView::setReadOnly(sal_Bool /*_bReadOnly*/)
{ {
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
void OJoinDesignView::TableDeleted(const ::rtl::OUString& /*rAliasName*/)
{
}
// -----------------------------------------------------------------------------
void OJoinDesignView::zoomTableView(const Fraction& _rFraction)
{
m_pTableView->SetZoom(_rFraction);
}
// -----------------------------------------------------------------------------
void OJoinDesignView::SaveUIConfig()
{
OJoinController* pCtrl = getController();
if (pCtrl)
pCtrl->SaveTabWinsPosSize( m_pTableView->GetTabWinMap(), m_pScrollWindow->GetHScrollBar()->GetThumbPos(), m_pScrollWindow->GetVScrollBar()->GetThumbPos() );
}
// -----------------------------------------------------------------------------
void OJoinDesignView::SaveTabWinUIConfig(OTableWindow* pWin) void OJoinDesignView::SaveTabWinUIConfig(OTableWindow* pWin)
{ {
getController()->SaveTabWinPosSize(pWin, m_pScrollWindow->GetHScrollBar()->GetThumbPos(), m_pScrollWindow->GetVScrollBar()->GetThumbPos()); getController()->SaveTabWinPosSize(pWin, m_pScrollWindow->GetHScrollBar()->GetThumbPos(), m_pScrollWindow->GetVScrollBar()->GetThumbPos());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment