summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/optdlg/tpcalc.cxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-05-04 09:06:50 +0000
committerOliver Specht <os@openoffice.org>2001-05-04 09:06:50 +0000
commita335b32bff34a21fcb704009b1d4f2cf7928ada4 (patch)
treefee5b06c30fac51f0d3d38232b10b1daacda3fcc /sc/source/ui/optdlg/tpcalc.cxx
parent#84453# skip single ; at end of function parameter list (diff)
downloadcore-a335b32bff34a21fcb704009b1d4f2cf7928ada4.tar.gz
core-a335b32bff34a21fcb704009b1d4f2cf7928ada4.zip
some minor option changes
Diffstat (limited to 'sc/source/ui/optdlg/tpcalc.cxx')
-rw-r--r--sc/source/ui/optdlg/tpcalc.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/sc/source/ui/optdlg/tpcalc.cxx b/sc/source/ui/optdlg/tpcalc.cxx
index c7bcfbf26812..c1f887fc192c 100644
--- a/sc/source/ui/optdlg/tpcalc.cxx
+++ b/sc/source/ui/optdlg/tpcalc.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: tpcalc.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: er $ $Date: 2001-03-14 14:49:56 $
+ * last change: $Author: os $ $Date: 2001-05-04 10:06:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -126,7 +126,8 @@ ScTpCalcOptions::ScTpCalcOptions( Window* pParent,
aGbDate ( this, ScResId( GB_DATE ) ),
aFtPrec ( this, ScResId( FT_PREC ) ),
aEdPrec ( this, ScResId( ED_PREC ) ),
-
+ aSeparatorFL ( this, ScResId( FL_SEPARATOR ) ),
+ aHSeparatorFL ( this, ScResId( FL_H_SEPARATOR ) ),
aDecSep ( ScGlobal::pLocaleData->getNumDecimalSep() ),
nWhichCalc ( GetWhich( SID_SCDOCOPTIONS ) ),
pOldOptions ( new ScDocOptions(
@@ -135,6 +136,7 @@ ScTpCalcOptions::ScTpCalcOptions( Window* pParent,
GetDocOptions() ) ),
pLocalOptions ( new ScDocOptions )
{
+ aSeparatorFL.SetStyle( aSeparatorFL.GetStyle() | WB_VERT );
Init();
FreeResource();
SetExchangeSupport();