summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-05-13 12:05:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-05-13 12:05:47 +0000
commita32c63a1960cac1ac282d37b3077cf52f57c65a8 (patch)
treebbef82bc221aeff9e8cb16d88963df3f6ec12b0a /sfx2
parenta4e26b2f71068bd2be2b6421de3ba36a4a18ee85 (diff)
INTEGRATION: CWS fwk86 (1.10.20); FILE MERGED
2008/04/30 15:47:35 pb 1.10.20.2: RESYNC: (1.10-1.11); FILE MERGED 2008/04/14 13:13:27 pb 1.10.20.1: fix: #i73576# set WB_NOLABEL on buttons
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/alienwarn.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/source/dialog/alienwarn.cxx b/sfx2/source/dialog/alienwarn.cxx
index 7ad187775d..4c9d6f9667 100644
--- a/sfx2/source/dialog/alienwarn.cxx
+++ b/sfx2/source/dialog/alienwarn.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: alienwarn.cxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -57,6 +57,10 @@ SfxAlienWarningDialog::SfxAlienWarningDialog( Window* pParent, const String& _rF
{
FreeResource();
+ // accessibility issue #i73576#: the buttons don't want the info text as label
+ m_aKeepCurrentBtn.SetStyle( m_aKeepCurrentBtn.GetStyle() | WB_NOLABEL );
+ m_aSaveODFBtn.SetStyle( m_aSaveODFBtn.GetStyle() | WB_NOLABEL );
+
// set questionmark image
m_aQueryImage.SetImage( QueryBox::GetStandardImage() );