summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/svx/framelink.hxx2
-rw-r--r--svx/source/dialog/framelink.cxx7
-rw-r--r--unusedcode.easy1
3 files changed, 0 insertions, 10 deletions
diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx
index c4121f3fe9a0..729518904180 100644
--- a/include/svx/framelink.hxx
+++ b/include/svx/framelink.hxx
@@ -114,8 +114,6 @@ public:
/** Constructs a frame style with passed color and line widths. */
explicit Style( const Color& rColorPrim, const Color& rColorSecn, const Color& rColorGap, bool bUseGapColor,
double nP, double nD, double nS, editeng::SvxBorderStyle nType );
- /** Constructs a frame style from the passed SvxBorderLine struct. */
- explicit Style( const editeng::SvxBorderLine& rBorder, double fScale = 1.0, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 );
/** Constructs a frame style from the passed SvxBorderLine struct. Clears the style, if pBorder is 0. */
explicit Style( const editeng::SvxBorderLine* pBorder, double fScale = 1.0, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 );
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)
diff --git a/unusedcode.easy b/unusedcode.easy
index 285915c359a5..b9cad57c64f8 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -289,5 +289,4 @@ std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::Formu
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long)
svl::SharedStringPool::SharedStringPool()
-svx::frame::Style::Style(editeng::SvxBorderLine const&, double, unsigned short)
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)