From 63b0ce97ba0f71c28a7880c741100b0240332e74 Mon Sep 17 00:00:00 2001 From: Jean-Noël Rouvignac Date: Wed, 20 Feb 2013 00:21:37 +0100 Subject: fdo#38838 searched, replaced and removed String::CreateFromInt32(). I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ And finally removed String::CreateFromInt32(). Change-Id: I53b26a59c68511ae09f0ee82cfade210d0de3fa5 Reviewed-on: https://gerrit.libreoffice.org/2279 Tested-by: LibreOffice gerrit bot Reviewed-by: Thomas Arnhold Tested-by: Thomas Arnhold --- tools/inc/tools/string.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/inc') diff --git a/tools/inc/tools/string.hxx b/tools/inc/tools/string.hxx index ce81a613ac8c..6be3d7db5709 100644 --- a/tools/inc/tools/string.hxx +++ b/tools/inc/tools/string.hxx @@ -167,7 +167,6 @@ public: { return Append( UniString( concat ) ); } #endif - static UniString CreateFromInt32( sal_Int32 n, sal_Int16 nRadix = 10 ); static const UniString& EmptyString(); sal_Int32 ToInt32() const; sal_Int64 ToInt64() const; -- cgit