/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * t_leak.cxx */ #include "sal/main.h" #include "osl/process.h" #include "osl/thread.h" int main (int /*argc*/, char ** /*argv*/) //SAL_IMPLEMENT_MAIN() { rtl_Locale * pLocale = 0; osl_getProcessLocale (&pLocale); return 0; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ o' rowspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/uitest/Module_uitest.mk
AgeCommit message (Expand)Author
2016-07-17uitest: add makefile part for new math testsMarkus Mohrhard
2016-06-18uitest: add the demo ui uitestMarkus Mohrhard
2016-06-18uitest: also add the impress uitest demo to the makefilesMarkus Mohrhard
2016-06-18uitest: add writer demo ui tests to makefileMarkus Mohrhard
2016-06-18uitest: now we can actually enable the ui test demoMarkus Mohrhard
2016-06-18uitest: build system part for new uitestsMarkus Mohrhard