diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-10-20 20:09:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-10-21 09:17:32 +0100 |
commit | 9e6917c21e8a2fa5c40adeddafdaf704a67aef4a (patch) | |
tree | 11e3552c58b8a57aba624cb51c133f61ddbaf8c5 /tools | |
parent | 3714051f1495791095cce885918d48dce7b339f7 (diff) |
Related: fdo#38838 remove String::ToInt32
Change-Id: I6f90e9a06acaa5af88cd011015938dba2059ee0e
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/string/tustring.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/source/string/tustring.cxx b/tools/source/string/tustring.cxx index 1476dff0a03f..d386c6abbe4a 100644 --- a/tools/source/string/tustring.cxx +++ b/tools/source/string/tustring.cxx @@ -47,11 +47,6 @@ DBG_NAME( UniString ) UniString::UniString(char c): mpData(ImplAllocData(1)) { mpData->maStr[0] = c; } -sal_Int32 UniString::ToInt32() const -{ - return rtl_ustr_toInt32( mpData->maStr, 10 ); -} - STRING& STRING::Insert( STRCODE c, xub_StrLen nIndex ) { // Don't insert 0 char or string size is maximum |