diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:18:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-05-10 09:18:24 +0000 |
commit | fbf5b652cf6fbedcd45c62f815332b104144267a (patch) | |
tree | 07ae1443cca79a606f00e5c17f4e7c11c1872903 /dbaccess/source/ui/browser | |
parent | 07b450a659fb19788fcdf8edfe2ec3f57b26fda8 (diff) |
INTEGRATION: CWS dba23a (1.25.72); FILE MERGED
2007/02/26 11:48:10 fs 1.25.72.1: remove unused code
Issue number: #i74804#
Submitted by: jnavrati@openoffice.org
Reviewed by: frank.schoenheit@sun.com
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r-- | dbaccess/source/ui/browser/brwview.cxx | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/dbaccess/source/ui/browser/brwview.cxx b/dbaccess/source/ui/browser/brwview.cxx index bc95fe4e5bed..1db12b4a9867 100644 --- a/dbaccess/source/ui/browser/brwview.cxx +++ b/dbaccess/source/ui/browser/brwview.cxx @@ -4,9 +4,9 @@ * * $RCSfile: brwview.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: obo $ $Date: 2006-09-17 06:56:26 $ + * last change: $Author: kz $ $Date: 2007-05-10 10:18:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -304,22 +304,11 @@ void UnoDataBrowserView::resizeDocumentView(Rectangle& _rPlayground) } //------------------------------------------------------------------ -sal_uInt16 UnoDataBrowserView::Model2ViewPos(sal_uInt16 nPos) const -{ - return m_pVclControl ? m_pVclControl->GetViewColumnPos(m_pVclControl->GetColumnIdFromModelPos(nPos)) : -1; -} - -//------------------------------------------------------------------ sal_uInt16 UnoDataBrowserView::View2ModelPos(sal_uInt16 nPos) const { return m_pVclControl ? m_pVclControl->GetModelColumnPos(m_pVclControl->GetColumnIdFromViewPos(nPos)) : -1; } -//------------------------------------------------------------------ -sal_uInt16 UnoDataBrowserView::ViewColumnCount() const -{ - return m_pVclControl ? m_pVclControl->GetViewColCount() : 0; -} // ----------------------------------------------------------------------------- SbaGridControl* UnoDataBrowserView::getVclControl() const { |