summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-05-20 18:10:14 +0000
committerKurt Zenker <kz@openoffice.org>2008-05-20 18:10:14 +0000
commit8b1af7f6f2abe0e3c3d6765429576136f8635bcb (patch)
tree7d749300718e43e8386e513c40268e5106843b55 /extensions
parentda0569e7f5e7ab3fb5fc43aab10957dfdabf85b3 (diff)
INTEGRATION: CWS mba30patches01 (1.18.4); FILE MERGED
2008/04/23 10:49:14 mba 1.18.4.2: RESYNC: (1.18-1.19); FILE MERGED 2008/03/18 15:40:56 mba 1.18.4.1: #i86365#: remove unused code
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/propctrlr/browserline.cxx41
1 files changed, 1 insertions, 40 deletions
diff --git a/extensions/source/propctrlr/browserline.cxx b/extensions/source/propctrlr/browserline.cxx
index 775799f1aba0..7f2e205b74d9 100644
--- a/extensions/source/propctrlr/browserline.cxx
+++ b/extensions/source/propctrlr/browserline.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: browserline.cxx,v $
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
* This file is part of OpenOffice.org.
*
@@ -142,39 +142,6 @@ namespace pcr
}
//------------------------------------------------------------------
- void OBrowserLine::SetPosPixel(Point aPosPoint)
- {
- m_aLinePos = aPosPoint;
- Point aPos( m_aLinePos );
- aPos.Y()+=2;
-
- Point aTitlePos(m_aLinePos);
- aTitlePos.Y()+=8;
- m_aFtTitle.SetPosPixel(aTitlePos);
-
- if ( m_pControlWindow )
- {
- Point aControlPos( aPos );
- aControlPos.X() = m_pControlWindow->GetPosPixel().X();
- m_pControlWindow->SetPosPixel( aControlPos );
- }
-
- if ( m_pBrowseButton )
- {
- Point aButtonPos( aPos );
- aButtonPos.X() = m_pBrowseButton->GetPosPixel().X();
- m_pBrowseButton->SetPosPixel( aButtonPos );
- }
-
- if ( m_pAdditionalBrowseButton )
- {
- Point aButtonPos( aPos );
- aButtonPos.X() = m_pAdditionalBrowseButton->GetPosPixel().X();
- m_pAdditionalBrowseButton->SetPosPixel( aButtonPos );
- }
- }
-
- //------------------------------------------------------------------
Window* OBrowserLine::GetRefWindow()
{
Window* pRefWindow=&m_aFtTitle;
@@ -237,12 +204,6 @@ namespace pcr
}
//------------------------------------------------------------------
- Size OBrowserLine::GetSizePixel()
- {
- return m_aOutputSize;
- }
-
- //------------------------------------------------------------------
void OBrowserLine::Show(sal_Bool bFlag)
{
m_aFtTitle.Show(bFlag);