summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgsnap.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-07-05 15:27:01 +0000
committerOliver Bolte <obo@openoffice.org>2004-07-05 15:27:01 +0000
commit18865af569c415996ee918d042be1801da33cc14 (patch)
treebeb7ac69b7005ff3d6c2d45825e8e943d4cd6461 /sd/source/ui/dlg/dlgsnap.cxx
parente6c85471ffb1845ff71577dbc576cd7bedcb8753 (diff)
INTEGRATION: CWS frmcontrols04 (1.4.70); FILE MERGED
2004/04/16 10:02:41 dv 1.4.70.1: #i26046# RadioButton::SetModeImage() replaced with SetModeRadioImage()
Diffstat (limited to 'sd/source/ui/dlg/dlgsnap.cxx')
-rw-r--r--sd/source/ui/dlg/dlgsnap.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/dlg/dlgsnap.cxx b/sd/source/ui/dlg/dlgsnap.cxx
index a579959dffaa..957783ed94f7 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 10:43:59 $
+ * last change: $Author: obo $ $Date: 2004-07-05 16:27:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,9 +107,9 @@ SdSnapLineDlg::SdSnapLineDlg(
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 );
+ aRbPoint.SetModeRadioImage( Image( SdResId( BMP_POINT_H ) ), BMP_COLOR_HIGHCONTRAST );
+ aRbVert.SetModeRadioImage( Image( SdResId( BMP_VERTICAL_H ) ), BMP_COLOR_HIGHCONTRAST );
+ aRbHorz.SetModeRadioImage( Image( SdResId( BMP_HORIZONTAL_H ) ), BMP_COLOR_HIGHCONTRAST );
FreeResource();