From 2e92ad18466d235864df82dc2a3a729d144736c3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 13 Feb 2012 14:13:20 +0000 Subject: fix windows build, String::GetTokenCount is gone --- svl/source/svdde/ddesvr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svl') diff --git a/svl/source/svdde/ddesvr.cxx b/svl/source/svdde/ddesvr.cxx index e4fc303a7d10..916823c269df 100644 --- a/svl/source/svdde/ddesvr.cxx +++ b/svl/source/svdde/ddesvr.cxx @@ -110,7 +110,7 @@ HDDEDATA CALLBACK _export DdeInternal::SvrCallback( } } else - nTopics += sTopics.GetTokenCount( '\t' ); + nTopics += comphelper::string::getTokenCount(sTopics, '\t'); } } } -- cgit