summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog/framelink.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 12:15:37 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-25 12:15:37 +0000
commit3edda6a47cef014aa09c558702341a5ff6f97ec7 (patch)
tree8f49e254357ba96dfc4dcccd2fb28c244e23cdb0 /svx/source/dialog/framelink.cxx
parentINTEGRATION: CWS impress72 (1.5.62); FILE MERGED (diff)
downloadcore-3edda6a47cef014aa09c558702341a5ff6f97ec7.tar.gz
core-3edda6a47cef014aa09c558702341a5ff6f97ec7.zip
INTEGRATION: CWS calc201fix (1.3.88); FILE MERGED
2005/10/19 11:04:17 dr 1.3.88.1: #i56235# wrong Set function used
Diffstat (limited to 'svx/source/dialog/framelink.cxx')
-rw-r--r--svx/source/dialog/framelink.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx
index caa8f5a3fd51..4f9220a3d77e 100644
--- a/svx/source/dialog/framelink.cxx
+++ b/svx/source/dialog/framelink.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: framelink.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 21:07:35 $
+ * last change: $Author: hr $ $Date: 2005-10-25 13:15:37 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1298,7 +1298,7 @@ void Style::Set( const SvxBorderLine* pBorder, double fScale, sal_uInt16 nMaxWid
Style& Style::ScaleSelf( double fScale, sal_uInt16 nMaxWidth )
{
- Set( SCALEVALUE( mnPrim ), SCALEVALUE( mnDist ), SCALEVALUE( mnSecn ), mbDotted );
+ Set( SCALEVALUE( mnPrim ), SCALEVALUE( mnDist ), SCALEVALUE( mnSecn ) );
return *this;
}