summaryrefslogtreecommitdiff
path: root/toolkit/source/awt
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2002-09-04 07:40:14 +0000
committerMalte Timmermann <mt@openoffice.org>2002-09-04 07:40:14 +0000
commit1ef413fd1ab174062cfc5af840e8b87309d676df (patch)
treee89788a3d4584795f9f1eed1a3ba2797d10e017a /toolkit/source/awt
parentfcecfd00bfcebfd6f767c868249843131b3f5c1b (diff)
#102132# Message boxes are top windows
Diffstat (limited to 'toolkit/source/awt')
-rw-r--r--toolkit/source/awt/vclxwindows.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index ab3e4a4cd05f..fa206cef70d1 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindows.cxx,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: tbe $ $Date: 2002-07-25 11:12:34 $
+ * last change: $Author: mt $ $Date: 2002-09-04 08:40:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1681,13 +1681,13 @@ VCLXMessageBox::~VCLXMessageBox()
{
::com::sun::star::uno::Any aRet = ::cppu::queryInterface( rType,
SAL_STATIC_CAST( ::com::sun::star::awt::XMessageBox*, this ) );
- return (aRet.hasValue() ? aRet : VCLXWindow::queryInterface( rType ));
+ return (aRet.hasValue() ? aRet : VCLXTopWindow::queryInterface( rType ));
}
// ::com::sun::star::lang::XTypeProvider
IMPL_XTYPEPROVIDER_START( VCLXMessageBox )
getCppuType( ( ::com::sun::star::uno::Reference< ::com::sun::star::awt::XMessageBox>* ) NULL ),
- VCLXWindow::getTypes()
+ VCLXTopWindow::getTypes()
IMPL_XTYPEPROVIDER_END
void VCLXMessageBox::setCaptionText( const ::rtl::OUString& rText ) throw(::com::sun::star::uno::RuntimeException)