diff options
author | Noel Grandin <noel@peralex.com> | 2014-02-28 11:33:26 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-03 08:58:58 +0200 |
commit | 39f67c41a741e6107b9c26c43d0e8ad227ad0c9e (patch) | |
tree | cc575d44cea7f82a4bca7fdd9aaaa7529a0f70a4 /svx | |
parent | 97a7015daa10d56c24a1a2cca9955a09931e2d96 (diff) |
remove unused code svx::frame::Style::Style constructor
svx::frame::Style::Style(editeng::SvxBorderLine const&,
double, unsigned short)
Change-Id: I6fd4bf107d325f714fef8417b2c2072a9f2e4066
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/framelink.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx index 3804795b5ad8..e30155e34573 100644 --- a/svx/source/dialog/framelink.cxx +++ b/svx/source/dialog/framelink.cxx @@ -1150,13 +1150,6 @@ Style::Style( const Color& rColorPrim, const Color& rColorSecn, const Color& rCo Set( rColorPrim, rColorSecn, rColorGap, bUseGapColor, nP, nD, nS ); } -Style::Style( const editeng::SvxBorderLine& rBorder, double fScale, sal_uInt16 nMaxWidth ) : - meRefMode(REFMODE_CENTERED), - mfScale(fScale) -{ - Set( rBorder, fScale, nMaxWidth ); -} - Style::Style( const editeng::SvxBorderLine* pBorder, double fScale, sal_uInt16 nMaxWidth ) : meRefMode(REFMODE_CENTERED), mfScale(fScale) |