diff options
Diffstat (limited to 'cosv/inc')
-rw-r--r-- | cosv/inc/cosv/streamstr.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cosv/inc/cosv/streamstr.hxx b/cosv/inc/cosv/streamstr.hxx index 53fc00a09454..ed97fafa7f12 100644 --- a/cosv/inc/cosv/streamstr.hxx +++ b/cosv/inc/cosv/streamstr.hxx @@ -239,9 +239,6 @@ class StreamStr : public bostream Area i_aStrToSearch, Area i_aReplacement ); - StreamStr & to_lower( - position_type i_nStart = 0, - size_type i_nLength = str::maxsize ); StreamStr & to_upper( position_type i_nStart = 0, size_type i_nLength = str::maxsize ); |