summaryrefslogtreecommitdiff
path: root/tools/qa/cppunit/test_reversemap.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-07-26targetted clean of redundant header piece from 62badf3828Michael Meeks1-3/+0
Change-Id: Ic1240114d667fb7797afae4847427cc889f3cb48 (cherry picked from commit 03993b47c522dcc71f7cd73ee21df3de9650080d)
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+0
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-02Bin no longer used iOS cppunit stuff that even breaks the buildTor Lillqvist1-4/+0
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
2012-06-27targetted re-work of cppunit pieces.Michael Meeks1-3/+1
2011-11-27remove include of pch header from toolsNorbert Thiebaud1-1/+0
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-1/+1
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-09-29Added #include "unotest/oustringostreaminserter.hxx" back in (will be needed ↵Stephan Bergmann1-0/+1
once rtl::OUString::operator sal_Unicode const *() is removed); made tools explicitly depend on unotest.
2011-09-29we're not using this header hereCaolán McNamara1-1/+0
2011-09-28fix another unotest/test breakerMarkus Mohrhard1-1/+1
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann1-0/+1
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann1-3/+8
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-08-03Add statically linked unit tester for iOSTor Lillqvist1-0/+4
2011-07-25recover my cppunit test for tools againCaolán McNamara1-0/+171