summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-04 15:06:23 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-04 15:06:23 +0200
commitf762dad2e7b7dfa42abc4d16209e033b037b5938 (patch)
treeaeeedafb27773072f2674b43c6d03b1d85e244d7 /UnoControls
parentbe62c01287c095c22a83ecfe6f9f45874f6e56f8 (diff)
fdo#46374 replace stardiv in comments where applicable
Change-Id: Icd07fba84735325408741ad10864c63ea32a6481
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 );