From 8b1af7f6f2abe0e3c3d6765429576136f8635bcb Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 20 May 2008 18:10:14 +0000 Subject: 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 --- extensions/source/propctrlr/browserline.cxx | 41 +---------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) (limited to 'extensions/source') 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. * @@ -141,39 +141,6 @@ namespace pcr impl_layoutComponents(); } - //------------------------------------------------------------------ - 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() { @@ -236,12 +203,6 @@ namespace pcr impl_layoutComponents(); } - //------------------------------------------------------------------ - Size OBrowserLine::GetSizePixel() - { - return m_aOutputSize; - } - //------------------------------------------------------------------ void OBrowserLine::Show(sal_Bool bFlag) { -- cgit -22.05'>distro/collabora/co-22.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/pyuno/CustomTarget_python_shell.mk
AgeCommit message (Expand)Author
2015-08-18configure, pyuno: stop claiming our python 3.3.5 is 3.3.3Michael Stahl