summaryrefslogtreecommitdiff
path: root/automation/source/testtool/objtest.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-29 09:00:20 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-29 11:15:36 +0100
commit293c3714db169d97332870a4857cd242f4b1e5ea (patch)
tree0b6720caff9964b1b75bb85cd72e507199b8686f /automation/source/testtool/objtest.cxx
parentdb57823374ee65b80cd53c5fd4234ad3bf6e287d (diff)
remove deprecated ByteString::CreateFromInt64
Diffstat (limited to 'automation/source/testtool/objtest.cxx')
-rw-r--r--automation/source/testtool/objtest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/automation/source/testtool/objtest.cxx b/automation/source/testtool/objtest.cxx
index 7bff47c80819..42a0da697299 100644
--- a/automation/source/testtool/objtest.cxx
+++ b/automation/source/testtool/objtest.cxx
@@ -402,7 +402,7 @@ void TestToolObj::LoadIniFile() // Laden der IniEinstellungen, die d
aConf.SetGroup("Misc");
String aST;
- GETSET( aST, "ServerTimeout", ByteString::CreateFromInt64(Time(0,0,45).GetTime()) ); // 45 Sekunden Initial
+ GETSET( aST, "ServerTimeout", rtl::OString::valueOf(Time(0,0,45).GetTime()) ); // 45 Sekunden Initial
pImpl->aServerTimeout = Time(sal_uLong(aST.ToInt64()));
String aSOSE;