summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/base/basecontrol.cxx2
1 files changed, 0 insertions, 2 deletions
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 <stardiv/uno/awt/window.hxx>
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 <stardiv/uno/awt/window.hxx> ("#define PosSize_X .....")
// Ready for multithreading
MutexGuard aGuard( m_aMutex );