diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:33:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-07 07:33:10 +0000 |
commit | cc8cdd8424a832dbea50151b5536aa21ce09bba3 (patch) | |
tree | 2dd476e370bc0b0adbbb490eb328b17a92c48f15 /toolkit/source | |
parent | 371ea4320c8289cc246538101ca1e71fc6bdd46f (diff) |
INTEGRATION: CWS supdremove (1.63.52); FILE MERGED
2007/11/16 10:22:57 vg 1.63.52.1: #i83674# cleanup: remove obsolete SUPD macro use
Diffstat (limited to 'toolkit/source')
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index bc0e83c5310f..0dcf37941084 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -4,9 +4,9 @@ * * $RCSfile: vclxwindows.cxx,v $ * - * $Revision: 1.64 $ + * $Revision: 1.65 $ * - * last change: $Author: ihi $ $Date: 2007-11-26 16:27:00 $ + * last change: $Author: obo $ $Date: 2008-01-07 08:33:10 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2131,12 +2131,10 @@ void SAL_CALL VCLXDialog::draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::s { ::com::sun::star::awt::DeviceInfo aInfo = VCLXDevice::getInfo(); -#if SUPD >= 634 ::vos::OGuard aGuard( GetMutex() ); Dialog* pDlg = (Dialog*) GetWindow(); if ( pDlg ) pDlg->GetDrawWindowBorder( aInfo.LeftInset, aInfo.TopInset, aInfo.RightInset, aInfo.BottomInset ); -#endif return aInfo; } |