diff options
author | ka <kai.ahrens@oracle.com> | 2011-03-28 22:51:37 +0200 |
---|---|---|
committer | ka <kai.ahrens@oracle.com> | 2011-03-28 22:51:37 +0200 |
commit | 138363131b880ce647e0e6daf6a6d10d57792ae9 (patch) | |
tree | 1e30d55acc722e6a94a58e691c186af224d02c91 /sw/source/ui/inc/insfnote.hxx | |
parent | 9a4bc0380097f979f2c16c8a23fa7f29ffbc2db0 (diff) | |
parent | 9919bf5722c55c40d8a371c8fb9ae25759a2fdad (diff) |
ka102: rebased to DEV300_m104
Diffstat (limited to 'sw/source/ui/inc/insfnote.hxx')
-rw-r--r-- | sw/source/ui/inc/insfnote.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/insfnote.hxx b/sw/source/ui/inc/insfnote.hxx index 87e429f9ff..908d2cca5e 100644 --- a/sw/source/ui/inc/insfnote.hxx +++ b/sw/source/ui/inc/insfnote.hxx @@ -48,18 +48,18 @@ class SwInsFootNoteDlg: public SvxStandardDialog String aFontName; CharSet eCharSet; char cExtChar; - sal_Bool bExtCharAvailable; - sal_Bool bEdit; + sal_Bool bExtCharAvailable; + sal_Bool bEdit; + FixedLine aNumberFL; RadioButton aNumberAutoBtn; RadioButton aNumberCharBtn; Edit aNumberCharEdit; PushButton aNumberExtChar; - FixedLine aNumberFL; //Alles fuer die Auswahl Fussnote/Endnote + FixedLine aTypeFL; RadioButton aFtnBtn; RadioButton aEndNoteBtn; - FixedLine aTypeFL; OKButton aOkBtn; CancelButton aCancelBtn; |