diff options
author | Oliver Specht <os@openoffice.org> | 2002-03-20 14:01:56 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2002-03-20 14:01:56 +0000 |
commit | b94cc63afc2d33dc22e0c9d40a1692dee128532f (patch) | |
tree | 54910cb3ab90e30c32c98eb14648a3779e4ea69c /svx/source/dialog/border.cxx | |
parent | 5aa5b3daae6d2fd1826016d5b773d9e2658c730d (diff) |
#97008# additional labels inserted
Diffstat (limited to 'svx/source/dialog/border.cxx')
-rw-r--r-- | svx/source/dialog/border.cxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/source/dialog/border.cxx b/svx/source/dialog/border.cxx index 2974826dcd68..b3f82a1c0c7b 100644 --- a/svx/source/dialog/border.cxx +++ b/svx/source/dialog/border.cxx @@ -2,9 +2,9 @@ * * $RCSfile: border.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: os $ $Date: 2002-02-04 14:21:54 $ + * last change: $Author: os $ $Date: 2002-03-20 15:01:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -222,6 +222,10 @@ SvxBorderTabPage::SvxBorderTabPage( Window* pParent, : SfxTabPage( pParent, ResId( RID_SVXPAGE_BORDER, DIALOG_MGR() ), rCoreAttrs ), aFlBorder ( this, ResId( FL_BORDER ) ), + aDefaultFT ( this, ResId( FT_DEFAULT ) ), + aUserDefFT ( this, ResId( FT_USERDEF ) ), + aStyleFT ( this, ResId( FT_STYLE ) ), + aColorFT ( this, ResId( FT_COLOR ) ), aWndPresets ( this, ResId( WIN_PRESETS ) ), aFrameSel( this, ResId( WIN_FRAMESEL )), aFlSep1 ( this, ResId( FL_SEPARATOR1 ) ), |