From f762dad2e7b7dfa42abc4d16209e033b037b5938 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 4 Oct 2013 15:06:23 +0200 Subject: fdo#46374 replace stardiv in comments where applicable Change-Id: Icd07fba84735325408741ad10864c63ea32a6481 --- UnoControls/source/base/basecontrol.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'UnoControls') diff --git a/UnoControls/source/base/basecontrol.cxx b/UnoControls/source/base/basecontrol.cxx index 37e5c893ba5a..b95f9d761123 100644 --- a/UnoControls/source/base/basecontrol.cxx +++ b/UnoControls/source/base/basecontrol.cxx @@ -367,7 +367,6 @@ void SAL_CALL BaseControl::createPeer( const Reference< XToolkit >& xToo addWindowListener( this ); } - // PosSize_POSSIZE defined in m_xPeerWindow->setPosSize( m_nX, m_nY, m_nWidth, m_nHeight, PosSize::POSSIZE ); m_xPeerWindow->setEnable( m_bEnable ); m_xPeerWindow->setVisible( m_bVisible && !m_bInDesignMode ); @@ -461,7 +460,6 @@ void SAL_CALL BaseControl::setPosSize( sal_Int32 nX , sal_Int16 nFlags ) throw( RuntimeException ) { // - change size and position of window and save the values - // - "nFlags" declared in ("#define PosSize_X .....") // Ready for multithreading MutexGuard aGuard( m_aMutex ); -- cgit v1.2.3