From c8ec81032478136c7e96d8df3b3536b90aee770d Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 3 Apr 2012 23:03:15 +0100 Subject: pure virtual with unused baseclass impl --- editeng/source/items/svxfont.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'editeng') diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx index 75954c922a4f..02bca71f887a 100644 --- a/editeng/source/items/svxfont.cxx +++ b/editeng/source/items/svxfont.cxx @@ -217,9 +217,6 @@ void SvxDoCapitals::DoSpace( const sal_Bool /*bDraw*/ ) { } void SvxDoCapitals::SetSpace() { } -void SvxDoCapitals::Do( const XubString &/*_rTxt*/, const xub_StrLen /*_nIdx*/, - const xub_StrLen /*_nLen*/, const sal_Bool /*bUpper*/ ) { } - /************************************************************************* * SvxFont::DoOnCapitals() const * Decomposes the String into uppercase and lowercase letters and then -- cgit