summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/copydlg.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-11-25 09:07:08 +0000
committerAndre Fischer <af@openoffice.org>2002-11-25 09:07:08 +0000
commit48c4471f469c6ae6a2f8e009b17a39a7d5660231 (patch)
tree20acdc49a0e056da4baf639ccc662ba67929cb45 /sd/source/ui/dlg/copydlg.cxx
parent3b27e00a94a94e04b2a2bc50ea891dbac46ff931 (diff)
#105449# Setting the accessible name of 'values from selection' button from the quick help text.
Diffstat (limited to 'sd/source/ui/dlg/copydlg.cxx')
-rw-r--r--sd/source/ui/dlg/copydlg.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/copydlg.cxx b/sd/source/ui/dlg/copydlg.cxx
index 418236317973..c26dcf94b336 100644
--- a/sd/source/ui/dlg/copydlg.cxx
+++ b/sd/source/ui/dlg/copydlg.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: copydlg.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: cl $ $Date: 2002-05-14 07:03:47 $
+ * last change: $Author: af $ $Date: 2002-11-25 10:07:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,7 +139,9 @@ SdCopyDlg::SdCopyDlg( Window* pWindow, const SfxItemSet& rInAttrs,
{
FreeResource();
+ // Set up the view data button (image and accessible name).
aBtnSetViewData.SetModeImage( Image( SdResId( IMG_PIPETTE_H ) ), BMP_COLOR_HIGHCONTRAST );
+ aBtnSetViewData.SetAccessibleName (aBtnSetViewData.GetQuickHelpText());
// Farbtabellen
DBG_ASSERT( pColorTab, "Keine gueltige ColorTable uebergeben!" );