summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgsnap.cxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-05-21 12:56:13 +0000
committerChristian Lippka <cl@openoffice.org>2002-05-21 12:56:13 +0000
commit4e409fa1ccc7ec35ec132421727cb7bb2754cc1b (patch)
tree6575ff1cf9afd146f85dd910d97edb054e5dcc68 /sd/source/ui/dlg/dlgsnap.cxx
parent1a1600cafc957717f239238423fb01b5b5a9486b (diff)
#99257# use high contrast images
Diffstat (limited to 'sd/source/ui/dlg/dlgsnap.cxx')
-rw-r--r--sd/source/ui/dlg/dlgsnap.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx
index b736be359784..658e0418357d 100644
--- a/sd/source/ui/dlg/dlgsnap.cxx
+++ b/sd/source/ui/dlg/dlgsnap.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgsnap.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: af $ $Date: 2001-05-16 15:53:32 $
+ * last change: $Author: cl $ $Date: 2002-05-21 13:56:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,10 @@ SdSnapLineDlg::SdSnapLineDlg(Window* pWindow, const SfxItemSet& rInAttrs,
eUIUnit(pView->GetDoc()->GetUIUnit()),
aUIScale(pView->GetDoc()->GetUIScale())
{
+ aRbPoint.SetModeImage( Image( SdResId( BMP_POINT_H ) ), BMP_COLOR_HIGHCONTRAST );
+ aRbVert.SetModeImage( Image( SdResId( BMP_VERTICAL_H ) ), BMP_COLOR_HIGHCONTRAST );
+ aRbHorz.SetModeImage( Image( SdResId( BMP_HORIZONTAL_H ) ), BMP_COLOR_HIGHCONTRAST );
+
FreeResource();
aRbHorz.SetClickHdl(LINK(this, SdSnapLineDlg, ClickHdl));