summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/dlgctrl.cxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2001-05-15 13:43:38 +0000
committerAndre Fischer <af@openoffice.org>2001-05-15 13:43:38 +0000
commit393d11b4ed210104b12013d90beee91cac36c1c7 (patch)
treea81f908b15d59db043d3bcf039145478ae893104 /svx/source/dialog/dlgctrl.cxx
parentnew version for SRC632 (diff)
downloadcore-393d11b4ed210104b12013d90beee91cac36c1c7.tar.gz
core-393d11b4ed210104b12013d90beee91cac36c1c7.zip
#86988# SvxXLinePreview's border is drawn now as thin black line.
Diffstat (limited to 'svx/source/dialog/dlgctrl.cxx')
-rw-r--r--svx/source/dialog/dlgctrl.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/svx/source/dialog/dlgctrl.cxx b/svx/source/dialog/dlgctrl.cxx
index 7b1ff5f65cbc..6970243b7c79 100644
--- a/svx/source/dialog/dlgctrl.cxx
+++ b/svx/source/dialog/dlgctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgctrl.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: fme $ $Date: 2001-05-15 11:46:06 $
+ * last change: $Author: af $ $Date: 2001-05-15 14:43:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1636,6 +1636,9 @@ SvxXLinePreview::SvxXLinePreview( Window* pParent, const ResId& rResId, XOutputD
aPtA = Point( 500, aSize.Height() / 2 );
aPtB = Point( aSize.Width() - 500, aSize.Height() / 2 );
InitSettings( TRUE, TRUE );
+
+ // Draw the control's border as a flat thin black line.
+ SetBorderStyle (WINDOW_BORDER_MONO);
}
// -----------------------------------------------------------------------