summaryrefslogtreecommitdiff
path: root/toolkit/inc/toolkit
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/inc/toolkit
parentfcecfd00bfcebfd6f767c868249843131b3f5c1b (diff)
#102132# Message boxes are top windows
Diffstat (limited to 'toolkit/inc/toolkit')
-rw-r--r--toolkit/inc/toolkit/awt/vclxwindows.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/inc/toolkit/awt/vclxwindows.hxx b/toolkit/inc/toolkit/awt/vclxwindows.hxx
index 1013ed80f1ae..dd7020e5bb81 100644
--- a/toolkit/inc/toolkit/awt/vclxwindows.hxx
+++ b/toolkit/inc/toolkit/awt/vclxwindows.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: vclxwindows.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: tbe $ $Date: 2002-07-25 11:11:20 $
+ * last change: $Author: mt $ $Date: 2002-09-04 08:39:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -509,7 +509,7 @@ public:
// class VCLXMessageBox
// ----------------------------------------------------
class VCLXMessageBox : public ::com::sun::star::awt::XMessageBox,
- public VCLXWindow
+ public VCLXTopWindow
{
public:
VCLXMessageBox();