diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-07-31 15:47:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-07-31 21:18:02 +0100 |
commit | d4d26018402aaa75fcb6524f5c7d99fcd9c5be45 (patch) | |
tree | c28d757e50807012ef9b5fe3c8195515273e65b4 /tools/inc | |
parent | 2769f2d0615df4b0c720f4b62bfd174f818bd544 (diff) |
ditch ByteString::CreateFromInt32
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/string.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx index c405c41ac860..33611b195aff 100644 --- a/tools/inc/tools/string.hxx +++ b/tools/inc/tools/string.hxx @@ -203,7 +203,6 @@ public: return rtl::OString (reinterpret_cast<rtl_String*>(mpData)); } - static ByteString CreateFromInt32( sal_Int32 n, sal_Int16 nRadix = 10 ); sal_Int32 ToInt32() const; sal_Int64 ToInt64() const; |