diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 11:37:07 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-20 12:57:34 +0000 |
commit | 55a40209072bac2526e74d5be7dd7be5ccd2c175 (patch) | |
tree | 3dd0257a893fcd6ff16ab164608b952f65041a94 /tools/source/string | |
parent | a92129ec175a1362e61a474cf64992f283db74b4 (diff) |
remove ToDouble/ToFloat
Diffstat (limited to 'tools/source/string')
-rw-r--r-- | tools/source/string/tustring.cxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index 53f5473eb29a..f3879e8d8126 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -105,24 +105,6 @@ sal_Int64 UniString::ToInt64() const // ----------------------------------------------------------------------- -float UniString::ToFloat() const -{ - DBG_CHKTHIS( UniString, DbgCheckUniString ); - - return rtl_ustr_toFloat( mpData->maStr ); -} - -// ----------------------------------------------------------------------- - -double UniString::ToDouble() const -{ - DBG_CHKTHIS( UniString, DbgCheckUniString ); - - return rtl_ustr_toDouble( mpData->maStr ); -} - -// ----------------------------------------------------------------------- - xub_StrLen STRING::SearchChar( const STRCODE* pChars, xub_StrLen nIndex ) const { DBG_CHKTHIS( STRING, DBGCHECKSTRING ); |