summaryrefslogtreecommitdiff
path: root/vcl/source/window/window.cxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-01-31 17:24:59 +0000
committerKurt Zenker <kz@openoffice.org>2006-01-31 17:24:59 +0000
commit6dd0745e7e47667c7a6d6231ed89908839ae5b33 (patch)
tree7f6af3a7a4825ebc8baf950cfe2c684b1bdb20e4 /vcl/source/window/window.cxx
parent3b9d0412d890bddb4e62f6e981031f2e57b8bf99 (diff)
INTEGRATION: CWS accessalert (1.224.68); FILE MERGED
2006/01/18 10:04:55 obr 1.224.68.1: #i26277# changed role of [MESS|INFO|WARNING|ERROR|QUERY]BOX to ALERT
Diffstat (limited to 'vcl/source/window/window.cxx')
-rw-r--r--vcl/source/window/window.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 45c3d9203fab..8f6ada45378b 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: window.cxx,v $
*
- * $Revision: 1.225 $
+ * $Revision: 1.226 $
*
- * last change: $Author: hr $ $Date: 2006-01-26 18:10:53 $
+ * last change: $Author: kz $ $Date: 2006-01-31 18:24:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -8709,8 +8709,8 @@ USHORT Window::GetAccessibleRole() const
case WINDOW_INFOBOX:
case WINDOW_WARNINGBOX:
case WINDOW_ERRORBOX:
- case WINDOW_QUERYBOX: nRole = accessibility::AccessibleRole::DIALOG; break; // #i12331, DIALOG must be used to
- // to allow activation, those are frames!
+ case WINDOW_QUERYBOX: nRole = accessibility::AccessibleRole::ALERT; break;
+
case WINDOW_MODELESSDIALOG:
case WINDOW_MODALDIALOG:
case WINDOW_SYSTEMDIALOG: