[Libreoffice-commits] core.git: xmloff/qa
Noel Grandin
noel at peralex.com
Wed Aug 17 07:53:36 UTC 2016
xmloff/qa/unit/tokenmap-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8cb4a74de40973006e569f25958bd7585ddfc3e4
Author: Noel Grandin <noel at peralex.com>
Date: Wed Aug 17 09:52:52 2016 +0200
loplugin:staticcall
Change-Id: I0e35e3e6b7540fb1b8a65b034095d2b1fe80715f
diff --git a/xmloff/qa/unit/tokenmap-test.cxx b/xmloff/qa/unit/tokenmap-test.cxx
index 8a05eb1..74a04a0 100644
--- a/xmloff/qa/unit/tokenmap-test.cxx
+++ b/xmloff/qa/unit/tokenmap-test.cxx
@@ -40,7 +40,7 @@ void TokenmapTest::test_roundTrip()
{
// check that the getIdentifier <-> getToken roundtrip works
Sequence< sal_Int8 > rUtf8Name = tokenMap.getUtf8TokenName(nToken);
- sal_Int32 ret = tokenMap.getTokenFromUTF8(
+ sal_Int32 ret = token::TokenMap::getTokenFromUTF8(
reinterpret_cast< const char * >(rUtf8Name.getConstArray()),
rUtf8Name.getLength() );
CPPUNIT_ASSERT_EQUAL(ret, nToken);
More information about the Libreoffice-commits
mailing list