diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-03 23:03:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-05 13:57:22 +0100 |
commit | c8ec81032478136c7e96d8df3b3536b90aee770d (patch) | |
tree | fd8898da45ef5e3000e9960465c3981b361773de /editeng/source | |
parent | 3c19ff4f8531067623c7033c3b8da0c75254622d (diff) |
pure virtual with unused baseclass impl
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/items/svxfont.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
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 |