From a45827b2308febc7369db27fb489a6d1389534e1 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 28 Jul 2015 08:39:57 +0200 Subject: loplugin:unusedmethods Change-Id: Ib4d77ee01e7362f5951f81fceeca3c489872d971 Reviewed-on: https://gerrit.libreoffice.org/17378 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/framelink.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx/framelink.hxx') diff --git a/include/svx/framelink.hxx b/include/svx/framelink.hxx index 1983468ddc2e..e64f1ce5e985 100644 --- a/include/svx/framelink.hxx +++ b/include/svx/framelink.hxx @@ -149,7 +149,6 @@ public: /** Sets a new color, does not modify other settings. */ inline void SetColorPrim( const Color& rColor ) { maColorPrim = rColor; } inline void SetColorSecn( const Color& rColor ) { maColorSecn = rColor; } - inline void SetColorGap( bool bUseIt, const Color& rColor ) { maColorGap = rColor; mbUseGapColor = bUseIt; } /** Sets whether to use dotted style for single hair lines. */ inline void SetType( editeng::SvxBorderStyle nType ) { mnType = nType; } -- cgit