diff options
author | Oliver Specht <os@openoffice.org> | 2001-02-09 06:29:15 +0000 |
---|---|---|
committer | Oliver Specht <os@openoffice.org> | 2001-02-09 06:29:15 +0000 |
commit | 90ec92e421e1747f3f0aa0cd34f9a91aa8c3b3d2 (patch) | |
tree | 1455bd316fd9f95c7f1c3a4a404651510ac72a63 /svx/source/dialog/backgrnd.cxx | |
parent | 285a848de3e2910994136de84fb9642b8d48d993 (diff) |
TabPage size changed
Diffstat (limited to 'svx/source/dialog/backgrnd.cxx')
-rw-r--r-- | svx/source/dialog/backgrnd.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/backgrnd.cxx b/svx/source/dialog/backgrnd.cxx index 2b1c9c3dc13f..a810982cddb2 100644 --- a/svx/source/dialog/backgrnd.cxx +++ b/svx/source/dialog/backgrnd.cxx @@ -2,9 +2,9 @@ * * $RCSfile: backgrnd.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pb $ $Date: 2000-09-26 06:36:00 $ + * last change: $Author: os $ $Date: 2001-02-09 07:27:40 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1203,7 +1203,7 @@ void SvxBackgroundTabPage::FillColorValueSets_Impl() delete pColorTable; aBackgroundColorSet.SetColCount( 10 ); - aBackgroundColorSet.SetLineCount( 8 ); + aBackgroundColorSet.SetLineCount( 10 ); aBackgroundColorSet.CalcWindowSizePixel( aSize15x15 ); } |