summaryrefslogtreecommitdiffstats
path: root/svx/source/dialog
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-28 11:33:26 +0200
committerNoel Grandin <noel@peralex.com>2014-03-03 08:58:58 +0200
commit39f67c41a741e6107b9c26c43d0e8ad227ad0c9e (patch)
treecc575d44cea7f82a4bca7fdd9aaaa7529a0f70a4 /svx/source/dialog
parentremove unused code AddressWalker::pop() (diff)
downloadcore-39f67c41a741e6107b9c26c43d0e8ad227ad0c9e.tar.gz
core-39f67c41a741e6107b9c26c43d0e8ad227ad0c9e.zip
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/source/dialog')
-rw-r--r--svx/source/dialog/framelink.cxx7
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)