xmloff/qa/unit/tokenmap-test.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cb4a74de40973006e569f25958bd7585ddfc3e4
Author: Noel Grandin <n...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to