diff options
Diffstat (limited to 'include/svx/framelink.hxx')
-rw-r--r-- | include/svx/framelink.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |