summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/dlgsnap.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2001-05-16 14:54:01 +0000
committerAndre Fischer <af@openoffice.org>2001-05-16 14:54:01 +0000
commitfb4851bfa5f822327a35a5310736064c6fb6d199 (patch)
tree3a3cf9c828bd749f1ff577fe79cdc9345397d700 /sd/source/ui/dlg/dlgsnap.cxx
parentd8457ab6ff55d161efa521e1ae8722f4bd4e5ec3 (diff)
#86988# Modification of dialog box layout.
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 4f1892feb00a..b736be359784 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.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:48:32 $
+ * last change: $Author: af $ $Date: 2001-05-16 15:53:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -91,8 +91,8 @@ SdSnapLineDlg::SdSnapLineDlg(Window* pWindow, const SfxItemSet& rInAttrs,
aFtY (this, SdResId(FT_Y)),
aMtrFldX (this, SdResId(MTR_FLD_X)),
aMtrFldY (this, SdResId(MTR_FLD_Y)),
- aGrpPos (this, SdResId(GRP_POSITION)),
- aGrpDir (this, SdResId(GRP_DIRECTION)),
+ aFlPos (this, SdResId(FL_POSITION)),
+ aFlDir (this, SdResId(FL_DIRECTION)),
aRbHorz (this, SdResId(RB_HORIZONTAL)),
aRbVert (this, SdResId(RB_VERTICAL)),
aRbPoint (this, SdResId(RB_POINT)),
@@ -205,7 +205,7 @@ void SdSnapLineDlg::GetAttr(SfxItemSet& rOutAttrs)
void SdSnapLineDlg::HideRadioGroup()
{
- aGrpDir.Hide();
+ aFlDir.Hide();
aRbHorz.Hide();
aRbVert.Hide();
aRbPoint.Hide();