diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-25 14:35:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-25 14:42:38 +0100 |
commit | 37fff5e32a5c918e27b031b2a7ddb97fd9d8b45d (patch) | |
tree | aadb80fe51c8994dd374934e7083b979b7c55059 /svx/source/dialog | |
parent | 5b9005677020c1111259bd0adc292a9b838c2995 (diff) |
remove newly unused code
Diffstat (limited to 'svx/source/dialog')
-rw-r--r-- | svx/source/dialog/framelink.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/dialog/framelink.cxx b/svx/source/dialog/framelink.cxx index d22b5e98acfd..ca9c5e7586d4 100644 --- a/svx/source/dialog/framelink.cxx +++ b/svx/source/dialog/framelink.cxx @@ -1241,12 +1241,6 @@ 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 ) ); - return *this; -} - Style& Style::MirrorSelf() { if( mnSecn ) |