summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
index 95fade57ece4..451ba1292c48 100644
--- a/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
+++ b/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.java
@@ -389,7 +389,7 @@ public class CheckXComponentLoader
}
}
- /** TODo document me
+ /** TODO document me
*/
@Test public void checkStreamLoading() throws Exception
{
commit/cli_ure?h=libreoffice-7-1&id=2fc4a8c8113b1bf78258845ed06662a07996a6af'>Add support for cppu::UnoType<void>Stephan Bergmann 2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann 2015-03-30Replace scary reinterpret_casts with OUString::unacquiredStephan Bergmann 2015-03-30fdo#57950 Replace chained append() with operator+Krisztian Pinter 2015-03-25TyposJulien Nabet 2015-03-19We require MSVC2013 (_MSC_VER == 1800) nowTor Lillqvist 2015-03-12cli_ure: PVS-Studio V618 non-const format stringMichael Stahl 2015-02-24Typo: increse->increaseJulien Nabet 2015-02-03climaker: Fix handling incomplete typesDavid Ostrovsky 2014-12-12osl_getCommandArg always returns osl_Process_E_NoneStephan Bergmann 2014-12-09fdo#39440 reduce scope of local variablesMichael Weghorn 2014-12-03Fold URE: WindowsStephan Bergmann 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-02cli_ure (Windows): std::auto_ptr -> std::unique_ptrStephan Bergmann