diff options
author | Andre Fischer <af@openoffice.org> | 2001-05-16 14:54:01 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2001-05-16 14:54:01 +0000 |
commit | fb4851bfa5f822327a35a5310736064c6fb6d199 (patch) | |
tree | 3a3cf9c828bd749f1ff577fe79cdc9345397d700 /sd/source/ui/inc/dlgsnap.hxx | |
parent | d8457ab6ff55d161efa521e1ae8722f4bd4e5ec3 (diff) |
#86988# Modification of dialog box layout.
Diffstat (limited to 'sd/source/ui/inc/dlgsnap.hxx')
-rw-r--r-- | sd/source/ui/inc/dlgsnap.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/inc/dlgsnap.hxx b/sd/source/ui/inc/dlgsnap.hxx index cb149574fb69..e6ff569b1421 100644 --- a/sd/source/ui/inc/dlgsnap.hxx +++ b/sd/source/ui/inc/dlgsnap.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dlgsnap.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:48:38 $ + * last change: $Author: af $ $Date: 2001-05-16 15:54:01 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -104,12 +104,12 @@ enum SnapKind { SK_HORIZONTAL, SK_VERTICAL, SK_POINT }; class SdSnapLineDlg : public ModalDialog { private: - GroupBox aGrpPos; + FixedLine aFlPos; FixedText aFtX; MetricField aMtrFldX; FixedText aFtY; MetricField aMtrFldY; - GroupBox aGrpDir; + FixedLine aFlDir; ImageRadioButton aRbPoint; ImageRadioButton aRbVert; ImageRadioButton aRbHorz; |